GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

SUSE-SU-2015:0581-1

Vulnerability from csaf_suse - Published: 2014-09-24 00:35 - Updated: 2014-09-24 00:35
Summary
Security update for Linux kernel
Severity
Moderate
Notes
Title of the patch: Security update for Linux kernel
Description of the patch: The SUSE Linux Enterprise 11 Service Pack 3 kernel has been updated to fix various bugs and security issues. The following security bugs have been fixed: * CVE-2014-1739: The media_device_enum_entities function in drivers/media/media-device.c in the Linux kernel before 3.14.6 does not initialize a certain data structure, which allows local users to obtain sensitive information from kernel memory by leveraging /dev/media0 read access for a MEDIA_IOC_ENUM_ENTITIES ioctl call (bnc#882804). * CVE-2014-4171: mm/shmem.c in the Linux kernel through 3.15.1 does not properly implement the interaction between range notification and hole punching, which allows local users to cause a denial of service (i_mutex hold) by using the mmap system call to access a hole, as demonstrated by interfering with intended shmem activity by blocking completion of (1) an MADV_REMOVE madvise call or (2) an FALLOC_FL_PUNCH_HOLE fallocate call (bnc#883518). * CVE-2014-4508: arch/x86/kernel/entry_32.S in the Linux kernel through 3.15.1 on 32-bit x86 platforms, when syscall auditing is enabled and the sep CPU feature flag is set, allows local users to cause a denial of service (OOPS and system crash) via an invalid syscall number, as demonstrated by number 1000 (bnc#883724). * CVE-2014-4667: The sctp_association_free function in net/sctp/associola.c in the Linux kernel before 3.15.2 does not properly manage a certain backlog value, which allows remote attackers to cause a denial of service (socket outage) via a crafted SCTP packet (bnc#885422). * CVE-2014-4943: The PPPoL2TP feature in net/l2tp/l2tp_ppp.c in the Linux kernel through 3.15.6 allows local users to gain privileges by leveraging data-structure differences between an l2tp socket and an inet socket (bnc#887082). * CVE-2014-5077: The sctp_assoc_update function in net/sctp/associola.c in the Linux kernel through 3.15.8, when SCTP authentication is enabled, allows remote attackers to cause a denial of service (NULL pointer dereference and OOPS) by starting to establish an association between two endpoints immediately after an exchange of INIT and INIT ACK chunks to establish an earlier association between these endpoints in the opposite direction (bnc#889173). * CVE-2014-5471: Stack consumption vulnerability in the parse_rock_ridge_inode_internal function in fs/isofs/rock.c in the Linux kernel through 3.16.1 allows local users to cause a denial of service (uncontrolled recursion, and system crash or reboot) via a crafted iso9660 image with a CL entry referring to a directory entry that has a CL entry. (bnc#892490) * CVE-2014-5472: The parse_rock_ridge_inode_internal function in fs/isofs/rock.c in the Linux kernel through 3.16.1 allows local users to cause a denial of service (unkillable mount process) via a crafted iso9660 image with a self-referential CL entry. (bnc#892490) * CVE-2014-2706: Race condition in the mac80211 subsystem in the Linux kernel before 3.13.7 allows remote attackers to cause a denial of service (system crash) via network traffic that improperly interacts with the WLAN_STA_PS_STA state (aka power-save mode), related to sta_info.c and tx.c. (bnc#871797) * CVE-2014-4027: The rd_build_device_space function in drivers/target/target_core_rd.c in the Linux kernel before 3.14 does not properly initialize a certain data structure, which allows local users to obtain sensitive information from ramdisk_mcp memory by leveraging access to a SCSI initiator. (bnc#882639) * CVE-2014-3153 The futex_requeue function in kernel/futex.c in the Linux kernel through 3.14.5 does not ensure that calls have two different futex addresses, which allows local users to gain privileges via a crafted FUTEX_REQUEUE command that facilitates unsafe waiter modification. (bnc#880892) * CVE-2014-6410: Avoid infinite loop when processing indirect ICBs (bnc#896689) The following non-security bugs have been fixed: * ACPI / PAD: call schedule() when need_resched() is true (bnc#866911). * ACPI: Fix bug when ACPI reset register is implemented in system memory (bnc#882900). * ACPI: Limit access to custom_method (bnc#884333). * ALSA: hda - Enabling Realtek ALC 671 codec (bnc#891746). * Add option to automatically enforce module signatures when in Secure Boot mode (bnc#884333). * Add secure_modules() call (bnc#884333). * Add wait_on_atomic_t() and wake_up_atomic_t() (bnc#880344). * Backported new patches of Lock down functions for UEFI secure boot Also updated series.conf and removed old patches. * Btrfs: Return EXDEV for cross file system snapshot. * Btrfs: abort the transaction when we does not find our extent ref. * Btrfs: avoid warning bomb of btrfs_invalidate_inodes. * Btrfs: cancel scrub on transaction abortion. * Btrfs: correctly set profile flags on seqlock retry. * Btrfs: does not check nodes for extent items. * Btrfs: fix a possible deadlock between scrub and transaction committing. * Btrfs: fix corruption after write/fsync failure + fsync + log recovery (bnc#894200). * Btrfs: fix csum tree corruption, duplicate and outdated checksums (bnc#891619). * Btrfs: fix double free in find_lock_delalloc_range. * Btrfs: fix possible memory leak in btrfs_create_tree(). * Btrfs: fix use of uninit 'ret' in end_extent_writepage(). * Btrfs: free delayed node outside of root->inode_lock (bnc#866864). * Btrfs: make DEV_INFO ioctl available to anyone. * Btrfs: make FS_INFO ioctl available to anyone. * Btrfs: make device scan less noisy. * Btrfs: make sure there are not any read requests before stopping workers. * Btrfs: more efficient io tree navigation on wait_extent_bit. * Btrfs: output warning instead of error when loading free space cache failed. * Btrfs: retrieve more info from FS_INFO ioctl. * Btrfs: return EPERM when deleting a default subvolume (bnc#869934). * Btrfs: unset DCACHE_DISCONNECTED when mounting default subvol (bnc#866615). * Btrfs: use right type to get real comparison. * Btrfs: wake up @scrub_pause_wait as much as we can. * Btrfs: wake up transaction thread upon remount. * CacheFiles: Add missing retrieval completions (bnc#880344). * CacheFiles: Does not try to dump the index key if the cookie has been cleared (bnc#880344). * CacheFiles: Downgrade the requirements passed to the allocator (bnc#880344). * CacheFiles: Fix the marking of cached pages (bnc#880344). * CacheFiles: Implement invalidation (bnc#880344). * CacheFiles: Make some debugging statements conditional (bnc#880344). * Drivers: hv: util: Fix a bug in the KVP code (bnc#886840). * Drivers: hv: vmbus: Fix a bug in the channel callback dispatch code (bnc#886840). * FS-Cache: Add transition to handle invalidate immediately after lookup (bnc#880344). * FS-Cache: Check that there are no read ops when cookie relinquished (bnc#880344). * FS-Cache: Clear remaining page count on retrieval cancellation (bnc#880344). * FS-Cache: Convert the object event ID #defines into an enum (bnc#880344). * FS-Cache: Does not sleep in page release if __GFP_FS is not set (bnc#880344). * FS-Cache: Does not use spin_is_locked() in assertions (bnc#880344). * FS-Cache: Exclusive op submission can BUG if there is been an I/O error (bnc#880344). * FS-Cache: Fix __wait_on_atomic_t() to call the action func if the counter != 0 (bnc#880344). * FS-Cache: Fix object state machine to have separate work and wait states (bnc#880344). * FS-Cache: Fix operation state management and accounting (bnc#880344). * FS-Cache: Fix signal handling during waits (bnc#880344). * FS-Cache: Initialise the object event mask with the calculated mask (bnc#880344). * FS-Cache: Limit the number of I/O error reports for a cache (bnc#880344). * FS-Cache: Make cookie relinquishment wait for outstanding reads (bnc#880344). * FS-Cache: Mark cancellation of in-progress operation (bnc#880344). * FS-Cache: One of the write operation paths doeses not set the object state (bnc#880344). * FS-Cache: Provide proper invalidation (bnc#880344). * FS-Cache: Simplify cookie retention for fscache_objects, fixing oops (bnc#880344). * FS-Cache: The retrieval remaining-pages counter needs to be atomic_t (bnc#880344). * FS-Cache: Uninline fscache_object_init() (bnc#880344). * FS-Cache: Wrap checks on object state (bnc#880344). * HID: usbhid: add always-poll quirk (bnc#888607). * HID: usbhid: enable always-poll quirk for Elan Touchscreen (bnc#888607). * IB/iser: Add TIMEWAIT_EXIT event handling (bnc#890297). * Ignore 'flags' change to event_constraint (bnc#876114). * Ignore data_src/weight changes to perf_sample_data (bnc#876114). * NFS: Allow more operations in an NFSv4.1 request (bnc#890513). * NFS: Clean up helper function nfs4_select_rw_stateid() (bnc#888968). * NFS: Does not copy read delegation stateids in setattr (bnc#888968). * NFS: Does not use a delegation to open a file when returning that delegation (bnc#888968, bnc#892200, bnc#893596, bnc#893496) * NFS: Fixes for NFS RCU-walk support in line with code going upstream * NFS: Use FS-Cache invalidation (bnc#880344). * NFS: allow lockless access to access_cache (bnc#866130). * NFS: avoid mountpoint being displayed as ' (deleted)' in /proc/mounts (bnc#888591). * NFS: nfs4_do_open should add negative results to the dcache (bnc#866130). * NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a page (bnc#880344). * NFS: nfs_open_revalidate: only evaluate parent if it will be used (bnc#866130). * NFS: prepare for RCU-walk support but pushing tests later in code (bnc#866130). * NFS: support RCU_WALK in nfs_permission() (bnc#866130). * NFS: teach nfs_lookup_verify_inode to handle LOOKUP_RCU (bnc#866130). * NFS: teach nfs_neg_need_reval to understand LOOKUP_RCU (bnc#866130). * NFSD: Does not hand out delegations for 30 seconds after recalling them (bnc#880370). * NFSv4 set open access operation call flag in nfs4_init_opendata_res (bnc#888968, bnc#892200, bnc#893596, bnc#893496). * NFSv4: Add a helper for encoding opaque data (bnc#888968). * NFSv4: Add a helper for encoding stateids (bnc#888968). * NFSv4: Add helpers for basic copying of stateids (bnc#888968). * NFSv4: Clean up nfs4_select_rw_stateid() (bnc#888968). * NFSv4: Fix the return value of nfs4_select_rw_stateid (bnc#888968). * NFSv4: Rename nfs4_copy_stateid() (bnc#888968). * NFSv4: Resend the READ/WRITE RPC call if a stateid change causes an error (bnc#888968). * NFSv4: Simplify the struct nfs4_stateid (bnc#888968). * NFSv4: The stateid must remain the same for replayed RPC calls (bnc#888968). * NFSv4: nfs4_stateid_is_current should return 'true' for an invalid stateid (bnc#888968). * One more fix for kABI breakage. * PCI: Lock down BAR access when module security is enabled (bnc#884333). * PCI: enable MPS 'performance' setting to properly handle bridge MPS (bnc#883376). * PM / Hibernate: Add memory_rtree_find_bit function (bnc#860441). * PM / Hibernate: Create a Radix-Tree to store memory bitmap (bnc#860441). * PM / Hibernate: Implement position keeping in radix tree (bnc#860441). * PM / Hibernate: Iterate over set bits instead of PFNs in swsusp_free() (bnc#860441). * PM / Hibernate: Remove the old memory-bitmap implementation (bnc#860441). * PM / Hibernate: Touch Soft Lockup Watchdog in rtree_next_node (bnc#860441). * Restrict /dev/mem and /dev/kmem when module loading is restricted (bnc#884333). * Reuse existing 'state' field to indicate PERF_X86_EVENT_PEBS_LDLAT (bnc#876114). * USB: handle LPM errors during device suspend correctly (bnc#849123). * Update kabi files to reflect fscache change (bnc#880344) * Update x86_64 config files: re-enable SENSORS_W83627EHF (bnc#891281) * VFS: Make more complete truncate operation available to CacheFiles (bnc#880344). * [FEAT NET1222] ib_uverbs: Allow explicit mmio trigger (FATE#83366, ltc#83367). * acpi: Ignore acpi_rsdp kernel parameter when module loading is restricted (bnc#884333). * af_iucv: correct cleanup if listen backlog is full (bnc#885262, LTC#111728). * asus-wmi: Restrict debugfs interface when module loading is restricted (bnc#884333). * autofs4: allow RCU-walk to walk through autofs4 (bnc#866130). * autofs4: avoid taking fs_lock during rcu-walk (bnc#866130). * autofs4: does not take spinlock when not needed in autofs4_lookup_expiring (bnc#866130). * autofs4: factor should_expire() out of autofs4_expire_indirect (bnc#866130). * autofs4: make 'autofs4_can_expire' idempotent (bnc#866130). * autofs4: remove a redundant assignment (bnc#866130). * autofs: fix lockref lookup (bnc#888591). * be2net: add dma_mapping_error() check for dma_map_page() (bnc#881759). * block: add cond_resched() to potentially long running ioctl discard loop (bnc#884725). * block: fix race between request completion and timeout handling (bnc#881051). * cdc-ether: clean packet filter upon probe (bnc#876017). * cpuset: Fix memory allocator deadlock (bnc#876590). * crypto: Allow CRYPTO_FIPS without MODULE_SIGNATURES. Not all archs have them, but some are FIPS certified, with some kernel support. * crypto: fips - only panic on bad/missing crypto mod signatures (bnc#887503). * crypto: testmgr - allow aesni-intel and ghash_clmulni-intel in fips mode (bnc#889451). * dasd: validate request size before building CCW/TCW (bnc#891087, LTC#114068). * dm mpath: fix race condition between multipath_dtr and pg_init_done (bnc#826486). * dm-mpath: fix panic on deleting sg device (bnc#870161). * drm/ast: AST2000 cannot be detected correctly (bnc#895983). * drm/ast: Actually load DP501 firmware when required (bnc#895608 bnc#871134). * drm/ast: Add missing entry to dclk_table[]. * drm/ast: Add reduced non reduced mode parsing for wide screen mode (bnc#892723). * drm/ast: initial DP501 support (v0.2) (bnc#871134). * drm/ast: open key before detect chips (bnc#895983). * drm/i915: Fix up cpt pixel multiplier enable sequence (bnc#879304). * drm/i915: Only apply DPMS to the encoder if enabled (bnc#893064). * drm/i915: clear the FPGA_DBG_RM_NOCLAIM bit at driver init (bnc#869055). * drm/i915: create functions for the 'unclaimed register' checks (bnc#869055). * drm/i915: use FPGA_DBG for the 'unclaimed register' checks (bnc#869055). * drm/mgag200: Initialize data needed to map fbdev memory (bnc #806990). * e1000e: enable support for new device IDs (bnc#885509). * fs/fscache: remove spin_lock() from the condition in while() (bnc#880344). * hibernate: Disable in a signed modules environment (bnc#884333). * hugetlb: does not use ERR_PTR with VM_FAULT* values * ibmvscsi: Abort init sequence during error recovery (bnc#885382). * ibmvscsi: Add memory barriers for send / receive (bnc#885382). * inet: add a redirect generation id in inetpeer (bnc#860593). * inetpeer: initialize ->redirect_genid in inet_getpeer() (bnc#860593). * ipv6: tcp: fix tcp_v6_conn_request() (bnc#887645). * kabi: hide bnc#860593 changes of struct inetpeer_addr_base (bnc#860593). * kernel: 3215 tty hang (bnc#891087, LTC#114562). * kernel: fix data corruption when reading /proc/sysinfo (bnc#891087, LTC#114480). * kernel: fix kernel oops with load of fpc register (bnc#889061, LTC#113596). * kernel: sclp console tty reference counting (bnc#891087, LTC#115466). * kexec: Disable at runtime if the kernel enforces module loading restrictions (bnc#884333). * md/raid6: avoid data corruption during recovery of double-degraded RAID6. * memcg, vmscan: Fix forced scan of anonymous pages (memory reclaim fix). * memcg: do not expose uninitialized mem_cgroup_per_node to world (bnc#883096). * mm, hugetlb: add VM_NORESERVE check in vma_has_reserves() * mm, hugetlb: change variable name reservations to resv * mm, hugetlb: decrement reserve count if VM_NORESERVE alloc page cache * mm, hugetlb: defer freeing pages when gathering surplus pages * mm, hugetlb: do not use a page in page cache for cow optimization * mm, hugetlb: fix and clean-up node iteration code to alloc or free * mm, hugetlb: fix race in region tracking * mm, hugetlb: fix subpool accounting handling * mm, hugetlb: improve page-fault scalability * mm, hugetlb: improve, cleanup resv_map parameters * mm, hugetlb: move up the code which check availability of free huge page * mm, hugetlb: protect reserved pages when soft offlining a hugepage * mm, hugetlb: remove decrement_hugepage_resv_vma() * mm, hugetlb: remove redundant list_empty check in gather_surplus_pages() * mm, hugetlb: remove resv_map_put * mm, hugetlb: remove useless check about mapping type * mm, hugetlb: return a reserved page to a reserved pool if failed * mm, hugetlb: trivial commenting fix * mm, hugetlb: unify region structure handling * mm, hugetlb: unify region structure handling kabi * mm, hugetlb: use long vars instead of int in region_count() (Hugetlb Fault Scalability). * mm, hugetlb: use vma_resv_map() map types * mm, oom: fix badness score underflow (bnc#884582, bnc#884767). * mm, oom: normalize oom scores to oom_score_adj scale only for userspace (bnc#884582, bnc#884767). * mm, thp: do not allow thp faults to avoid cpuset restrictions (bnc#888849). * net/mlx4_core: Load higher level modules according to ports type (bnc#887680). * net/mlx4_core: Load the IB driver when the device supports IBoE (bnc#887680). * net/mlx4_en: Fix a race between napi poll function and RX ring cleanup (bnc#863586). * net/mlx4_en: Fix selftest failing on non 10G link speed (bnc#888058). * net: fix checksumming features handling in output path (bnc#891259). * pagecache_limit: batch large nr_to_scan targets (bnc#895221). * pagecachelimit: reduce lru_lock congestion for heavy parallel reclaim fix (bnc#895680). * perf/core: Add weighted samples (bnc#876114). * perf/x86: Add flags to event constraints (bnc#876114). * perf/x86: Add memory profiling via PEBS Load Latency (bnc#876114). * perf: Add generic memory sampling interface (bnc#876114). * qla2xxx: Avoid escalating the SCSI error handler if the command is not found in firmware (bnc#859840). * qla2xxx: Clear loop_id for ports that are marked lost during fabric scanning (bnc#859840). * qla2xxx: Does not check for firmware hung during the reset context for ISP82XX (bnc#859840). * qla2xxx: Issue abort command for outstanding commands during cleanup when only firmware is alive (bnc#859840). * qla2xxx: Reduce the time we wait for a command to complete during SCSI error handling (bnc#859840). * qla2xxx: Set host can_queue value based on available resources (bnc#859840). * restore smp_mb() in unlock_new_inode() (bnc#890526). * s390/pci: introduce lazy IOTLB flushing for DMA unmap (bnc#889061, LTC#113725). * sched: fix the theoretical signal_wake_up() vs schedule() race (bnc#876055). * sclp_vt220: Enable integrated ASCII console per default (bnc#885262, LTC#112035). * scsi_dh: use missing accessor 'scsi_device_from_queue' (bnc#889614). * scsi_transport_fc: Cap dev_loss_tmo by fast_io_fail (bnc#887608). * scsiback: correct grant page unmapping. * scsiback: fix retry handling in __report_luns(). * scsiback: free resources after error. * sunrpc/auth: allow lockless (rcu) lookup of credential cache (bnc#866130). * supported.conf: remove external from drivers/net/veth (bnc#889727) * supported.conf: support net/sched/act_police.ko (bnc#890426) * tcp: adapt selected parts of RFC 5682 and PRR logic (bnc#879921). * tg3: Change nvram command timeout value to 50ms (bnc#855657). * tg3: Override clock, link aware and link idle mode during NVRAM dump (bnc#855657). * tg3: Set the MAC clock to the fastest speed during boot code load (bnc#855657). * usb: Does not enable LPM if the exit latency is zero (bnc#832309). * usbcore: Does not log on consecutive debounce failures of the same port (bnc#888105). * usbhid: fix PIXART optical mouse (bnc#888607). * uswsusp: Disable when module loading is restricted (bnc#884333). * vscsi: support larger transfer sizes (bnc#774818). * writeback: Do not sync data dirtied after sync start (bnc#833820). * x86 thermal: Delete power-limit-notification console messages (bnc#882317). * x86 thermal: Disable power limit notification interrupt by default (bnc#882317). * x86 thermal: Re-enable power limit notification interrupt by default (bnc#882317). * x86, cpu hotplug: Fix stack frame warning in check_irq_vectors_for_cpu_disable() (bnc#887418). * x86/UV: Add call to KGDB/KDB from NMI handler (bnc#888847). * x86/UV: Add kdump to UV NMI handler (bnc#888847). * x86/UV: Add summary of cpu activity to UV NMI handler (bnc#888847). * x86/UV: Move NMI support (bnc#888847). * x86/UV: Update UV support for external NMI signals (bnc#888847). * x86/uv/nmi: Fix Sparse warnings (bnc#888847). * x86: Add check for number of available vectors before CPU down (bnc#887418). * x86: Lock down IO port access when module security is enabled (bnc#884333). * x86: Restrict MSR access when module loading is restricted (bnc#884333). Security Issues: * CVE-2013-1979 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1979> * CVE-2014-1739 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1739> * CVE-2014-2706 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2706> * CVE-2014-4027 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4027> * CVE-2014-4171 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4171> * CVE-2014-4508 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4508> * CVE-2014-4667 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4667> * CVE-2014-4943 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4943> * CVE-2014-5077 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5077> * CVE-2014-5471 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5471> * CVE-2014-5472 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5472> * CVE-2014-3153 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3153> * CVE-2014-6410 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6410> The SUSE Linux Enterprise 11 Service Pack 3 kernel was updated to fix various bugs and security issues. Following security bugs were fixed: CVE-2013-1979: The scm_set_cred function in include/net/scm.h in the Linux kernel before 3.8.11 uses incorrect uid and gid values during credentials passing, which allows local users to gain privileges via a crafted application (bnc#816708). CVE-2014-1739: The media_device_enum_entities function in drivers/media/media-device.c in the Linux kernel before 3.14.6 does not initialize a certain data structure, which allows local users to obtain sensitive information from kernel memory by leveraging /dev/media0 read access for a MEDIA_IOC_ENUM_ENTITIES ioctl call (bnc#882804). CVE-2014-4171: mm/shmem.c in the Linux kernel through 3.15.1 does not properly implement the interaction between range notification and hole punching, which allows local users to cause a denial of service (i_mutex hold) by using the mmap system call to access a hole, as demonstrated by interfering with intended shmem activity by blocking completion of (1) an MADV_REMOVE madvise call or (2) an FALLOC_FL_PUNCH_HOLE fallocate call (bnc#883518). CVE-2014-4508: arch/x86/kernel/entry_32.S in the Linux kernel through 3.15.1 on 32-bit x86 platforms, when syscall auditing is enabled and the sep CPU feature flag is set, allows local users to cause a denial of service (OOPS and system crash) via an invalid syscall number, as demonstrated by number 1000 (bnc#883724). CVE-2014-4667: The sctp_association_free function in net/sctp/associola.c in the Linux kernel before 3.15.2 does not properly manage a certain backlog value, which allows remote attackers to cause a denial of service (socket outage) via a crafted SCTP packet (bnc#885422). CVE-2014-4943: The PPPoL2TP feature in net/l2tp/l2tp_ppp.c in the Linux kernel through 3.15.6 allows local users to gain privileges by leveraging data-structure differences between an l2tp socket and an inet socket (bnc#887082). CVE-2014-5077: The sctp_assoc_update function in net/sctp/associola.c in the Linux kernel through 3.15.8, when SCTP authentication is enabled, allows remote attackers to cause a denial of service (NULL pointer dereference and OOPS) by starting to establish an association between two endpoints immediately after an exchange of INIT and INIT ACK chunks to establish an earlier association between these endpoints in the opposite direction (bnc#889173). CVE-2014-5471: Stack consumption vulnerability in the parse_rock_ridge_inode_internal function in fs/isofs/rock.c in the Linux kernel through 3.16.1 allows local users to cause a denial of service (uncontrolled recursion, and system crash or reboot) via a crafted iso9660 image with a CL entry referring to a directory entry that has a CL entry. (bnc#892490) CVE-2014-5472: The parse_rock_ridge_inode_internal function in fs/isofs/rock.c in the Linux kernel through 3.16.1 allows local users to cause a denial of service (unkillable mount process) via a crafted iso9660 image with a self-referential CL entry. (bnc#892490) CVE-2014-2706: Race condition in the mac80211 subsystem in the Linux kernel before 3.13.7 allows remote attackers to cause a denial of service (system crash) via network traffic that improperly interacts with the WLAN_STA_PS_STA state (aka power-save mode), related to sta_info.c and tx.c. (bnc#871797) CVE-2014-4027: The rd_build_device_space function in drivers/target/target_core_rd.c in the Linux kernel before 3.14 does not properly initialize a certain data structure, which allows local users to obtain sensitive information from ramdisk_mcp memory by leveraging access to a SCSI initiator. (bnc#882639) CVE-2014-3153 The futex_requeue function in kernel/futex.c in the Linux kernel through 3.14.5 does not ensure that calls have two different futex addresses, which allows local users to gain privileges via a crafted FUTEX_REQUEUE command that facilitates unsafe waiter modification. (bnc#880892) CVE-2014-6410: Avoid infinite loop when processing indirect ICBs (bnc#896689) The following non-security bugs were fixed: - ACPI / PAD: call schedule() when need_resched() is true (bnc#866911). - ACPI: Fix bug when ACPI reset register is implemented in system memory (bnc#882900). - ACPI: Limit access to custom_method (bnc#884333). - ALSA: hda - Enabling Realtek ALC 671 codec (bnc#891746). - Add option to automatically enforce module signatures when in Secure Boot mode (bnc#884333). - Add secure_modules() call (bnc#884333). - Add wait_on_atomic_t() and wake_up_atomic_t() (bnc#880344). - Backported new patches of Lock down functions for UEFI secure boot Also updated series.conf and removed old patches. - Btrfs: Return EXDEV for cross file system snapshot. - Btrfs: abort the transaction when we does not find our extent ref. - Btrfs: avoid warning bomb of btrfs_invalidate_inodes. - Btrfs: cancel scrub on transaction abortion. - Btrfs: correctly set profile flags on seqlock retry. - Btrfs: does not check nodes for extent items. - Btrfs: fix a possible deadlock between scrub and transaction committing. - Btrfs: fix corruption after write/fsync failure + fsync + log recovery (bnc#894200). - Btrfs: fix csum tree corruption, duplicate and outdated checksums (bnc#891619). - Btrfs: fix double free in find_lock_delalloc_range. - Btrfs: fix possible memory leak in btrfs_create_tree(). - Btrfs: fix use of uninit 'ret' in end_extent_writepage(). - Btrfs: free delayed node outside of root->inode_lock (bnc#866864). - Btrfs: make DEV_INFO ioctl available to anyone. - Btrfs: make FS_INFO ioctl available to anyone. - Btrfs: make device scan less noisy. - Btrfs: make sure there are not any read requests before stopping workers. - Btrfs: more efficient io tree navigation on wait_extent_bit. - Btrfs: output warning instead of error when loading free space cache failed. - Btrfs: retrieve more info from FS_INFO ioctl. - Btrfs: return EPERM when deleting a default subvolume (bnc#869934). - Btrfs: unset DCACHE_DISCONNECTED when mounting default subvol (bnc#866615). - Btrfs: use right type to get real comparison. - Btrfs: wake up @scrub_pause_wait as much as we can. - Btrfs: wake up transaction thread upon remount. - CacheFiles: Add missing retrieval completions (bnc#880344). - CacheFiles: Does not try to dump the index key if the cookie has been cleared (bnc#880344). - CacheFiles: Downgrade the requirements passed to the allocator (bnc#880344). - CacheFiles: Fix the marking of cached pages (bnc#880344). - CacheFiles: Implement invalidation (bnc#880344). - CacheFiles: Make some debugging statements conditional (bnc#880344). - Drivers: hv: util: Fix a bug in the KVP code (bnc#886840). - Drivers: hv: vmbus: Fix a bug in the channel callback dispatch code (bnc#886840). - FS-Cache: Add transition to handle invalidate immediately after lookup (bnc#880344). - FS-Cache: Check that there are no read ops when cookie relinquished (bnc#880344). - FS-Cache: Clear remaining page count on retrieval cancellation (bnc#880344). - FS-Cache: Convert the object event ID #defines into an enum (bnc#880344). - FS-Cache: Does not sleep in page release if __GFP_FS is not set (bnc#880344). - FS-Cache: Does not use spin_is_locked() in assertions (bnc#880344). - FS-Cache: Exclusive op submission can BUG if there is been an I/O error (bnc#880344). - FS-Cache: Fix __wait_on_atomic_t() to call the action func if the counter != 0 (bnc#880344). - FS-Cache: Fix object state machine to have separate work and wait states (bnc#880344). - FS-Cache: Fix operation state management and accounting (bnc#880344). - FS-Cache: Fix signal handling during waits (bnc#880344). - FS-Cache: Initialise the object event mask with the calculated mask (bnc#880344). - FS-Cache: Limit the number of I/O error reports for a cache (bnc#880344). - FS-Cache: Make cookie relinquishment wait for outstanding reads (bnc#880344). - FS-Cache: Mark cancellation of in-progress operation (bnc#880344). - FS-Cache: One of the write operation paths doeses not set the object state (bnc#880344). - FS-Cache: Provide proper invalidation (bnc#880344). - FS-Cache: Simplify cookie retention for fscache_objects, fixing oops (bnc#880344). - FS-Cache: The retrieval remaining-pages counter needs to be atomic_t (bnc#880344). - FS-Cache: Uninline fscache_object_init() (bnc#880344). - FS-Cache: Wrap checks on object state (bnc#880344). - HID: usbhid: add always-poll quirk (bnc#888607). - HID: usbhid: enable always-poll quirk for Elan Touchscreen (bnc#888607). - IB/iser: Add TIMEWAIT_EXIT event handling (bnc#890297). - Ignore 'flags' change to event_constraint (bnc#876114). - Ignore data_src/weight changes to perf_sample_data (bnc#876114). - NFS: Allow more operations in an NFSv4.1 request (bnc#890513). - NFS: Clean up helper function nfs4_select_rw_stateid() (bnc#888968). - NFS: Does not copy read delegation stateids in setattr (bnc#888968). - NFS: Does not use a delegation to open a file when returning that delegation (bnc#888968, bnc#892200, bnc#893596, bnc#893496) - NFS: Fixes for NFS RCU-walk support in line with code going upstream - NFS: Use FS-Cache invalidation (bnc#880344). - NFS: allow lockless access to access_cache (bnc#866130). - NFS: avoid mountpoint being displayed as ' (deleted)' in /proc/mounts (bnc#888591). - NFS: nfs4_do_open should add negative results to the dcache (bnc#866130). - NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a page (bnc#880344). - NFS: nfs_open_revalidate: only evaluate parent if it will be used (bnc#866130). - NFS: prepare for RCU-walk support but pushing tests later in code (bnc#866130). - NFS: support RCU_WALK in nfs_permission() (bnc#866130). - NFS: teach nfs_lookup_verify_inode to handle LOOKUP_RCU (bnc#866130). - NFS: teach nfs_neg_need_reval to understand LOOKUP_RCU (bnc#866130). - NFSD: Does not hand out delegations for 30 seconds after recalling them (bnc#880370). - NFSv4 set open access operation call flag in nfs4_init_opendata_res (bnc#888968, bnc#892200, bnc#893596, bnc#893496). - NFSv4: Add a helper for encoding opaque data (bnc#888968). - NFSv4: Add a helper for encoding stateids (bnc#888968). - NFSv4: Add helpers for basic copying of stateids (bnc#888968). - NFSv4: Clean up nfs4_select_rw_stateid() (bnc#888968). - NFSv4: Fix the return value of nfs4_select_rw_stateid (bnc#888968). - NFSv4: Rename nfs4_copy_stateid() (bnc#888968). - NFSv4: Resend the READ/WRITE RPC call if a stateid change causes an error (bnc#888968). - NFSv4: Simplify the struct nfs4_stateid (bnc#888968). - NFSv4: The stateid must remain the same for replayed RPC calls (bnc#888968). - NFSv4: nfs4_stateid_is_current should return 'true' for an invalid stateid (bnc#888968). - One more fix for kABI breakage. - PCI: Lock down BAR access when module security is enabled (bnc#884333). - PCI: enable MPS 'performance' setting to properly handle bridge MPS (bnc#883376). - PM / Hibernate: Add memory_rtree_find_bit function (bnc#860441). - PM / Hibernate: Create a Radix-Tree to store memory bitmap (bnc#860441). - PM / Hibernate: Implement position keeping in radix tree (bnc#860441). - PM / Hibernate: Iterate over set bits instead of PFNs in swsusp_free() (bnc#860441). - PM / Hibernate: Remove the old memory-bitmap implementation (bnc#860441). - PM / Hibernate: Touch Soft Lockup Watchdog in rtree_next_node (bnc#860441). - Restrict /dev/mem and /dev/kmem when module loading is restricted (bnc#884333). - Reuse existing 'state' field to indicate PERF_X86_EVENT_PEBS_LDLAT (bnc#876114). - USB: handle LPM errors during device suspend correctly (bnc#849123). - Update kabi files to reflect fscache change (bnc#880344) - Update x86_64 config files: re-enable SENSORS_W83627EHF (bnc#891281) - VFS: Make more complete truncate operation available to CacheFiles (bnc#880344). - [FEAT NET1222] ib_uverbs: Allow explicit mmio trigger (FATE#83366, ltc#83367). - acpi: Ignore acpi_rsdp kernel parameter when module loading is restricted (bnc#884333). - af_iucv: correct cleanup if listen backlog is full (bnc#885262, LTC#111728). - asus-wmi: Restrict debugfs interface when module loading is restricted (bnc#884333). - autofs4: allow RCU-walk to walk through autofs4 (bnc#866130). - autofs4: avoid taking fs_lock during rcu-walk (bnc#866130). - autofs4: does not take spinlock when not needed in autofs4_lookup_expiring (bnc#866130). - autofs4: factor should_expire() out of autofs4_expire_indirect (bnc#866130). - autofs4: make 'autofs4_can_expire' idempotent (bnc#866130). - autofs4: remove a redundant assignment (bnc#866130). - autofs: fix lockref lookup (bnc#888591). - be2net: add dma_mapping_error() check for dma_map_page() (bnc#881759). - block: add cond_resched() to potentially long running ioctl discard loop (bnc#884725). - block: fix race between request completion and timeout handling (bnc#881051). - cdc-ether: clean packet filter upon probe (bnc#876017). - cpuset: Fix memory allocator deadlock (bnc#876590). - crypto: Allow CRYPTO_FIPS without MODULE_SIGNATURES. Not all archs have them, but some are FIPS certified, with some kernel support. - crypto: fips - only panic on bad/missing crypto mod signatures (bnc#887503). - crypto: testmgr - allow aesni-intel and ghash_clmulni-intel in fips mode (bnc#889451). - dasd: validate request size before building CCW/TCW (bnc#891087, LTC#114068). - dm mpath: fix race condition between multipath_dtr and pg_init_done (bnc#826486). - dm-mpath: fix panic on deleting sg device (bnc#870161). - drm/ast: AST2000 cannot be detected correctly (bnc#895983). - drm/ast: Actually load DP501 firmware when required (bnc#895608 bnc#871134). - drm/ast: Add missing entry to dclk_table[]. - drm/ast: Add reduced non reduced mode parsing for wide screen mode (bnc#892723). - drm/ast: initial DP501 support (v0.2) (bnc#871134). - drm/ast: open key before detect chips (bnc#895983). - drm/i915: Fix up cpt pixel multiplier enable sequence (bnc#879304). - drm/i915: Only apply DPMS to the encoder if enabled (bnc#893064). - drm/i915: clear the FPGA_DBG_RM_NOCLAIM bit at driver init (bnc#869055). - drm/i915: create functions for the 'unclaimed register' checks (bnc#869055). - drm/i915: use FPGA_DBG for the 'unclaimed register' checks (bnc#869055). - drm/mgag200: Initialize data needed to map fbdev memory (bnc #806990). - e1000e: enable support for new device IDs (bnc#885509). - fs/fscache: remove spin_lock() from the condition in while() (bnc#880344). - hibernate: Disable in a signed modules environment (bnc#884333). - hugetlb: does not use ERR_PTR with VM_FAULT* values - ibmvscsi: Abort init sequence during error recovery (bnc#885382). - ibmvscsi: Add memory barriers for send / receive (bnc#885382). - inet: add a redirect generation id in inetpeer (bnc#860593). - inetpeer: initialize ->redirect_genid in inet_getpeer() (bnc#860593). - ipv6: tcp: fix tcp_v6_conn_request() (bnc#887645). - kabi: hide bnc#860593 changes of struct inetpeer_addr_base (bnc#860593). - kernel: 3215 tty hang (bnc#891087, LTC#114562). - kernel: fix data corruption when reading /proc/sysinfo (bnc#891087, LTC#114480). - kernel: fix kernel oops with load of fpc register (bnc#889061, LTC#113596). - kernel: sclp console tty reference counting (bnc#891087, LTC#115466). - kexec: Disable at runtime if the kernel enforces module loading restrictions (bnc#884333). - md/raid6: avoid data corruption during recovery of double-degraded RAID6. - memcg, vmscan: Fix forced scan of anonymous pages (memory reclaim fix). - memcg: do not expose uninitialized mem_cgroup_per_node to world (bnc#883096). - mm, hugetlb: add VM_NORESERVE check in vma_has_reserves() - mm, hugetlb: change variable name reservations to resv - mm, hugetlb: decrement reserve count if VM_NORESERVE alloc page cache - mm, hugetlb: defer freeing pages when gathering surplus pages - mm, hugetlb: do not use a page in page cache for cow optimization - mm, hugetlb: fix and clean-up node iteration code to alloc or free - mm, hugetlb: fix race in region tracking - mm, hugetlb: fix subpool accounting handling - mm, hugetlb: improve page-fault scalability - mm, hugetlb: improve, cleanup resv_map parameters - mm, hugetlb: move up the code which check availability of free huge page - mm, hugetlb: protect reserved pages when soft offlining a hugepage - mm, hugetlb: remove decrement_hugepage_resv_vma() - mm, hugetlb: remove redundant list_empty check in gather_surplus_pages() - mm, hugetlb: remove resv_map_put - mm, hugetlb: remove useless check about mapping type - mm, hugetlb: return a reserved page to a reserved pool if failed - mm, hugetlb: trivial commenting fix - mm, hugetlb: unify region structure handling - mm, hugetlb: unify region structure handling kabi - mm, hugetlb: use long vars instead of int in region_count() (Hugetlb Fault Scalability). - mm, hugetlb: use vma_resv_map() map types - mm, oom: fix badness score underflow (bnc#884582, bnc#884767). - mm, oom: normalize oom scores to oom_score_adj scale only for userspace (bnc#884582, bnc#884767). - mm, thp: do not allow thp faults to avoid cpuset restrictions (bnc#888849). - net/mlx4_core: Load higher level modules according to ports type (bnc#887680). - net/mlx4_core: Load the IB driver when the device supports IBoE (bnc#887680). - net/mlx4_en: Fix a race between napi poll function and RX ring cleanup (bnc#863586). - net/mlx4_en: Fix selftest failing on non 10G link speed (bnc#888058). - net: fix checksumming features handling in output path (bnc#891259). - pagecache_limit: batch large nr_to_scan targets (bnc#895221). - pagecachelimit: reduce lru_lock congestion for heavy parallel reclaim fix (bnc#895680). - perf/core: Add weighted samples (bnc#876114). - perf/x86: Add flags to event constraints (bnc#876114). - perf/x86: Add memory profiling via PEBS Load Latency (bnc#876114). - perf: Add generic memory sampling interface (bnc#876114). - qla2xxx: Avoid escalating the SCSI error handler if the command is not found in firmware (bnc#859840). - qla2xxx: Clear loop_id for ports that are marked lost during fabric scanning (bnc#859840). - qla2xxx: Does not check for firmware hung during the reset context for ISP82XX (bnc#859840). - qla2xxx: Issue abort command for outstanding commands during cleanup when only firmware is alive (bnc#859840). - qla2xxx: Reduce the time we wait for a command to complete during SCSI error handling (bnc#859840). - qla2xxx: Set host can_queue value based on available resources (bnc#859840). - restore smp_mb() in unlock_new_inode() (bnc#890526). - s390/pci: introduce lazy IOTLB flushing for DMA unmap (bnc#889061, LTC#113725). - sched: fix the theoretical signal_wake_up() vs schedule() race (bnc#876055). - sclp_vt220: Enable integrated ASCII console per default (bnc#885262, LTC#112035). - scsi_dh: use missing accessor 'scsi_device_from_queue' (bnc#889614). - scsi_transport_fc: Cap dev_loss_tmo by fast_io_fail (bnc#887608). - scsiback: correct grant page unmapping. - scsiback: fix retry handling in __report_luns(). - scsiback: free resources after error. - sunrpc/auth: allow lockless (rcu) lookup of credential cache (bnc#866130). - supported.conf: remove external from drivers/net/veth (bnc#889727) - supported.conf: support net/sched/act_police.ko (bnc#890426) - tcp: adapt selected parts of RFC 5682 and PRR logic (bnc#879921). - tg3: Change nvram command timeout value to 50ms (bnc#855657). - tg3: Override clock, link aware and link idle mode during NVRAM dump (bnc#855657). - tg3: Set the MAC clock to the fastest speed during boot code load (bnc#855657). - usb: Does not enable LPM if the exit latency is zero (bnc#832309). - usbcore: Does not log on consecutive debounce failures of the same port (bnc#888105). - usbhid: fix PIXART optical mouse (bnc#888607). - uswsusp: Disable when module loading is restricted (bnc#884333). - vscsi: support larger transfer sizes (bnc#774818). - writeback: Do not sync data dirtied after sync start (bnc#833820). - x86 thermal: Delete power-limit-notification console messages (bnc#882317). - x86 thermal: Disable power limit notification interrupt by default (bnc#882317). - x86 thermal: Re-enable power limit notification interrupt by default (bnc#882317). - x86, cpu hotplug: Fix stack frame warning in check_irq_vectors_for_cpu_disable() (bnc#887418). - x86/UV: Add call to KGDB/KDB from NMI handler (bnc#888847). - x86/UV: Add kdump to UV NMI handler (bnc#888847). - x86/UV: Add summary of cpu activity to UV NMI handler (bnc#888847). - x86/UV: Move NMI support (bnc#888847). - x86/UV: Update UV support for external NMI signals (bnc#888847). - x86/uv/nmi: Fix Sparse warnings (bnc#888847). - x86: Add check for number of available vectors before CPU down (bnc#887418). - x86: Lock down IO port access when module security is enabled (bnc#884333). - x86: Restrict MSR access when module loading is restricted (bnc#884333). Security Issues: * CVE-2013-1979 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1979> * CVE-2014-1739 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-1739> * CVE-2014-2706 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2706> * CVE-2014-4027 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4027> * CVE-2014-4171 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4171> * CVE-2014-4508 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4508> * CVE-2014-4667 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4667> * CVE-2014-4943 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4943> * CVE-2014-5077 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5077> * CVE-2014-5471 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5471> * CVE-2014-5472 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5472> * CVE-2014-3153 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3153> * CVE-2014-6410 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6410>
Patchnames: sledsp3-kernel,slehasp3-kernel,slessp3-kernel
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Product Identifier Version Remediation
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:kernel-bigsmp-devel-3.0.101-0.47.55.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:kernel-default-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:kernel-default-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:kernel-default-base-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:kernel-default-base-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:kernel-default-devel-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:kernel-default-devel-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:kernel-default-extra-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:kernel-default-extra-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:kernel-pae-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:kernel-pae-base-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:kernel-pae-devel-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:kernel-pae-extra-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:kernel-source-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:kernel-source-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:kernel-syms-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:kernel-syms-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:kernel-trace-devel-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:kernel-trace-devel-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:kernel-xen-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:kernel-xen-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:kernel-xen-base-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:kernel-xen-base-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:kernel-xen-devel-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:kernel-xen-devel-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:kernel-xen-extra-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:kernel-xen-extra-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:xen-kmp-default-4.2.4_04_3.0.101_0.40-0.7.3.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:xen-kmp-default-4.2.4_04_3.0.101_0.40-0.7.3.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 11 SP3:xen-kmp-pae-4.2.4_04_3.0.101_0.40-0.7.3.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:cluster-network-kmp-bigsmp-1.4_3.0.101_0.47.55-2.28.1.21.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:cluster-network-kmp-default-1.4_3.0.101_0.40-2.27.98.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:cluster-network-kmp-default-1.4_3.0.101_0.40-2.27.98.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:cluster-network-kmp-default-1.4_3.0.101_0.40-2.27.98.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:cluster-network-kmp-default-1.4_3.0.101_0.40-2.27.98.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:cluster-network-kmp-default-1.4_3.0.101_0.40-2.27.98.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:cluster-network-kmp-pae-1.4_3.0.101_0.40-2.27.98.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:cluster-network-kmp-ppc64-1.4_3.0.101_0.40-2.27.98.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:cluster-network-kmp-trace-1.4_3.0.101_0.40-2.27.98.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:cluster-network-kmp-trace-1.4_3.0.101_0.40-2.27.98.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:cluster-network-kmp-trace-1.4_3.0.101_0.40-2.27.98.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:cluster-network-kmp-trace-1.4_3.0.101_0.40-2.27.98.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:cluster-network-kmp-trace-1.4_3.0.101_0.40-2.27.98.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:cluster-network-kmp-xen-1.4_3.0.101_0.40-2.27.98.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:cluster-network-kmp-xen-1.4_3.0.101_0.40-2.27.98.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:gfs2-kmp-bigsmp-2_3.0.101_0.47.55-0.17.1.21.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:gfs2-kmp-default-2_3.0.101_0.40-0.16.104.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:gfs2-kmp-default-2_3.0.101_0.40-0.16.104.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:gfs2-kmp-default-2_3.0.101_0.40-0.16.104.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:gfs2-kmp-default-2_3.0.101_0.40-0.16.104.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:gfs2-kmp-default-2_3.0.101_0.40-0.16.104.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:gfs2-kmp-pae-2_3.0.101_0.40-0.16.104.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:gfs2-kmp-ppc64-2_3.0.101_0.40-0.16.104.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:gfs2-kmp-trace-2_3.0.101_0.40-0.16.104.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:gfs2-kmp-trace-2_3.0.101_0.40-0.16.104.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:gfs2-kmp-trace-2_3.0.101_0.40-0.16.104.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:gfs2-kmp-trace-2_3.0.101_0.40-0.16.104.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:gfs2-kmp-trace-2_3.0.101_0.40-0.16.104.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:gfs2-kmp-xen-2_3.0.101_0.40-0.16.104.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:gfs2-kmp-xen-2_3.0.101_0.40-0.16.104.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:ocfs2-kmp-bigsmp-1.6_3.0.101_0.47.55-0.21.1.21.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:ocfs2-kmp-default-1.6_3.0.101_0.40-0.20.98.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:ocfs2-kmp-default-1.6_3.0.101_0.40-0.20.98.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:ocfs2-kmp-default-1.6_3.0.101_0.40-0.20.98.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:ocfs2-kmp-default-1.6_3.0.101_0.40-0.20.98.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:ocfs2-kmp-default-1.6_3.0.101_0.40-0.20.98.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:ocfs2-kmp-pae-1.6_3.0.101_0.40-0.20.98.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:ocfs2-kmp-ppc64-1.6_3.0.101_0.40-0.20.98.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:ocfs2-kmp-trace-1.6_3.0.101_0.40-0.20.98.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:ocfs2-kmp-trace-1.6_3.0.101_0.40-0.20.98.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:ocfs2-kmp-trace-1.6_3.0.101_0.40-0.20.98.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:ocfs2-kmp-trace-1.6_3.0.101_0.40-0.20.98.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:ocfs2-kmp-trace-1.6_3.0.101_0.40-0.20.98.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:ocfs2-kmp-xen-1.6_3.0.101_0.40-0.20.98.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 11 SP3:ocfs2-kmp-xen-1.6_3.0.101_0.40-0.20.98.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-bigsmp-3.0.101-0.47.55.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-bigsmp-base-3.0.101-0.47.55.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-bigsmp-devel-3.0.101-0.47.55.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-default-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-default-3.0.101-0.40.1.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-default-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-default-3.0.101-0.40.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-default-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-default-base-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-default-base-3.0.101-0.40.1.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-default-base-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-default-base-3.0.101-0.40.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-default-base-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-default-devel-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-default-devel-3.0.101-0.40.1.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-default-devel-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-default-devel-3.0.101-0.40.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-default-devel-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-default-man-3.0.101-0.40.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-ec2-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-ec2-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-ec2-base-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-ec2-base-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-ec2-devel-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-ec2-devel-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-pae-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-pae-base-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-pae-devel-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-ppc64-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-ppc64-base-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-ppc64-devel-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-source-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-source-3.0.101-0.40.1.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-source-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-source-3.0.101-0.40.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-source-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-syms-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-syms-3.0.101-0.40.1.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-syms-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-syms-3.0.101-0.40.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-syms-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-trace-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-trace-3.0.101-0.40.1.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-trace-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-trace-3.0.101-0.40.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-trace-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-trace-base-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-trace-base-3.0.101-0.40.1.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-trace-base-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-trace-base-3.0.101-0.40.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-trace-base-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-trace-devel-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-trace-devel-3.0.101-0.40.1.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-trace-devel-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-trace-devel-3.0.101-0.40.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-trace-devel-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-xen-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-xen-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-xen-base-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-xen-base-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-xen-devel-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:kernel-xen-devel-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:xen-kmp-default-4.2.4_04_3.0.101_0.40-0.7.3.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:xen-kmp-default-4.2.4_04_3.0.101_0.40-0.7.3.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3-TERADATA:xen-kmp-pae-4.2.4_04_3.0.101_0.40-0.7.3.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-bigsmp-3.0.101-0.47.55.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-bigsmp-base-3.0.101-0.47.55.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-bigsmp-devel-3.0.101-0.47.55.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-default-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-default-3.0.101-0.40.1.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-default-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-default-3.0.101-0.40.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-default-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-default-base-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-default-base-3.0.101-0.40.1.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-default-base-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-default-base-3.0.101-0.40.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-default-base-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-default-devel-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-default-devel-3.0.101-0.40.1.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-default-devel-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-default-devel-3.0.101-0.40.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-default-devel-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-default-man-3.0.101-0.40.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-ec2-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-ec2-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-ec2-base-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-ec2-base-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-ec2-devel-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-ec2-devel-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-pae-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-pae-base-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-pae-devel-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-ppc64-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-ppc64-base-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-ppc64-devel-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-source-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-source-3.0.101-0.40.1.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-source-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-source-3.0.101-0.40.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-source-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-syms-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-syms-3.0.101-0.40.1.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-syms-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-syms-3.0.101-0.40.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-syms-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-trace-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-trace-3.0.101-0.40.1.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-trace-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-trace-3.0.101-0.40.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-trace-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-trace-base-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-trace-base-3.0.101-0.40.1.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-trace-base-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-trace-base-3.0.101-0.40.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-trace-base-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-trace-devel-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-trace-devel-3.0.101-0.40.1.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-trace-devel-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-trace-devel-3.0.101-0.40.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-trace-devel-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-xen-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-xen-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-xen-base-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-xen-base-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-xen-devel-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:kernel-xen-devel-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:xen-kmp-default-4.2.4_04_3.0.101_0.40-0.7.3.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:xen-kmp-default-4.2.4_04_3.0.101_0.40-0.7.3.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 11 SP3:xen-kmp-pae-4.2.4_04_3.0.101_0.40-0.7.3.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-bigsmp-3.0.101-0.47.55.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-bigsmp-base-3.0.101-0.47.55.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-bigsmp-devel-3.0.101-0.47.55.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-default-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-default-3.0.101-0.40.1.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-default-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-default-3.0.101-0.40.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-default-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-default-base-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-default-base-3.0.101-0.40.1.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-default-base-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-default-base-3.0.101-0.40.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-default-base-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-default-devel-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-default-devel-3.0.101-0.40.1.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-default-devel-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-default-devel-3.0.101-0.40.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-default-devel-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-default-man-3.0.101-0.40.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-ec2-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-ec2-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-ec2-base-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-ec2-base-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-ec2-devel-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-ec2-devel-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-pae-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-pae-base-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-pae-devel-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-ppc64-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-ppc64-base-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-ppc64-devel-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-source-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-source-3.0.101-0.40.1.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-source-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-source-3.0.101-0.40.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-source-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-syms-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-syms-3.0.101-0.40.1.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-syms-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-syms-3.0.101-0.40.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-syms-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-trace-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-trace-3.0.101-0.40.1.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-trace-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-trace-3.0.101-0.40.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-trace-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-trace-base-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-trace-base-3.0.101-0.40.1.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-trace-base-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-trace-base-3.0.101-0.40.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-trace-base-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-trace-devel-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-trace-devel-3.0.101-0.40.1.ia64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-trace-devel-3.0.101-0.40.1.ppc64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-trace-devel-3.0.101-0.40.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-trace-devel-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-xen-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-xen-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-xen-base-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-xen-base-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-xen-devel-3.0.101-0.40.1.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:kernel-xen-devel-3.0.101-0.40.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:xen-kmp-default-4.2.4_04_3.0.101_0.40-0.7.3.i586
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:xen-kmp-default-4.2.4_04_3.0.101_0.40-0.7.3.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 11 SP3:xen-kmp-pae-4.2.4_04_3.0.101_0.40-0.7.3.i586
Vendor Fix
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact low
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact important
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact low
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact low
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact important
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact important
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact low
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact important
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact low
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact important
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact low
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact low
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact important
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact important
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact important
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact important
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact important
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact low
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact low
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact low
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact important
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact important
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact important
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact important
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact low
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact important
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact low
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact low
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact critical
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
Affected products
Recommended 270 products, the same list as for CVE-2012-2372
Threats
Impact moderate
References
URL Category
https://www.suse.com/support/security/rating/ external
https://ftp.suse.com/pub/projects/security/csaf/s… self
https://www.suse.com/support/update/announcement/… self
https://lists.suse.com/pipermail/sle-security-upd… self
https://bugzilla.suse.com/599263 self
https://bugzilla.suse.com/708296 self
https://bugzilla.suse.com/733022 self
https://bugzilla.suse.com/745640 self
https://bugzilla.suse.com/755743 self
https://bugzilla.suse.com/760407 self
https://bugzilla.suse.com/763463 self
https://bugzilla.suse.com/763968 self
https://bugzilla.suse.com/765523 self
https://bugzilla.suse.com/767610 self
https://bugzilla.suse.com/769035 self
https://bugzilla.suse.com/769644 self
https://bugzilla.suse.com/770541 self
https://bugzilla.suse.com/771619 self
https://bugzilla.suse.com/773006 self
https://bugzilla.suse.com/773255 self
https://bugzilla.suse.com/773837 self
https://bugzilla.suse.com/774818 self
https://bugzilla.suse.com/779488 self
https://bugzilla.suse.com/783475 self
https://bugzilla.suse.com/785901 self
https://bugzilla.suse.com/786450 self
https://bugzilla.suse.com/787843 self
https://bugzilla.suse.com/789010 self
https://bugzilla.suse.com/789359 self
https://bugzilla.suse.com/792271 self
https://bugzilla.suse.com/793727 self
https://bugzilla.suse.com/794824 self
https://bugzilla.suse.com/797090 self
https://bugzilla.suse.com/797526 self
https://bugzilla.suse.com/797727 self
https://bugzilla.suse.com/797909 self
https://bugzilla.suse.com/798050 self
https://bugzilla.suse.com/800255 self
https://bugzilla.suse.com/800875 self
https://bugzilla.suse.com/801341 self
https://bugzilla.suse.com/801427 self
https://bugzilla.suse.com/803320 self
https://bugzilla.suse.com/804482 self
https://bugzilla.suse.com/804609 self
https://bugzilla.suse.com/804950 self
https://bugzilla.suse.com/805114 self
https://bugzilla.suse.com/805371 self
https://bugzilla.suse.com/805740 self
https://bugzilla.suse.com/805804 self
https://bugzilla.suse.com/806396 self
https://bugzilla.suse.com/806976 self
https://bugzilla.suse.com/806988 self
https://bugzilla.suse.com/806990 self
https://bugzilla.suse.com/807434 self
https://bugzilla.suse.com/807471 self
https://bugzilla.suse.com/807502 self
https://bugzilla.suse.com/808015 self
https://bugzilla.suse.com/808079 self
https://bugzilla.suse.com/808136 self
https://bugzilla.suse.com/808837 self
https://bugzilla.suse.com/808855 self
https://bugzilla.suse.com/808940 self
https://bugzilla.suse.com/809122 self
https://bugzilla.suse.com/809130 self
https://bugzilla.suse.com/809463 self
https://bugzilla.suse.com/809895 self
https://bugzilla.suse.com/809975 self
https://bugzilla.suse.com/810323 self
https://bugzilla.suse.com/810722 self
https://bugzilla.suse.com/812274 self
https://bugzilla.suse.com/812281 self
https://bugzilla.suse.com/812332 self
https://bugzilla.suse.com/812526 self
https://bugzilla.suse.com/812974 self
https://bugzilla.suse.com/813245 self
https://bugzilla.suse.com/813604 self
https://bugzilla.suse.com/813733 self
https://bugzilla.suse.com/813922 self
https://bugzilla.suse.com/814336 self
https://bugzilla.suse.com/815256 self
https://bugzilla.suse.com/815320 self
https://bugzilla.suse.com/815356 self
https://bugzilla.suse.com/816043 self
https://bugzilla.suse.com/816099 self
https://bugzilla.suse.com/816451 self
https://bugzilla.suse.com/816708 self
https://bugzilla.suse.com/817035 self
https://bugzilla.suse.com/817377 self
https://bugzilla.suse.com/818047 self
https://bugzilla.suse.com/818064 self
https://bugzilla.suse.com/818371 self
https://bugzilla.suse.com/818465 self
https://bugzilla.suse.com/818545 self
https://bugzilla.suse.com/819018 self
https://bugzilla.suse.com/819195 self
https://bugzilla.suse.com/819363 self
https://bugzilla.suse.com/819523 self
https://bugzilla.suse.com/819610 self
https://bugzilla.suse.com/819655 self
https://bugzilla.suse.com/819979 self
https://bugzilla.suse.com/820102 self
https://bugzilla.suse.com/820172 self
https://bugzilla.suse.com/820338 self
https://bugzilla.suse.com/820434 self
https://bugzilla.suse.com/820848 self
https://bugzilla.suse.com/821052 self
https://bugzilla.suse.com/821070 self
https://bugzilla.suse.com/821235 self
https://bugzilla.suse.com/821259 self
https://bugzilla.suse.com/821465 self
https://bugzilla.suse.com/821619 self
https://bugzilla.suse.com/821799 self
https://bugzilla.suse.com/821859 self
https://bugzilla.suse.com/821930 self
https://bugzilla.suse.com/821948 self
https://bugzilla.suse.com/821980 self
https://bugzilla.suse.com/822052 self
https://bugzilla.suse.com/822066 self
https://bugzilla.suse.com/822077 self
https://bugzilla.suse.com/822080 self
https://bugzilla.suse.com/822164 self
https://bugzilla.suse.com/822225 self
https://bugzilla.suse.com/822340 self
https://bugzilla.suse.com/822431 self
https://bugzilla.suse.com/822433 self
https://bugzilla.suse.com/822575 self
https://bugzilla.suse.com/822579 self
https://bugzilla.suse.com/822722 self
https://bugzilla.suse.com/822825 self
https://bugzilla.suse.com/822878 self
https://bugzilla.suse.com/823082 self
https://bugzilla.suse.com/823223 self
https://bugzilla.suse.com/823342 self
https://bugzilla.suse.com/823386 self
https://bugzilla.suse.com/823517 self
https://bugzilla.suse.com/823597 self
https://bugzilla.suse.com/823618 self
https://bugzilla.suse.com/823795 self
https://bugzilla.suse.com/824159 self
https://bugzilla.suse.com/824256 self
https://bugzilla.suse.com/824295 self
https://bugzilla.suse.com/824568 self
https://bugzilla.suse.com/824915 self
https://bugzilla.suse.com/825006 self
https://bugzilla.suse.com/825037 self
https://bugzilla.suse.com/825048 self
https://bugzilla.suse.com/825142 self
https://bugzilla.suse.com/825227 self
https://bugzilla.suse.com/825291 self
https://bugzilla.suse.com/825591 self
https://bugzilla.suse.com/825657 self
https://bugzilla.suse.com/825696 self
https://bugzilla.suse.com/825887 self
https://bugzilla.suse.com/825896 self
https://bugzilla.suse.com/826102 self
https://bugzilla.suse.com/826186 self
https://bugzilla.suse.com/826350 self
https://bugzilla.suse.com/826486 self
https://bugzilla.suse.com/826602 self
https://bugzilla.suse.com/826756 self
https://bugzilla.suse.com/826960 self
https://bugzilla.suse.com/826978 self
https://bugzilla.suse.com/827246 self
https://bugzilla.suse.com/827271 self
https://bugzilla.suse.com/827372 self
https://bugzilla.suse.com/827376 self
https://bugzilla.suse.com/827378 self
https://bugzilla.suse.com/827416 self
https://bugzilla.suse.com/827527 self
https://bugzilla.suse.com/827670 self
https://bugzilla.suse.com/827749 self
https://bugzilla.suse.com/827750 self
https://bugzilla.suse.com/827767 self
https://bugzilla.suse.com/827930 self
https://bugzilla.suse.com/827966 self
https://bugzilla.suse.com/828087 self
https://bugzilla.suse.com/828119 self
https://bugzilla.suse.com/828192 self
https://bugzilla.suse.com/828236 self
https://bugzilla.suse.com/828265 self
https://bugzilla.suse.com/828574 self
https://bugzilla.suse.com/828714 self
https://bugzilla.suse.com/828886 self
https://bugzilla.suse.com/828894 self
https://bugzilla.suse.com/828914 self
https://bugzilla.suse.com/829001 self
https://bugzilla.suse.com/829082 self
https://bugzilla.suse.com/829110 self
https://bugzilla.suse.com/829357 self
https://bugzilla.suse.com/829539 self
https://bugzilla.suse.com/829622 self
https://bugzilla.suse.com/829682 self
https://bugzilla.suse.com/830346 self
https://bugzilla.suse.com/830478 self
https://bugzilla.suse.com/830766 self
https://bugzilla.suse.com/830822 self
https://bugzilla.suse.com/830901 self
https://bugzilla.suse.com/830985 self
https://bugzilla.suse.com/831029 self
https://bugzilla.suse.com/831055 self
https://bugzilla.suse.com/831058 self
https://bugzilla.suse.com/831103 self
https://bugzilla.suse.com/831143 self
https://bugzilla.suse.com/831380 self
https://bugzilla.suse.com/831410 self
https://bugzilla.suse.com/831422 self
https://bugzilla.suse.com/831424 self
https://bugzilla.suse.com/831438 self
https://bugzilla.suse.com/831623 self
https://bugzilla.suse.com/831949 self
https://bugzilla.suse.com/832292 self
https://bugzilla.suse.com/832309 self
https://bugzilla.suse.com/832318 self
https://bugzilla.suse.com/832710 self
https://bugzilla.suse.com/833073 self
https://bugzilla.suse.com/833097 self
https://bugzilla.suse.com/833148 self
https://bugzilla.suse.com/833151 self
https://bugzilla.suse.com/833321 self
https://bugzilla.suse.com/833588 self
https://bugzilla.suse.com/833635 self
https://bugzilla.suse.com/833820 self
https://bugzilla.suse.com/833858 self
https://bugzilla.suse.com/833968 self
https://bugzilla.suse.com/834116 self
https://bugzilla.suse.com/834204 self
https://bugzilla.suse.com/834473 self
https://bugzilla.suse.com/834600 self
https://bugzilla.suse.com/834647 self
https://bugzilla.suse.com/834708 self
https://bugzilla.suse.com/834742 self
https://bugzilla.suse.com/834808 self
https://bugzilla.suse.com/834905 self
https://bugzilla.suse.com/835074 self
https://bugzilla.suse.com/835094 self
https://bugzilla.suse.com/835175 self
https://bugzilla.suse.com/835186 self
https://bugzilla.suse.com/835189 self
https://bugzilla.suse.com/835684 self
https://bugzilla.suse.com/835839 self
https://bugzilla.suse.com/835930 self
https://bugzilla.suse.com/836218 self
https://bugzilla.suse.com/836347 self
https://bugzilla.suse.com/836718 self
https://bugzilla.suse.com/836801 self
https://bugzilla.suse.com/837206 self
https://bugzilla.suse.com/837372 self
https://bugzilla.suse.com/837563 self
https://bugzilla.suse.com/837596 self
https://bugzilla.suse.com/837739 self
https://bugzilla.suse.com/837741 self
https://bugzilla.suse.com/837803 self
https://bugzilla.suse.com/838346 self
https://bugzilla.suse.com/838448 self
https://bugzilla.suse.com/838623 self
https://bugzilla.suse.com/839407 self
https://bugzilla.suse.com/839973 self
https://bugzilla.suse.com/840116 self
https://bugzilla.suse.com/840226 self
https://bugzilla.suse.com/840524 self
https://bugzilla.suse.com/840830 self
https://bugzilla.suse.com/841050 self
https://bugzilla.suse.com/841094 self
https://bugzilla.suse.com/841402 self
https://bugzilla.suse.com/841445 self
https://bugzilla.suse.com/841498 self
https://bugzilla.suse.com/841654 self
https://bugzilla.suse.com/841656 self
https://bugzilla.suse.com/842057 self
https://bugzilla.suse.com/842063 self
https://bugzilla.suse.com/842239 self
https://bugzilla.suse.com/842604 self
https://bugzilla.suse.com/842820 self
https://bugzilla.suse.com/843185 self
https://bugzilla.suse.com/843419 self
https://bugzilla.suse.com/843429 self
https://bugzilla.suse.com/843445 self
https://bugzilla.suse.com/843642 self
https://bugzilla.suse.com/843645 self
https://bugzilla.suse.com/843654 self
https://bugzilla.suse.com/843732 self
https://bugzilla.suse.com/843753 self
https://bugzilla.suse.com/843950 self
https://bugzilla.suse.com/844513 self
https://bugzilla.suse.com/845352 self
https://bugzilla.suse.com/845378 self
https://bugzilla.suse.com/845621 self
https://bugzilla.suse.com/845729 self
https://bugzilla.suse.com/846036 self
https://bugzilla.suse.com/846298 self
https://bugzilla.suse.com/846404 self
https://bugzilla.suse.com/846654 self
https://bugzilla.suse.com/846656 self
https://bugzilla.suse.com/846690 self
https://bugzilla.suse.com/846790 self
https://bugzilla.suse.com/846984 self
https://bugzilla.suse.com/846989 self
https://bugzilla.suse.com/847261 self
https://bugzilla.suse.com/847319 self
https://bugzilla.suse.com/847652 self
https://bugzilla.suse.com/847660 self
https://bugzilla.suse.com/847672 self
https://bugzilla.suse.com/847721 self
https://bugzilla.suse.com/847842 self
https://bugzilla.suse.com/848055 self
https://bugzilla.suse.com/848317 self
https://bugzilla.suse.com/848321 self
https://bugzilla.suse.com/848335 self
https://bugzilla.suse.com/848336 self
https://bugzilla.suse.com/848544 self
https://bugzilla.suse.com/848652 self
https://bugzilla.suse.com/848864 self
https://bugzilla.suse.com/849021 self
https://bugzilla.suse.com/849029 self
https://bugzilla.suse.com/849034 self
https://bugzilla.suse.com/849123 self
https://bugzilla.suse.com/849256 self
https://bugzilla.suse.com/849362 self
https://bugzilla.suse.com/849364 self
https://bugzilla.suse.com/849404 self
https://bugzilla.suse.com/849675 self
https://bugzilla.suse.com/849809 self
https://bugzilla.suse.com/849855 self
https://bugzilla.suse.com/849950 self
https://bugzilla.suse.com/850072 self
https://bugzilla.suse.com/850103 self
https://bugzilla.suse.com/850324 self
https://bugzilla.suse.com/850493 self
https://bugzilla.suse.com/850640 self
https://bugzilla.suse.com/850915 self
https://bugzilla.suse.com/851066 self
https://bugzilla.suse.com/851101 self
https://bugzilla.suse.com/851290 self
https://bugzilla.suse.com/851314 self
https://bugzilla.suse.com/851426 self
https://bugzilla.suse.com/851603 self
https://bugzilla.suse.com/851879 self
https://bugzilla.suse.com/852153 self
https://bugzilla.suse.com/852373 self
https://bugzilla.suse.com/852488 self
https://bugzilla.suse.com/852553 self
https://bugzilla.suse.com/852558 self
https://bugzilla.suse.com/852559 self
https://bugzilla.suse.com/852624 self
https://bugzilla.suse.com/852652 self
https://bugzilla.suse.com/852761 self
https://bugzilla.suse.com/852967 self
https://bugzilla.suse.com/853040 self
https://bugzilla.suse.com/853050 self
https://bugzilla.suse.com/853051 self
https://bugzilla.suse.com/853052 self
https://bugzilla.suse.com/853053 self
https://bugzilla.suse.com/853162 self
https://bugzilla.suse.com/853166 self
https://bugzilla.suse.com/853428 self
https://bugzilla.suse.com/853455 self
https://bugzilla.suse.com/853465 self
https://bugzilla.suse.com/854025 self
https://bugzilla.suse.com/854445 self
https://bugzilla.suse.com/854516 self
https://bugzilla.suse.com/854546 self
https://bugzilla.suse.com/854634 self
https://bugzilla.suse.com/854722 self
https://bugzilla.suse.com/855126 self
https://bugzilla.suse.com/855657 self
https://bugzilla.suse.com/855825 self
https://bugzilla.suse.com/856307 self
https://bugzilla.suse.com/856481 self
https://bugzilla.suse.com/856760 self
https://bugzilla.suse.com/856848 self
https://bugzilla.suse.com/857358 self
https://bugzilla.suse.com/857643 self
https://bugzilla.suse.com/857926 self
https://bugzilla.suse.com/858534 self
https://bugzilla.suse.com/858604 self
https://bugzilla.suse.com/858831 self
https://bugzilla.suse.com/858869 self
https://bugzilla.suse.com/858870 self
https://bugzilla.suse.com/858872 self
https://bugzilla.suse.com/859225 self
https://bugzilla.suse.com/859342 self
https://bugzilla.suse.com/859840 self
https://bugzilla.suse.com/860441 self
https://bugzilla.suse.com/860593 self
https://bugzilla.suse.com/861093 self
https://bugzilla.suse.com/861636 self
https://bugzilla.suse.com/861980 self
https://bugzilla.suse.com/862429 self
https://bugzilla.suse.com/862796 self
https://bugzilla.suse.com/862934 self
https://bugzilla.suse.com/862957 self
https://bugzilla.suse.com/863178 self
https://bugzilla.suse.com/863300 self
https://bugzilla.suse.com/863335 self
https://bugzilla.suse.com/863410 self
https://bugzilla.suse.com/863526 self
https://bugzilla.suse.com/863586 self
https://bugzilla.suse.com/863873 self
https://bugzilla.suse.com/864025 self
https://bugzilla.suse.com/864058 self
https://bugzilla.suse.com/864401 self
https://bugzilla.suse.com/864404 self
https://bugzilla.suse.com/864409 self
https://bugzilla.suse.com/864411 self
https://bugzilla.suse.com/864464 self
https://bugzilla.suse.com/864833 self
https://bugzilla.suse.com/864880 self
https://bugzilla.suse.com/865310 self
https://bugzilla.suse.com/865330 self
https://bugzilla.suse.com/865342 self
https://bugzilla.suse.com/865419 self
https://bugzilla.suse.com/865783 self
https://bugzilla.suse.com/865882 self
https://bugzilla.suse.com/866081 self
https://bugzilla.suse.com/866102 self
https://bugzilla.suse.com/866130 self
https://bugzilla.suse.com/866253 self
https://bugzilla.suse.com/866428 self
https://bugzilla.suse.com/866615 self
https://bugzilla.suse.com/866800 self
https://bugzilla.suse.com/866864 self
https://bugzilla.suse.com/866911 self
https://bugzilla.suse.com/867362 self
https://bugzilla.suse.com/867517 self
https://bugzilla.suse.com/867531 self
https://bugzilla.suse.com/867723 self
https://bugzilla.suse.com/867953 self
https://bugzilla.suse.com/868049 self
https://bugzilla.suse.com/868488 self
https://bugzilla.suse.com/868528 self
https://bugzilla.suse.com/868653 self
https://bugzilla.suse.com/868748 self
https://bugzilla.suse.com/869033 self
https://bugzilla.suse.com/869055 self
https://bugzilla.suse.com/869414 self
https://bugzilla.suse.com/869563 self
https://bugzilla.suse.com/869934 self
https://bugzilla.suse.com/870161 self
https://bugzilla.suse.com/870173 self
https://bugzilla.suse.com/870335 self
https://bugzilla.suse.com/870450 self
https://bugzilla.suse.com/870496 self
https://bugzilla.suse.com/870498 self
https://bugzilla.suse.com/870576 self
https://bugzilla.suse.com/870591 self
https://bugzilla.suse.com/870618 self
https://bugzilla.suse.com/870801 self
https://bugzilla.suse.com/870877 self
https://bugzilla.suse.com/870958 self
https://bugzilla.suse.com/871134 self
https://bugzilla.suse.com/871561 self
https://bugzilla.suse.com/871634 self
https://bugzilla.suse.com/871676 self
https://bugzilla.suse.com/871728 self
https://bugzilla.suse.com/871797 self
https://bugzilla.suse.com/871854 self
https://bugzilla.suse.com/871861 self
https://bugzilla.suse.com/871899 self
https://bugzilla.suse.com/872188 self
https://bugzilla.suse.com/872540 self
https://bugzilla.suse.com/872634 self
https://bugzilla.suse.com/873061 self
https://bugzilla.suse.com/873228 self
https://bugzilla.suse.com/873374 self
https://bugzilla.suse.com/873463 self
https://bugzilla.suse.com/874108 self
https://bugzilla.suse.com/874145 self
https://bugzilla.suse.com/874440 self
https://bugzilla.suse.com/874577 self
https://bugzilla.suse.com/875051 self
https://bugzilla.suse.com/875386 self
https://bugzilla.suse.com/875690 self
https://bugzilla.suse.com/875798 self
https://bugzilla.suse.com/876017 self
https://bugzilla.suse.com/876055 self
https://bugzilla.suse.com/876086 self
https://bugzilla.suse.com/876102 self
https://bugzilla.suse.com/876114 self
https://bugzilla.suse.com/876176 self
https://bugzilla.suse.com/876463 self
https://bugzilla.suse.com/876590 self
https://bugzilla.suse.com/876594 self
https://bugzilla.suse.com/876633 self
https://bugzilla.suse.com/877013 self
https://bugzilla.suse.com/877257 self
https://bugzilla.suse.com/877456 self
https://bugzilla.suse.com/877497 self
https://bugzilla.suse.com/877593 self
https://bugzilla.suse.com/877775 self
https://bugzilla.suse.com/878115 self
https://bugzilla.suse.com/878123 self
https://bugzilla.suse.com/878274 self
https://bugzilla.suse.com/878407 self
https://bugzilla.suse.com/878509 self
https://bugzilla.suse.com/879304 self
https://bugzilla.suse.com/879921 self
https://bugzilla.suse.com/879957 self
https://bugzilla.suse.com/880007 self
https://bugzilla.suse.com/880344 self
https://bugzilla.suse.com/880357 self
https://bugzilla.suse.com/880370 self
https://bugzilla.suse.com/880437 self
https://bugzilla.suse.com/880484 self
https://bugzilla.suse.com/880892 self
https://bugzilla.suse.com/881051 self
https://bugzilla.suse.com/881571 self
https://bugzilla.suse.com/881759 self
https://bugzilla.suse.com/881761 self
https://bugzilla.suse.com/881939 self
https://bugzilla.suse.com/882317 self
https://bugzilla.suse.com/882324 self
https://bugzilla.suse.com/882470 self
https://bugzilla.suse.com/882639 self
https://bugzilla.suse.com/882804 self
https://bugzilla.suse.com/882900 self
https://bugzilla.suse.com/883096 self
https://bugzilla.suse.com/883376 self
https://bugzilla.suse.com/883380 self
https://bugzilla.suse.com/883518 self
https://bugzilla.suse.com/883724 self
https://bugzilla.suse.com/883795 self
https://bugzilla.suse.com/883948 self
https://bugzilla.suse.com/884333 self
https://bugzilla.suse.com/884582 self
https://bugzilla.suse.com/884725 self
https://bugzilla.suse.com/884767 self
https://bugzilla.suse.com/884817 self
https://bugzilla.suse.com/885077 self
https://bugzilla.suse.com/885262 self
https://bugzilla.suse.com/885382 self
https://bugzilla.suse.com/885422 self
https://bugzilla.suse.com/885509 self
https://bugzilla.suse.com/885725 self
https://bugzilla.suse.com/886840 self
https://bugzilla.suse.com/887082 self
https://bugzilla.suse.com/887418 self
https://bugzilla.suse.com/887503 self
https://bugzilla.suse.com/887597 self
https://bugzilla.suse.com/887608 self
https://bugzilla.suse.com/887645 self
https://bugzilla.suse.com/887680 self
https://bugzilla.suse.com/888058 self
https://bugzilla.suse.com/888105 self
https://bugzilla.suse.com/888591 self
https://bugzilla.suse.com/888607 self
https://bugzilla.suse.com/888847 self
https://bugzilla.suse.com/888849 self
https://bugzilla.suse.com/888968 self
https://bugzilla.suse.com/889061 self
https://bugzilla.suse.com/889173 self
https://bugzilla.suse.com/889221 self
https://bugzilla.suse.com/889451 self
https://bugzilla.suse.com/889614 self
https://bugzilla.suse.com/889727 self
https://bugzilla.suse.com/890297 self
https://bugzilla.suse.com/890426 self
https://bugzilla.suse.com/890513 self
https://bugzilla.suse.com/890526 self
https://bugzilla.suse.com/891087 self
https://bugzilla.suse.com/891211 self
https://bugzilla.suse.com/891212 self
https://bugzilla.suse.com/891259 self
https://bugzilla.suse.com/891277 self
https://bugzilla.suse.com/891281 self
https://bugzilla.suse.com/891368 self
https://bugzilla.suse.com/891619 self
https://bugzilla.suse.com/891641 self
https://bugzilla.suse.com/891746 self
https://bugzilla.suse.com/891790 self
https://bugzilla.suse.com/892200 self
https://bugzilla.suse.com/892490 self
https://bugzilla.suse.com/892723 self
https://bugzilla.suse.com/892782 self
https://bugzilla.suse.com/893064 self
https://bugzilla.suse.com/893496 self
https://bugzilla.suse.com/893596 self
https://bugzilla.suse.com/893758 self
https://bugzilla.suse.com/894058 self
https://bugzilla.suse.com/894200 self
https://bugzilla.suse.com/894213 self
https://bugzilla.suse.com/894895 self
https://bugzilla.suse.com/895221 self
https://bugzilla.suse.com/895387 self
https://bugzilla.suse.com/895468 self
https://bugzilla.suse.com/895608 self
https://bugzilla.suse.com/895680 self
https://bugzilla.suse.com/895841 self
https://bugzilla.suse.com/895983 self
https://bugzilla.suse.com/896382 self
https://bugzilla.suse.com/896390 self
https://bugzilla.suse.com/896391 self
https://bugzilla.suse.com/896392 self
https://bugzilla.suse.com/896415 self
https://bugzilla.suse.com/896484 self
https://bugzilla.suse.com/896689 self
https://bugzilla.suse.com/897502 self
https://bugzilla.suse.com/897694 self
https://bugzilla.suse.com/897708 self
https://bugzilla.suse.com/898295 self
https://bugzilla.suse.com/898375 self
https://bugzilla.suse.com/898554 self
https://bugzilla.suse.com/899192 self
https://bugzilla.suse.com/899574 self
https://bugzilla.suse.com/899843 self
https://bugzilla.suse.com/900279 self
https://bugzilla.suse.com/900644 self
https://bugzilla.suse.com/900881 self
https://bugzilla.suse.com/901638 self
https://bugzilla.suse.com/902232 self
https://bugzilla.suse.com/902286 self
https://bugzilla.suse.com/902346 self
https://bugzilla.suse.com/902349 self
https://bugzilla.suse.com/902351 self
https://bugzilla.suse.com/902675 self
https://bugzilla.suse.com/903096 self
https://bugzilla.suse.com/903331 self
https://bugzilla.suse.com/903640 self
https://bugzilla.suse.com/903653 self
https://bugzilla.suse.com/904013 self
https://bugzilla.suse.com/904053 self
https://bugzilla.suse.com/904242 self
https://bugzilla.suse.com/904358 self
https://bugzilla.suse.com/904659 self
https://bugzilla.suse.com/904671 self
https://bugzilla.suse.com/904700 self
https://bugzilla.suse.com/904883 self
https://bugzilla.suse.com/904901 self
https://bugzilla.suse.com/905100 self
https://bugzilla.suse.com/905304 self
https://bugzilla.suse.com/905312 self
https://bugzilla.suse.com/905522 self
https://bugzilla.suse.com/905799 self
https://bugzilla.suse.com/906027 self
https://bugzilla.suse.com/906586 self
https://bugzilla.suse.com/907196 self
https://bugzilla.suse.com/907338 self
https://bugzilla.suse.com/907551 self
https://bugzilla.suse.com/907611 self
https://bugzilla.suse.com/907818 self
https://bugzilla.suse.com/908069 self
https://bugzilla.suse.com/908163 self
https://bugzilla.suse.com/908393 self
https://bugzilla.suse.com/908550 self
https://bugzilla.suse.com/908551 self
https://bugzilla.suse.com/908572 self
https://bugzilla.suse.com/908706 self
https://bugzilla.suse.com/908825 self
https://bugzilla.suse.com/909077 self
https://bugzilla.suse.com/909078 self
https://bugzilla.suse.com/909088 self
https://bugzilla.suse.com/909092 self
https://bugzilla.suse.com/909093 self
https://bugzilla.suse.com/909095 self
https://bugzilla.suse.com/909264 self
https://bugzilla.suse.com/909309 self
https://bugzilla.suse.com/909312 self
https://bugzilla.suse.com/909477 self
https://bugzilla.suse.com/909565 self
https://bugzilla.suse.com/909684 self
https://bugzilla.suse.com/909740 self
https://bugzilla.suse.com/909846 self
https://bugzilla.suse.com/910013 self
https://bugzilla.suse.com/910150 self
https://bugzilla.suse.com/910159 self
https://bugzilla.suse.com/910251 self
https://bugzilla.suse.com/910321 self
https://bugzilla.suse.com/910322 self
https://bugzilla.suse.com/910517 self
https://bugzilla.suse.com/911181 self
https://bugzilla.suse.com/911325 self
https://bugzilla.suse.com/911326 self
https://bugzilla.suse.com/912171 self
https://bugzilla.suse.com/912202 self
https://bugzilla.suse.com/912705 self
https://bugzilla.suse.com/912741 self
https://bugzilla.suse.com/913059 self
https://bugzilla.suse.com/913080 self
https://bugzilla.suse.com/913598 self
https://bugzilla.suse.com/914355 self
https://bugzilla.suse.com/914423 self
https://bugzilla.suse.com/914726 self
https://bugzilla.suse.com/914742 self
https://bugzilla.suse.com/914818 self
https://bugzilla.suse.com/914987 self
https://bugzilla.suse.com/915045 self
https://bugzilla.suse.com/915200 self
https://bugzilla.suse.com/915209 self
https://bugzilla.suse.com/915322 self
https://bugzilla.suse.com/915335 self
https://bugzilla.suse.com/915577 self
https://bugzilla.suse.com/915791 self
https://bugzilla.suse.com/915826 self
https://bugzilla.suse.com/916515 self
https://bugzilla.suse.com/916521 self
https://bugzilla.suse.com/916848 self
https://bugzilla.suse.com/916982 self
https://bugzilla.suse.com/917093 self
https://bugzilla.suse.com/917120 self
https://bugzilla.suse.com/917648 self
https://bugzilla.suse.com/917684 self
https://bugzilla.suse.com/917830 self
https://bugzilla.suse.com/917839 self
https://bugzilla.suse.com/917884 self
https://bugzilla.suse.com/918333 self
https://bugzilla.suse.com/919007 self
https://bugzilla.suse.com/919018 self
https://bugzilla.suse.com/919357 self
https://bugzilla.suse.com/919463 self
https://bugzilla.suse.com/919589 self
https://bugzilla.suse.com/919682 self
https://bugzilla.suse.com/919808 self
https://bugzilla.suse.com/920250 self
https://bugzilla.suse.com/921769 self
https://bugzilla.suse.com/922583 self
https://bugzilla.suse.com/923344 self
https://bugzilla.suse.com/924142 self
https://bugzilla.suse.com/924271 self
https://bugzilla.suse.com/924282 self
https://bugzilla.suse.com/924333 self
https://bugzilla.suse.com/924340 self
https://bugzilla.suse.com/925012 self
https://bugzilla.suse.com/925370 self
https://bugzilla.suse.com/925443 self
https://bugzilla.suse.com/925567 self
https://bugzilla.suse.com/925729 self
https://bugzilla.suse.com/926016 self
https://bugzilla.suse.com/926240 self
https://bugzilla.suse.com/926439 self
https://bugzilla.suse.com/926767 self
https://bugzilla.suse.com/927190 self
https://bugzilla.suse.com/927257 self
https://bugzilla.suse.com/927262 self
https://bugzilla.suse.com/927338 self
https://bugzilla.suse.com/928122 self
https://bugzilla.suse.com/928130 self
https://bugzilla.suse.com/928142 self
https://bugzilla.suse.com/928333 self
https://bugzilla.suse.com/928970 self
https://bugzilla.suse.com/929145 self
https://bugzilla.suse.com/929148 self
https://bugzilla.suse.com/929283 self
https://bugzilla.suse.com/929525 self
https://bugzilla.suse.com/929647 self
https://bugzilla.suse.com/930145 self
https://bugzilla.suse.com/930171 self
https://bugzilla.suse.com/930226 self
https://bugzilla.suse.com/930284 self
https://bugzilla.suse.com/930401 self
https://bugzilla.suse.com/930669 self
https://bugzilla.suse.com/930786 self
https://bugzilla.suse.com/930788 self
https://bugzilla.suse.com/931014 self
https://bugzilla.suse.com/931015 self
https://bugzilla.suse.com/931850 self
https://www.suse.com/security/cve/CVE-2012-2372/ self
https://www.suse.com/security/cve/CVE-2012-4398/ self
https://www.suse.com/security/cve/CVE-2013-0160/ self
https://www.suse.com/security/cve/CVE-2013-1059/ self
https://www.suse.com/security/cve/CVE-2013-1774/ self
https://www.suse.com/security/cve/CVE-2013-1819/ self
https://www.suse.com/security/cve/CVE-2013-1929/ self
https://www.suse.com/security/cve/CVE-2013-1979/ self
https://www.suse.com/security/cve/CVE-2013-2146/ self
https://www.suse.com/security/cve/CVE-2013-2148/ self
https://www.suse.com/security/cve/CVE-2013-2164/ self
https://www.suse.com/security/cve/CVE-2013-2206/ self
https://www.suse.com/security/cve/CVE-2013-2232/ self
https://www.suse.com/security/cve/CVE-2013-2234/ self
https://www.suse.com/security/cve/CVE-2013-2237/ self
https://www.suse.com/security/cve/CVE-2013-2851/ self
https://www.suse.com/security/cve/CVE-2013-2852/ self
https://www.suse.com/security/cve/CVE-2013-2889/ self
https://www.suse.com/security/cve/CVE-2013-2893/ self
https://www.suse.com/security/cve/CVE-2013-2897/ self
https://www.suse.com/security/cve/CVE-2013-2899/ self
https://www.suse.com/security/cve/CVE-2013-2929/ self
https://www.suse.com/security/cve/CVE-2013-2930/ self
https://www.suse.com/security/cve/CVE-2013-3076/ self
https://www.suse.com/security/cve/CVE-2013-3222/ self
https://www.suse.com/security/cve/CVE-2013-3223/ self
https://www.suse.com/security/cve/CVE-2013-3224/ self
https://www.suse.com/security/cve/CVE-2013-3225/ self
https://www.suse.com/security/cve/CVE-2013-3227/ self
https://www.suse.com/security/cve/CVE-2013-3228/ self
https://www.suse.com/security/cve/CVE-2013-3229/ self
https://www.suse.com/security/cve/CVE-2013-3231/ self
https://www.suse.com/security/cve/CVE-2013-3232/ self
https://www.suse.com/security/cve/CVE-2013-3234/ self
https://www.suse.com/security/cve/CVE-2013-3235/ self
https://www.suse.com/security/cve/CVE-2013-3301/ self
https://www.suse.com/security/cve/CVE-2013-4162/ self
https://www.suse.com/security/cve/CVE-2013-4163/ self
https://www.suse.com/security/cve/CVE-2013-4299/ self
https://www.suse.com/security/cve/CVE-2013-4345/ self
https://www.suse.com/security/cve/CVE-2013-4470/ self
https://www.suse.com/security/cve/CVE-2013-4483/ self
https://www.suse.com/security/cve/CVE-2013-4511/ self
https://www.suse.com/security/cve/CVE-2013-4514/ self
https://www.suse.com/security/cve/CVE-2013-4515/ self
https://www.suse.com/security/cve/CVE-2013-4579/ self
https://www.suse.com/security/cve/CVE-2013-4587/ self
https://www.suse.com/security/cve/CVE-2013-4592/ self
https://www.suse.com/security/cve/CVE-2013-6367/ self
https://www.suse.com/security/cve/CVE-2013-6368/ self
https://www.suse.com/security/cve/CVE-2013-6376/ self
https://www.suse.com/security/cve/CVE-2013-6378/ self
https://www.suse.com/security/cve/CVE-2013-6380/ self
https://www.suse.com/security/cve/CVE-2013-6382/ self
https://www.suse.com/security/cve/CVE-2013-6383/ self
https://www.suse.com/security/cve/CVE-2013-6463/ self
https://www.suse.com/security/cve/CVE-2013-6885/ self
https://www.suse.com/security/cve/CVE-2013-7027/ self
https://www.suse.com/security/cve/CVE-2013-7263/ self
https://www.suse.com/security/cve/CVE-2013-7264/ self
https://www.suse.com/security/cve/CVE-2013-7265/ self
https://www.suse.com/security/cve/CVE-2013-7339/ self
https://www.suse.com/security/cve/CVE-2014-0055/ self
https://www.suse.com/security/cve/CVE-2014-0069/ self
https://www.suse.com/security/cve/CVE-2014-0077/ self
https://www.suse.com/security/cve/CVE-2014-0101/ self
https://www.suse.com/security/cve/CVE-2014-0131/ self
https://www.suse.com/security/cve/CVE-2014-0155/ self
https://www.suse.com/security/cve/CVE-2014-0181/ self
https://www.suse.com/security/cve/CVE-2014-0196/ self
https://www.suse.com/security/cve/CVE-2014-1444/ self
https://www.suse.com/security/cve/CVE-2014-1445/ self
https://www.suse.com/security/cve/CVE-2014-1446/ self
https://www.suse.com/security/cve/CVE-2014-1737/ self
https://www.suse.com/security/cve/CVE-2014-1738/ self
https://www.suse.com/security/cve/CVE-2014-1739/ self
https://www.suse.com/security/cve/CVE-2014-1874/ self
https://www.suse.com/security/cve/CVE-2014-2309/ self
https://www.suse.com/security/cve/CVE-2014-2523/ self
https://www.suse.com/security/cve/CVE-2014-2678/ self
https://www.suse.com/security/cve/CVE-2014-2706/ self
https://www.suse.com/security/cve/CVE-2014-2851/ self
https://www.suse.com/security/cve/CVE-2014-3122/ self
https://www.suse.com/security/cve/CVE-2014-3144/ self
https://www.suse.com/security/cve/CVE-2014-3145/ self
https://www.suse.com/security/cve/CVE-2014-3153/ self
https://www.suse.com/security/cve/CVE-2014-3181/ self
https://www.suse.com/security/cve/CVE-2014-3184/ self
https://www.suse.com/security/cve/CVE-2014-3185/ self
https://www.suse.com/security/cve/CVE-2014-3186/ self
https://www.suse.com/security/cve/CVE-2014-3601/ self
https://www.suse.com/security/cve/CVE-2014-3610/ self
https://www.suse.com/security/cve/CVE-2014-3646/ self
https://www.suse.com/security/cve/CVE-2014-3647/ self
https://www.suse.com/security/cve/CVE-2014-3673/ self
https://www.suse.com/security/cve/CVE-2014-3687/ self
https://www.suse.com/security/cve/CVE-2014-3688/ self
https://www.suse.com/security/cve/CVE-2014-3690/ self
https://www.suse.com/security/cve/CVE-2014-3917/ self
https://www.suse.com/security/cve/CVE-2014-4027/ self
https://www.suse.com/security/cve/CVE-2014-4171/ self
https://www.suse.com/security/cve/CVE-2014-4508/ self
https://www.suse.com/security/cve/CVE-2014-4608/ self
https://www.suse.com/security/cve/CVE-2014-4652/ self
https://www.suse.com/security/cve/CVE-2014-4653/ self
https://www.suse.com/security/cve/CVE-2014-4654/ self
https://www.suse.com/security/cve/CVE-2014-4655/ self
https://www.suse.com/security/cve/CVE-2014-4656/ self
https://www.suse.com/security/cve/CVE-2014-4667/ self
https://www.suse.com/security/cve/CVE-2014-4699/ self
https://www.suse.com/security/cve/CVE-2014-4943/ self
https://www.suse.com/security/cve/CVE-2014-5077/ self
https://www.suse.com/security/cve/CVE-2014-5471/ self
https://www.suse.com/security/cve/CVE-2014-5472/ self
https://www.suse.com/security/cve/CVE-2014-6410/ self
https://www.suse.com/security/cve/CVE-2014-7822/ self
https://www.suse.com/security/cve/CVE-2014-7826/ self
https://www.suse.com/security/cve/CVE-2014-7841/ self
https://www.suse.com/security/cve/CVE-2014-7842/ self
https://www.suse.com/security/cve/CVE-2014-7970/ self
https://www.suse.com/security/cve/CVE-2014-8086/ self
https://www.suse.com/security/cve/CVE-2014-8133/ self
https://www.suse.com/security/cve/CVE-2014-8134/ self
https://www.suse.com/security/cve/CVE-2014-8159/ self
https://www.suse.com/security/cve/CVE-2014-8160/ self
https://www.suse.com/security/cve/CVE-2014-8369/ self
https://www.suse.com/security/cve/CVE-2014-8559/ self
https://www.suse.com/security/cve/CVE-2014-8709/ self
https://www.suse.com/security/cve/CVE-2014-8884/ self
https://www.suse.com/security/cve/CVE-2014-9090/ self
https://www.suse.com/security/cve/CVE-2014-9322/ self
https://www.suse.com/security/cve/CVE-2014-9419/ self
https://www.suse.com/security/cve/CVE-2014-9420/ self
https://www.suse.com/security/cve/CVE-2014-9529/ self
https://www.suse.com/security/cve/CVE-2014-9584/ self
https://www.suse.com/security/cve/CVE-2014-9585/ self
https://www.suse.com/security/cve/CVE-2014-9683/ self
https://www.suse.com/security/cve/CVE-2015-0777/ self
https://www.suse.com/security/cve/CVE-2015-1421/ self
https://www.suse.com/security/cve/CVE-2015-1593/ self
https://www.suse.com/security/cve/CVE-2015-2041/ self
https://www.suse.com/security/cve/CVE-2015-2042/ self
https://www.suse.com/security/cve/CVE-2015-2150/ self
https://www.suse.com/security/cve/CVE-2015-2830/ self
https://www.suse.com/security/cve/CVE-2015-2922/ self
https://www.suse.com/security/cve/CVE-2015-3331/ self
https://www.suse.com/security/cve/CVE-2015-3339/ self
https://www.suse.com/security/cve/CVE-2015-3636/ self
https://www.suse.com/security/cve/CVE-2012-2372 external
https://bugzilla.suse.com/767610 external
https://bugzilla.suse.com/795039 external
https://www.suse.com/security/cve/CVE-2012-4398 external
https://bugzilla.suse.com/778463 external
https://bugzilla.suse.com/779488 external
https://www.suse.com/security/cve/CVE-2013-0160 external
https://bugzilla.suse.com/797175 external
https://bugzilla.suse.com/841063 external
https://bugzilla.suse.com/871595 external
https://www.suse.com/security/cve/CVE-2013-1059 external
https://bugzilla.suse.com/826350 external
https://bugzilla.suse.com/882913 external
https://www.suse.com/security/cve/CVE-2013-1774 external
https://bugzilla.suse.com/806976 external
https://bugzilla.suse.com/807455 external
https://bugzilla.suse.com/871595 external
https://www.suse.com/security/cve/CVE-2013-1819 external
https://bugzilla.suse.com/807471 external
https://www.suse.com/security/cve/CVE-2013-1929 external
https://bugzilla.suse.com/813733 external
https://www.suse.com/security/cve/CVE-2013-1979 external
https://bugzilla.suse.com/816708 external
https://www.suse.com/security/cve/CVE-2013-2146 external
https://bugzilla.suse.com/825006 external
https://www.suse.com/security/cve/CVE-2013-2148 external
https://bugzilla.suse.com/823517 external
https://www.suse.com/security/cve/CVE-2013-2164 external
https://bugzilla.suse.com/824295 external
https://www.suse.com/security/cve/CVE-2013-2206 external
https://bugzilla.suse.com/781018 external
https://bugzilla.suse.com/826102 external
https://www.suse.com/security/cve/CVE-2013-2232 external
https://bugzilla.suse.com/827750 external
https://www.suse.com/security/cve/CVE-2013-2234 external
https://bugzilla.suse.com/827749 external
https://www.suse.com/security/cve/CVE-2013-2237 external
https://bugzilla.suse.com/828119 external
https://www.suse.com/security/cve/CVE-2013-2851 external
https://bugzilla.suse.com/822575 external
https://www.suse.com/security/cve/CVE-2013-2852 external
https://bugzilla.suse.com/822579 external
https://www.suse.com/security/cve/CVE-2013-2889 external
https://bugzilla.suse.com/835839 external
https://www.suse.com/security/cve/CVE-2013-2893 external
https://bugzilla.suse.com/835839 external
https://www.suse.com/security/cve/CVE-2013-2897 external
https://bugzilla.suse.com/1241174 external
https://bugzilla.suse.com/835839 external
https://www.suse.com/security/cve/CVE-2013-2899 external
https://bugzilla.suse.com/1241177 external
https://bugzilla.suse.com/835839 external
https://www.suse.com/security/cve/CVE-2013-2929 external
https://bugzilla.suse.com/824295 external
https://bugzilla.suse.com/847652 external
https://www.suse.com/security/cve/CVE-2013-2930 external
https://bugzilla.suse.com/849362 external
https://www.suse.com/security/cve/CVE-2013-3076 external
https://bugzilla.suse.com/816668 external
https://www.suse.com/security/cve/CVE-2013-3222 external
https://bugzilla.suse.com/816668 external
https://www.suse.com/security/cve/CVE-2013-3223 external
https://bugzilla.suse.com/816668 external
https://www.suse.com/security/cve/CVE-2013-3224 external
https://bugzilla.suse.com/816668 external
https://www.suse.com/security/cve/CVE-2013-3225 external
https://bugzilla.suse.com/816668 external
https://www.suse.com/security/cve/CVE-2013-3227 external
https://bugzilla.suse.com/816668 external
https://www.suse.com/security/cve/CVE-2013-3228 external
https://bugzilla.suse.com/816668 external
https://www.suse.com/security/cve/CVE-2013-3229 external
https://bugzilla.suse.com/816668 external
https://www.suse.com/security/cve/CVE-2013-3231 external
https://bugzilla.suse.com/816668 external
https://www.suse.com/security/cve/CVE-2013-3232 external
https://bugzilla.suse.com/816668 external
https://www.suse.com/security/cve/CVE-2013-3234 external
https://bugzilla.suse.com/816668 external
https://www.suse.com/security/cve/CVE-2013-3235 external
https://bugzilla.suse.com/816668 external
https://www.suse.com/security/cve/CVE-2013-3301 external
https://bugzilla.suse.com/815256 external
https://www.suse.com/security/cve/CVE-2013-4162 external
https://bugzilla.suse.com/831058 external
https://www.suse.com/security/cve/CVE-2013-4163 external
https://bugzilla.suse.com/831055 external
https://www.suse.com/security/cve/CVE-2013-4299 external
https://bugzilla.suse.com/823260 external
https://bugzilla.suse.com/846404 external
https://www.suse.com/security/cve/CVE-2013-4345 external
https://bugzilla.suse.com/840226 external
https://www.suse.com/security/cve/CVE-2013-4470 external
https://bugzilla.suse.com/847672 external
https://www.suse.com/security/cve/CVE-2013-4483 external
https://bugzilla.suse.com/848321 external
https://www.suse.com/security/cve/CVE-2013-4511 external
https://bugzilla.suse.com/849021 external
https://bugzilla.suse.com/850263 external
https://www.suse.com/security/cve/CVE-2013-4514 external
https://bugzilla.suse.com/849029 external
https://www.suse.com/security/cve/CVE-2013-4515 external
https://bugzilla.suse.com/849034 external
https://bugzilla.suse.com/850263 external
https://www.suse.com/security/cve/CVE-2013-4579 external
https://bugzilla.suse.com/851426 external
https://www.suse.com/security/cve/CVE-2013-4587 external
https://bugzilla.suse.com/853050 external
https://bugzilla.suse.com/882914 external
https://www.suse.com/security/cve/CVE-2013-4592 external
https://bugzilla.suse.com/851101 external
https://www.suse.com/security/cve/CVE-2013-6367 external
https://bugzilla.suse.com/853051 external
https://www.suse.com/security/cve/CVE-2013-6368 external
https://bugzilla.suse.com/853052 external
https://www.suse.com/security/cve/CVE-2013-6376 external
https://bugzilla.suse.com/853053 external
https://www.suse.com/security/cve/CVE-2013-6378 external
https://bugzilla.suse.com/852559 external
https://www.suse.com/security/cve/CVE-2013-6380 external
https://bugzilla.suse.com/852373 external
https://www.suse.com/security/cve/CVE-2013-6382 external
https://bugzilla.suse.com/823260 external
https://bugzilla.suse.com/852553 external
https://www.suse.com/security/cve/CVE-2013-6383 external
https://bugzilla.suse.com/852558 external
https://www.suse.com/security/cve/CVE-2013-6463 external
https://bugzilla.suse.com/854722 external
https://bugzilla.suse.com/857643 external
https://www.suse.com/security/cve/CVE-2013-6885 external
https://bugzilla.suse.com/849668 external
https://bugzilla.suse.com/852967 external
https://bugzilla.suse.com/853049 external
https://www.suse.com/security/cve/CVE-2013-7027 external
https://bugzilla.suse.com/854634 external
https://www.suse.com/security/cve/CVE-2013-7263 external
https://bugzilla.suse.com/853040 external
https://bugzilla.suse.com/857643 external
https://www.suse.com/security/cve/CVE-2013-7264 external
https://bugzilla.suse.com/853040 external
https://bugzilla.suse.com/857643 external
https://www.suse.com/security/cve/CVE-2013-7265 external
https://bugzilla.suse.com/853040 external
https://bugzilla.suse.com/857643 external
https://www.suse.com/security/cve/CVE-2013-7339 external
https://bugzilla.suse.com/869563 external
https://www.suse.com/security/cve/CVE-2014-0055 external
https://bugzilla.suse.com/870173 external
https://www.suse.com/security/cve/CVE-2014-0069 external
https://bugzilla.suse.com/864025 external
https://www.suse.com/security/cve/CVE-2014-0077 external
https://bugzilla.suse.com/870173 external
https://bugzilla.suse.com/870576 external
https://www.suse.com/security/cve/CVE-2014-0101 external
https://bugzilla.suse.com/1115893 external
https://bugzilla.suse.com/823260 external
https://bugzilla.suse.com/866102 external
https://www.suse.com/security/cve/CVE-2014-0131 external
https://bugzilla.suse.com/824295 external
https://bugzilla.suse.com/867723 external
https://bugzilla.suse.com/869564 external
https://bugzilla.suse.com/889071 external
https://www.suse.com/security/cve/CVE-2014-0155 external
https://bugzilla.suse.com/824295 external
https://bugzilla.suse.com/872540 external
https://www.suse.com/security/cve/CVE-2014-0181 external
https://bugzilla.suse.com/875051 external
https://www.suse.com/security/cve/CVE-2014-0196 external
https://bugzilla.suse.com/871252 external
https://bugzilla.suse.com/875690 external
https://bugzilla.suse.com/877345 external
https://bugzilla.suse.com/879878 external
https://bugzilla.suse.com/933423 external
https://www.suse.com/security/cve/CVE-2014-1444 external
https://bugzilla.suse.com/823260 external
https://bugzilla.suse.com/858869 external
https://www.suse.com/security/cve/CVE-2014-1445 external
https://bugzilla.suse.com/823260 external
https://bugzilla.suse.com/858870 external
https://www.suse.com/security/cve/CVE-2014-1446 external
https://bugzilla.suse.com/823260 external
https://bugzilla.suse.com/858872 external
https://www.suse.com/security/cve/CVE-2014-1737 external
https://bugzilla.suse.com/1115893 external
https://bugzilla.suse.com/875798 external
https://bugzilla.suse.com/877345 external
https://www.suse.com/security/cve/CVE-2014-1738 external
https://bugzilla.suse.com/875798 external
https://bugzilla.suse.com/877345 external
https://www.suse.com/security/cve/CVE-2014-1739 external
https://bugzilla.suse.com/882804 external
https://www.suse.com/security/cve/CVE-2014-1874 external
https://bugzilla.suse.com/823260 external
https://bugzilla.suse.com/863335 external
https://www.suse.com/security/cve/CVE-2014-2309 external
https://bugzilla.suse.com/824295 external
https://bugzilla.suse.com/867531 external
https://www.suse.com/security/cve/CVE-2014-2523 external
https://bugzilla.suse.com/1115893 external
https://bugzilla.suse.com/868653 external
https://www.suse.com/security/cve/CVE-2014-2678 external
https://bugzilla.suse.com/871561 external
https://www.suse.com/security/cve/CVE-2014-2706 external
https://bugzilla.suse.com/1115893 external
https://bugzilla.suse.com/871797 external
https://www.suse.com/security/cve/CVE-2014-2851 external
https://bugzilla.suse.com/824295 external
https://bugzilla.suse.com/873374 external
https://www.suse.com/security/cve/CVE-2014-3122 external
https://bugzilla.suse.com/824295 external
https://bugzilla.suse.com/876102 external
https://www.suse.com/security/cve/CVE-2014-3144 external
https://bugzilla.suse.com/824295 external
https://bugzilla.suse.com/877257 external
https://bugzilla.suse.com/889071 external
https://www.suse.com/security/cve/CVE-2014-3145 external
https://bugzilla.suse.com/824295 external
https://bugzilla.suse.com/877257 external
https://www.suse.com/security/cve/CVE-2014-3153 external
https://bugzilla.suse.com/877775 external
https://bugzilla.suse.com/880892 external
https://bugzilla.suse.com/882228 external
https://www.suse.com/security/cve/CVE-2014-3181 external
https://bugzilla.suse.com/896382 external
https://www.suse.com/security/cve/CVE-2014-3184 external
https://bugzilla.suse.com/896390 external
https://www.suse.com/security/cve/CVE-2014-3185 external
https://bugzilla.suse.com/896391 external
https://www.suse.com/security/cve/CVE-2014-3186 external
https://bugzilla.suse.com/896392 external
https://www.suse.com/security/cve/CVE-2014-3601 external
https://bugzilla.suse.com/892782 external
https://bugzilla.suse.com/902675 external
https://www.suse.com/security/cve/CVE-2014-3610 external
https://bugzilla.suse.com/899192 external
https://www.suse.com/security/cve/CVE-2014-3646 external
https://bugzilla.suse.com/899192 external
https://www.suse.com/security/cve/CVE-2014-3647 external
https://bugzilla.suse.com/1013038 external
https://bugzilla.suse.com/1134834 external
https://bugzilla.suse.com/899192 external
https://www.suse.com/security/cve/CVE-2014-3673 external
https://bugzilla.suse.com/1115893 external
https://bugzilla.suse.com/902346 external
https://bugzilla.suse.com/902349 external
https://bugzilla.suse.com/904899 external
https://www.suse.com/security/cve/CVE-2014-3687 external
https://bugzilla.suse.com/1115893 external
https://bugzilla.suse.com/902349 external
https://bugzilla.suse.com/904899 external
https://bugzilla.suse.com/909208 external
https://www.suse.com/security/cve/CVE-2014-3688 external
https://bugzilla.suse.com/902351 external
https://www.suse.com/security/cve/CVE-2014-3690 external
https://bugzilla.suse.com/902232 external
https://www.suse.com/security/cve/CVE-2014-3917 external
https://bugzilla.suse.com/880484 external
https://www.suse.com/security/cve/CVE-2014-4027 external
https://bugzilla.suse.com/882639 external
https://www.suse.com/security/cve/CVE-2014-4171 external
https://bugzilla.suse.com/883518 external
https://www.suse.com/security/cve/CVE-2014-4508 external
https://bugzilla.suse.com/883724 external
https://www.suse.com/security/cve/CVE-2014-4608 external
https://bugzilla.suse.com/883948 external
https://bugzilla.suse.com/889071 external
https://www.suse.com/security/cve/CVE-2014-4652 external
https://bugzilla.suse.com/883795 external
https://www.suse.com/security/cve/CVE-2014-4653 external
https://bugzilla.suse.com/883795 external
https://www.suse.com/security/cve/CVE-2014-4654 external
https://bugzilla.suse.com/883795 external
https://www.suse.com/security/cve/CVE-2014-4655 external
https://bugzilla.suse.com/883795 external
https://www.suse.com/security/cve/CVE-2014-4656 external
https://bugzilla.suse.com/883795 external
https://www.suse.com/security/cve/CVE-2014-4667 external
https://bugzilla.suse.com/885422 external
https://www.suse.com/security/cve/CVE-2014-4699 external
https://bugzilla.suse.com/885725 external
https://www.suse.com/security/cve/CVE-2014-4943 external
https://bugzilla.suse.com/887082 external
https://www.suse.com/security/cve/CVE-2014-5077 external
https://bugzilla.suse.com/889173 external
https://www.suse.com/security/cve/CVE-2014-5471 external
https://bugzilla.suse.com/892490 external
https://www.suse.com/security/cve/CVE-2014-5472 external
https://bugzilla.suse.com/892490 external
https://www.suse.com/security/cve/CVE-2014-6410 external
https://bugzilla.suse.com/896689 external
https://www.suse.com/security/cve/CVE-2014-7822 external
https://bugzilla.suse.com/1115893 external
https://bugzilla.suse.com/915322 external
https://bugzilla.suse.com/915517 external
https://bugzilla.suse.com/939240 external
https://www.suse.com/security/cve/CVE-2014-7826 external
https://bugzilla.suse.com/904012 external
https://bugzilla.suse.com/904013 external
https://www.suse.com/security/cve/CVE-2014-7841 external
https://bugzilla.suse.com/904899 external
https://bugzilla.suse.com/905100 external
https://www.suse.com/security/cve/CVE-2014-7842 external
https://bugzilla.suse.com/905312 external
https://bugzilla.suse.com/907822 external
https://www.suse.com/security/cve/CVE-2014-7970 external
https://bugzilla.suse.com/900644 external
https://www.suse.com/security/cve/CVE-2014-8086 external
https://bugzilla.suse.com/900881 external
https://www.suse.com/security/cve/CVE-2014-8133 external
https://bugzilla.suse.com/817142 external
https://bugzilla.suse.com/906545 external
https://bugzilla.suse.com/907818 external
https://bugzilla.suse.com/909077 external
https://www.suse.com/security/cve/CVE-2014-8134 external
https://bugzilla.suse.com/907818 external
https://bugzilla.suse.com/909077 external
https://bugzilla.suse.com/909078 external
https://www.suse.com/security/cve/CVE-2014-8159 external
https://bugzilla.suse.com/903967 external
https://bugzilla.suse.com/914742 external
https://bugzilla.suse.com/939241 external
https://www.suse.com/security/cve/CVE-2014-8160 external
https://bugzilla.suse.com/857643 external
https://bugzilla.suse.com/913059 external
https://www.suse.com/security/cve/CVE-2014-8369 external
https://bugzilla.suse.com/892782 external
https://bugzilla.suse.com/902675 external
https://www.suse.com/security/cve/CVE-2014-8559 external
https://bugzilla.suse.com/903640 external
https://bugzilla.suse.com/915517 external
https://www.suse.com/security/cve/CVE-2014-8709 external
https://bugzilla.suse.com/904700 external
https://www.suse.com/security/cve/CVE-2014-8884 external
https://bugzilla.suse.com/904876 external
https://bugzilla.suse.com/905522 external
https://bugzilla.suse.com/905739 external
https://bugzilla.suse.com/905744 external
https://bugzilla.suse.com/905748 external
https://bugzilla.suse.com/905764 external
https://www.suse.com/security/cve/CVE-2014-9090 external
https://bugzilla.suse.com/817142 external
https://bugzilla.suse.com/907818 external
https://bugzilla.suse.com/909077 external
https://bugzilla.suse.com/910251 external
https://www.suse.com/security/cve/CVE-2014-9322 external
https://bugzilla.suse.com/1115893 external
https://bugzilla.suse.com/817142 external
https://bugzilla.suse.com/910251 external
https://www.suse.com/security/cve/CVE-2014-9419 external
https://bugzilla.suse.com/911326 external
https://www.suse.com/security/cve/CVE-2014-9420 external
https://bugzilla.suse.com/906545 external
https://bugzilla.suse.com/911325 external
https://www.suse.com/security/cve/CVE-2014-9529 external
https://bugzilla.suse.com/1072204 external
https://bugzilla.suse.com/1115893 external
https://bugzilla.suse.com/912202 external
https://www.suse.com/security/cve/CVE-2014-9584 external
https://bugzilla.suse.com/912654 external
https://www.suse.com/security/cve/CVE-2014-9585 external
https://bugzilla.suse.com/912705 external
https://www.suse.com/security/cve/CVE-2014-9683 external
https://bugzilla.suse.com/918333 external
https://www.suse.com/security/cve/CVE-2015-0777 external
https://bugzilla.suse.com/917830 external
https://www.suse.com/security/cve/CVE-2015-1421 external
https://bugzilla.suse.com/1115893 external
https://bugzilla.suse.com/915577 external
https://bugzilla.suse.com/922004 external
https://bugzilla.suse.com/939261 external
https://www.suse.com/security/cve/CVE-2015-1593 external
https://bugzilla.suse.com/1044934 external
https://bugzilla.suse.com/917839 external
https://www.suse.com/security/cve/CVE-2015-2041 external
https://bugzilla.suse.com/903967 external
https://bugzilla.suse.com/919007 external
https://www.suse.com/security/cve/CVE-2015-2042 external
https://bugzilla.suse.com/903967 external
https://bugzilla.suse.com/919018 external
https://www.suse.com/security/cve/CVE-2015-2150 external
https://bugzilla.suse.com/800280 external
https://bugzilla.suse.com/903967 external
https://bugzilla.suse.com/919463 external
https://www.suse.com/security/cve/CVE-2015-2830 external
https://bugzilla.suse.com/903967 external
https://bugzilla.suse.com/926240 external
https://www.suse.com/security/cve/CVE-2015-2922 external
https://bugzilla.suse.com/903967 external
https://bugzilla.suse.com/922583 external
https://bugzilla.suse.com/926223 external
https://www.suse.com/security/cve/CVE-2015-3331 external
https://bugzilla.suse.com/1115893 external
https://bugzilla.suse.com/927257 external
https://bugzilla.suse.com/931231 external
https://bugzilla.suse.com/939262 external
https://www.suse.com/security/cve/CVE-2015-3339 external
https://bugzilla.suse.com/903967 external
https://bugzilla.suse.com/928130 external
https://bugzilla.suse.com/939263 external
https://www.suse.com/security/cve/CVE-2015-3636 external
https://bugzilla.suse.com/929525 external
https://bugzilla.suse.com/939277 external
https://bugzilla.suse.com/994624 external

Loading 8.7 MB of JSON…



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

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

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…