Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 11 SP3 kernel was updated to receive various security and bugfixes.
Four new speculative execution information leak issues have been identified in Intel CPUs. (bsc#1111331)
- CVE-2018-12126: Microarchitectural Store Buffer Data Sampling (MSBDS) - CVE-2018-12127: Microarchitectural Fill Buffer Data Sampling (MFBDS) - CVE-2018-12130: Microarchitectural Load Port Data Samling (MLPDS) - CVE-2019-11091: Microarchitectural Data Sampling Uncacheable Memory (MDSUM)
This kernel update contains software mitigations for these issues, which also utilize CPU microcode updates shipped in parallel.
For more information on this set of information leaks, check out https://www.suse.com/support/kb/doc/?id=7023736
The following security bugs were fixed:
- CVE-2013-0216: The Xen netback functionality allowed guest OS users to cause a denial of service (loop) by triggering ring pointer corruption (bnc#800280). - CVE-2012-3430: The rds_recvmsg function in net/rds/recv.c did not initialize a certain structure member, which allowed local users to obtain potentially sensitive information from kernel stack memory via a recvfrom or recvmsg system call on an RDS socket (bnc#773383). - CVE-2012-3412: The sfc (aka Solarflare Solarstorm) driver allowed remote attackers to cause a denial of service (DMA descriptor consumption and network-controller outage) via crafted TCP packets that trigger a small MSS value (bnc#774523). - CVE-2004-0230: TCP, when using a large Window Size, made it easier for remote attackers to guess sequence numbers and cause a denial of service (connection loss) to persistent TCP connections by repeatedly injecting a TCP RST packet, especially in protocols that use long-lived connections, such as BGP (bnc#969340). - CVE-2013-0160: The kernel allowed local users to obtain sensitive information about keystroke timing by using the inotify API on the /dev/ptmx device (bnc#797175). - CVE-2013-1979: The scm_set_cred function in include/net/scm.h uses incorrect uid and gid values during credentials passing, which allowed local users to gain privileges via a crafted application (bnc#816708). - CVE-2017-14489: The iscsi_if_rx function in drivers/scsi/scsi_transport_iscsi.c allowed local users to cause a denial of service (panic) by leveraging incorrect length validation (bnc#1059051). - CVE-2017-18360: In change_port_settings in drivers/usb/serial/io_ti.c a local users could cause a denial of service by division-by-zero in the serial device layer by trying to set very high baud rates (bnc#1123706). - CVE-2015-3331: The __driver_rfc4106_decrypt function in arch/x86/crypto/aesni-intel_glue.c did not properly determine the memory locations used for encrypted data, which allowed context-dependent attackers to cause a denial of service (buffer overflow and system crash) or possibly execute arbitrary code by triggering a crypto API call, as demonstrated by use of a libkcapi test program with an AF_ALG(aead) socket (bnc#927257). - CVE-2014-9922: The eCryptfs subsystem allowed local users to gain privileges via a large filesystem stack that includes an overlayfs layer, related to fs/ecryptfs/main.c and fs/overlayfs/super.c (bnc#1032340). - CVE-2016-8632: The tipc_msg_build function in net/tipc/msg.c did not validate the relationship between the minimum fragment length and the maximum packet size, which allowed local users to gain privileges or cause a denial of service (heap-based buffer overflow) by leveraging the CAP_NET_ADMIN capability (bnc#1008831). - CVE-2018-15594: arch/x86/kernel/paravirt.c mishandled certain indirect calls, which made it easier for attackers to conduct Spectre-v2 attacks against paravirtual guests (bnc#1105348). - CVE-2016-10741: fs/xfs/xfs_aops.c allowed local users to cause a denial of service (system crash) because there is a race condition between direct and memory-mapped I/O (associated with a hole) that is handled with BUG_ON instead of an I/O failure (bnc#1124010). - CVE-2014-3611: Race condition in the __kvm_migrate_pit_timer function in arch/x86/kvm/i8254.c in the KVM subsystem allowed guest OS users to cause a denial of service (host OS crash) by leveraging incorrect PIT emulation (bnc#899192). - CVE-2019-9213: The expand_downwards function in mm/mmap.c lacks a check for the mmap minimum address, which made it easier for attackers to exploit kernel NULL pointer dereferences on non-SMAP platforms. This is related to a capability check for the wrong task (bnc#1128166). - CVE-2019-7222: The KVM implementation in has an Information Leak (bnc#1124735). - CVE-2018-19407: The vcpu_scan_ioapic function in arch/x86/kvm/x86.c allowed local users to cause a denial of service (NULL pointer dereference and BUG) via crafted system calls that reach a situation where ioapic is uninitialized (bnc#1116841). - CVE-2018-19985: The function hso_get_config_data in drivers/net/usb/hso.c reads if_num from the USB device (as a u8) and uses it to index a small array, resulting in an object out-of-bounds (OOB) read that potentially allowed arbitrary read in the kernel address space (bnc#1120743). - CVE-2018-20169: The USB subsystem mishandled size checks during the reading of an extra descriptor, related to __usb_get_extra_descriptor in drivers/usb/core/usb.c (bnc#1119714). - CVE-2018-9568: In sk_clone_lock of sock.c, there is a possible memory corruption due to type confusion. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation. (bnc#1118319). - CVE-2018-19824: A local user could exploit a use-after-free in the ALSA driver by supplying a malicious USB Sound device (with zero interfaces) that is mishandled in usb_audio_probe in sound/usb/card.c (bnc#1118152).
The following non-security bugs were fixed:
- copy_mount_string: Limit string length to PATH_MAX (bsc#1082943). - cpu/speculation: Add 'mitigations=' cmdline option (bsc#1112178). - lib: add 'on'/'off' support to strtobool (bsc#1125931). - sched/core: Optimize SCHED_SMT (bsc#1111331). - sched/smt: Expose sched_smt_present static key (bsc#1111331). - sched/smt: Make sched_smt_present track topology (bsc#1111331). - sched/smt: Update sched_smt_present at runtime (bsc#1111331). - x86, kvm: Remove incorrect redundant assembly constraint (bnc#931850). - x86/cpu: Sanitize FAM6_ATOM naming (bsc#1111331). - x86/kvm/vmx: Add MDS protection when L1D Flush is not active (bsc#1111331). - x86/speculation/mds: Add 'mitigations=' support for MDS (bsc#1111331). - x86/speculation/mds: Add BUG_MSBDS_ONLY (bsc#1111331). - x86/speculation/mds: Add SMT warning message (bsc#1111331). - x86/speculation/mds: Add basic bug infrastructure for MDS (bsc#1111331). - x86/speculation/mds: Add mds=full,nosmt cmdline option (bsc#1111331). - x86/speculation/mds: Add mds_clear_cpu_buffers() (bsc#1111331). - x86/speculation/mds: Add mitigation control for MDS (bsc#1111331). - x86/speculation/mds: Add mitigation mode VMWERV (bsc#1111331). - x86/speculation/mds: Add sysfs reporting for MDS (bsc#1111331). - x86/speculation/mds: Clear CPU buffers on exit to user (bsc#1111331). - x86/speculation/mds: Conditionally clear CPU buffers on idle entry (bsc#1111331). - x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations off (bsc#1111331). - x86/speculation: Consolidate CPU whitelists (bsc#1111331). - x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation (bsc#1111331). - x86/speculation: Move arch_smt_update() call to after mitigation decisions (bsc#1111331). - x86/speculation: Rework SMT state change (bsc#1111331). - x86/speculation: Support 'mitigations=' cmdline option (bsc#1112178). - x86/mce: Handle 'nosmt' offlining properly (bsc#1134729). - x86/mce/intel: Cleanup CMCI storm logic (bsc#929141).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1008831 1015499 1015547 1021636 1030071 1032340 1035082 1059051 1068648 1080074 1082943 1092885 1095735 1103186 1104668 1105348 1107116 1111331 1111499 1112178 1116841 1118152 1118319 1119714 1120743 1123706 1124010 1124735 1125931 1128166 1134729 1139083 707645 773383 774523 797175 800280 816708 899192 927257 929141 931850 955762 969340 975394 979688 983639 985657 989152 CVE-2004-0230 CVE-2010-1205 CVE-2011-2501 CVE-2011-2690 CVE-2011-2691 CVE-2011-2692 CVE-2011-3026 CVE-2011-3045 CVE-2011-3048 CVE-2011-3172 CVE-2011-3328 CVE-2012-3386 CVE-2012-3412 CVE-2012-3430 CVE-2012-6698 CVE-2012-6699 CVE-2012-6700 CVE-2013-0160 CVE-2013-0216 CVE-2013-1979 CVE-2013-4566 CVE-2013-6954 CVE-2013-7353 CVE-2013-7354 CVE-2014-0333 CVE-2014-3430 CVE-2014-3566 CVE-2014-3611 CVE-2014-5461 CVE-2014-9922 CVE-2015-3331 CVE-2016-10741 CVE-2016-1950 CVE-2016-2834 CVE-2016-3189 CVE-2016-8632 CVE-2016-8635 CVE-2016-9574 CVE-2017-14489 CVE-2017-16844 CVE-2017-18360 CVE-2017-5429 CVE-2017-5432 CVE-2017-5433 CVE-2017-5434 CVE-2017-5435 CVE-2017-5436 CVE-2017-5437 CVE-2017-5438 CVE-2017-5439 CVE-2017-5440 CVE-2017-5441 CVE-2017-5442 CVE-2017-5443 CVE-2017-5444 CVE-2017-5445 CVE-2017-5446 CVE-2017-5447 CVE-2017-5448 CVE-2017-5459 CVE-2017-5460 CVE-2017-5461 CVE-2017-5462 CVE-2017-5464 CVE-2017-5465 CVE-2017-5469 CVE-2017-5715 CVE-2018-1000035 CVE-2018-12126 CVE-2018-12127 CVE-2018-12130 CVE-2018-12539 CVE-2018-1517 CVE-2018-15594 CVE-2018-16429 CVE-2018-1656 CVE-2018-19407 CVE-2018-19824 CVE-2018-19985 CVE-2018-20169 CVE-2018-2940 CVE-2018-2952 CVE-2018-2973 CVE-2018-3639 CVE-2018-9568 CVE-2019-11091 CVE-2019-12900 CVE-2019-7222 CVE-2019-9213 SUSE-SU-2015:2174-1 SUSE-SU-2016:2329-1 SUSE-SU-2017:1175-1 SUSE-SU-2017:3231-1 SUSE-SU-2018:0465-1 SUSE-SU-2018:1389-1 SUSE-SU-2018:1759-1 SUSE-SU-2018:1760-1 SUSE-SU-2018:2583-1 SUSE-SU-2018:3966-1 SUSE-SU-2019:14122-1
|
Platform(s): | openSUSE Leap 15.0 openSUSE Leap 42.3 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Desktop 12 SP4 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Basesystem 15 SP1 SUSE Linux Enterprise Module for Containers 15 SUSE Linux Enterprise Module for Desktop Applications 15 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Module for High Performance Computing 12 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Module for Legacy Software 15 SUSE Linux Enterprise Module for Live Patching 15 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for SAP Applications 15 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Module for Server Applications 15 SP1 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11 SP4-LTSS SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-BCL SUSE Linux Enterprise Server 12 SP2-ESPOS SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-BCL SUSE Linux Enterprise Server 12 SP3-ESPOS SUSE Linux Enterprise Server 12 SP3-LTSS SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP3 SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE Linux Enterprise Workstation Extension 15 SUSE OpenStack Cloud 7
| Product(s): | |
Definition Synopsis |
openSUSE Leap 15.0 is installed AND tcpdump-4.9.2-lp150.2.3 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
automake-1.13.4-10 is installed
OR m4-1.4.16-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND cifs-utils-5.1-0.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
libxml2-2-2.9.1-6 is installed
OR libxml2-2-32bit-2.9.1-6 is installed
OR libxml2-tools-2.9.1-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
cups-filters-1.0.58-8 is installed
OR cups-filters-cups-browsed-1.0.58-8 is installed
OR cups-filters-foomatic-rip-1.0.58-8 is installed
OR cups-filters-ghostscript-1.0.58-8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
cups-1.7.5-12 is installed
OR cups-client-1.7.5-12 is installed
OR cups-libs-1.7.5-12 is installed
OR cups-libs-32bit-1.7.5-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
gdk-pixbuf-loader-rsvg-2.40.18-5.3 is installed
OR librsvg-2.40.18-5.3 is installed
OR librsvg-2-2-2.40.18-5.3 is installed
OR librsvg-2-2-32bit-2.40.18-5.3 is installed
OR rsvg-view-2.40.18-5.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
libgcrypt-1.6.1-16.62 is installed
OR libgcrypt20-1.6.1-16.62 is installed
OR libgcrypt20-32bit-1.6.1-16.62 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
bzip2-1.0.6-3 is installed
OR libbz2-1-1.0.6-3 is installed
OR libbz2-1-32bit-1.0.6-3 is installed
OR libbz2-devel-1.0.6-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
AND Package Information
bind-devel-9.11.2-12.8 is installed
OR bind-utils-9.11.2-12.8 is installed
OR libbind9-160-9.11.2-12.8 is installed
OR libdns169-9.11.2-12.8 is installed
OR libirs-devel-9.11.2-12.8 is installed
OR libirs160-9.11.2-12.8 is installed
OR libisc166-9.11.2-12.8 is installed
OR libisccc160-9.11.2-12.8 is installed
OR libisccfg160-9.11.2-12.8 is installed
OR liblwres160-9.11.2-12.8 is installed
OR python3-bind-9.11.2-12.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 15 is installed
AND Package Information
containerd-1.2.5-5.13 is installed
OR docker-18.09.6_ce-6.17 is installed
OR docker-bash-completion-18.09.6_ce-6.17 is installed
OR docker-libnetwork-0.7.0.1+gitr2726_872f0a83c98a-4.12 is installed
OR docker-runc-1.0.0rc6+gitr3804_2b18fe1d885e-6.18 is installed
OR golang-github-docker-libnetwork-0.7.0.1+gitr2726_872f0a83c98a-4.12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
PackageKit-1.1.10-2 is installed
OR PackageKit-backend-zypp-1.1.10-2 is installed
OR PackageKit-devel-1.1.10-2 is installed
OR PackageKit-lang-1.1.10-2 is installed
OR libpackagekit-glib2-18-1.1.10-2 is installed
OR libpackagekit-glib2-devel-1.1.10-2 is installed
OR typelib-1_0-PackageKitGlib-1_0-1.1.10-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND Package Information
ImageMagick-7.0.7.34-3.24 is installed
OR perl-PerlMagick-7.0.7.34-3.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for High Performance Computing 12 is installed
AND Package Information
libpmi0-17.02.9-6.10 is installed
OR libslurm29-16.05.8.1-6 is installed
OR libslurm31-17.02.9-6.10 is installed
OR pdsh-2.33-7.5 is installed
OR perl-slurm-17.02.9-6.10 is installed
OR slurm-17.02.9-6.10 is installed
OR slurm-auth-none-17.02.9-6.10 is installed
OR slurm-devel-17.02.9-6.10 is installed
OR slurm-doc-17.02.9-6.10 is installed
OR slurm-lua-17.02.9-6.10 is installed
OR slurm-munge-17.02.9-6.10 is installed
OR slurm-pam_slurm-17.02.9-6.10 is installed
OR slurm-plugins-17.02.9-6.10 is installed
OR slurm-sched-wiki-17.02.9-6.10 is installed
OR slurm-slurmdb-direct-17.02.9-6.10 is installed
OR slurm-slurmdbd-17.02.9-6.10 is installed
OR slurm-sql-17.02.9-6.10 is installed
OR slurm-torque-17.02.9-6.10 is installed
OR slurmlibs-16.05.8.1-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
compat-openssl098-0.9.8j-66 is installed
OR libopenssl0_9_8-0.9.8j-66 is installed
OR libopenssl0_9_8-32bit-0.9.8j-66 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 is installed
AND Package Information
java-1_8_0-openjdk-1.8.0.171-3.3 is installed
OR java-1_8_0-openjdk-demo-1.8.0.171-3.3 is installed
OR java-1_8_0-openjdk-devel-1.8.0.171-3.3 is installed
OR java-1_8_0-openjdk-headless-1.8.0.171-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 is installed
AND Package Information
kernel-livepatch-4_12_14-150_14-default-2-2 is installed
OR kernel-livepatch-SLE15_Update_9-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND Package Information
ffmpeg-3.4.2-4.12 is installed
OR ffmpeg-private-devel-3.4.2-4.12 is installed
OR libavdevice-devel-3.4.2-4.12 is installed
OR libavdevice57-3.4.2-4.12 is installed
OR libavfilter-devel-3.4.2-4.12 is installed
OR libavfilter6-3.4.2-4.12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
AND Package Information
containerd-1.2.5-5.13 is installed
OR containerd-ctr-1.2.5-5.13 is installed
OR containerd-test-1.2.5-5.13 is installed
OR docker-18.09.6_ce-6.17 is installed
OR docker-runc-1.0.0rc6+gitr3804_2b18fe1d885e-6.18 is installed
OR docker-runc-test-1.0.0rc6+gitr3804_2b18fe1d885e-6.18 is installed
OR docker-test-18.09.6_ce-6.17 is installed
OR docker-zsh-completion-18.09.6_ce-6.17 is installed
OR go-1.12-3.10 is installed
OR go-doc-1.12-3.10 is installed
OR go-race-1.12-3.10 is installed
OR go1.11-1.11.9-1.12 is installed
OR go1.11-doc-1.11.9-1.12 is installed
OR go1.11-race-1.11.9-1.12 is installed
OR go1.12-1.12.4-1.9 is installed
OR go1.12-doc-1.12.4-1.9 is installed
OR go1.12-race-1.12.4-1.9 is installed
OR golang-github-docker-libnetwork-0.7.0.1+gitr2726_872f0a83c98a-4.12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.39-47 is installed
OR kernel-ec2-devel-3.12.39-47 is installed
OR kernel-ec2-extra-3.12.39-47 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for SAP Applications 15 is installed
AND clamsap-0.99.25-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
libapr-util1-dbd-mysql-1.6.1-2 is installed
OR libapr-util1-dbd-pgsql-1.6.1-2 is installed
OR libapr-util1-dbd-sqlite3-1.6.1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
AND Package Information
libvirt-5.1.0-6 is installed
OR libvirt-admin-5.1.0-6 is installed
OR libvirt-bash-completion-5.1.0-6 is installed
OR libvirt-client-5.1.0-6 is installed
OR libvirt-daemon-5.1.0-6 is installed
OR libvirt-daemon-config-network-5.1.0-6 is installed
OR libvirt-daemon-config-nwfilter-5.1.0-6 is installed
OR libvirt-daemon-driver-interface-5.1.0-6 is installed
OR libvirt-daemon-driver-libxl-5.1.0-6 is installed
OR libvirt-daemon-driver-lxc-5.1.0-6 is installed
OR libvirt-daemon-driver-network-5.1.0-6 is installed
OR libvirt-daemon-driver-nodedev-5.1.0-6 is installed
OR libvirt-daemon-driver-nwfilter-5.1.0-6 is installed
OR libvirt-daemon-driver-qemu-5.1.0-6 is installed
OR libvirt-daemon-driver-secret-5.1.0-6 is installed
OR libvirt-daemon-driver-storage-5.1.0-6 is installed
OR libvirt-daemon-driver-storage-core-5.1.0-6 is installed
OR libvirt-daemon-driver-storage-disk-5.1.0-6 is installed
OR libvirt-daemon-driver-storage-iscsi-5.1.0-6 is installed
OR libvirt-daemon-driver-storage-logical-5.1.0-6 is installed
OR libvirt-daemon-driver-storage-mpath-5.1.0-6 is installed
OR libvirt-daemon-driver-storage-rbd-5.1.0-6 is installed
OR libvirt-daemon-driver-storage-scsi-5.1.0-6 is installed
OR libvirt-daemon-hooks-5.1.0-6 is installed
OR libvirt-daemon-lxc-5.1.0-6 is installed
OR libvirt-daemon-qemu-5.1.0-6 is installed
OR libvirt-daemon-xen-5.1.0-6 is installed
OR libvirt-devel-5.1.0-6 is installed
OR libvirt-doc-5.1.0-6 is installed
OR libvirt-lock-sanlock-5.1.0-6 is installed
OR libvirt-nss-5.1.0-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php7-7.0.7-50.23 is installed
OR php7-7.0.7-50.23 is installed
OR php7-bcmath-7.0.7-50.23 is installed
OR php7-bz2-7.0.7-50.23 is installed
OR php7-calendar-7.0.7-50.23 is installed
OR php7-ctype-7.0.7-50.23 is installed
OR php7-curl-7.0.7-50.23 is installed
OR php7-dba-7.0.7-50.23 is installed
OR php7-dom-7.0.7-50.23 is installed
OR php7-enchant-7.0.7-50.23 is installed
OR php7-exif-7.0.7-50.23 is installed
OR php7-fastcgi-7.0.7-50.23 is installed
OR php7-fileinfo-7.0.7-50.23 is installed
OR php7-fpm-7.0.7-50.23 is installed
OR php7-ftp-7.0.7-50.23 is installed
OR php7-gd-7.0.7-50.23 is installed
OR php7-gettext-7.0.7-50.23 is installed
OR php7-gmp-7.0.7-50.23 is installed
OR php7-iconv-7.0.7-50.23 is installed
OR php7-imap-7.0.7-50.23 is installed
OR php7-intl-7.0.7-50.23 is installed
OR php7-json-7.0.7-50.23 is installed
OR php7-ldap-7.0.7-50.23 is installed
OR php7-mbstring-7.0.7-50.23 is installed
OR php7-mcrypt-7.0.7-50.23 is installed
OR php7-mysql-7.0.7-50.23 is installed
OR php7-odbc-7.0.7-50.23 is installed
OR php7-opcache-7.0.7-50.23 is installed
OR php7-openssl-7.0.7-50.23 is installed
OR php7-pcntl-7.0.7-50.23 is installed
OR php7-pdo-7.0.7-50.23 is installed
OR php7-pear-7.0.7-50.23 is installed
OR php7-pear-Archive_Tar-7.0.7-50.23 is installed
OR php7-pgsql-7.0.7-50.23 is installed
OR php7-phar-7.0.7-50.23 is installed
OR php7-posix-7.0.7-50.23 is installed
OR php7-pspell-7.0.7-50.23 is installed
OR php7-shmop-7.0.7-50.23 is installed
OR php7-snmp-7.0.7-50.23 is installed
OR php7-soap-7.0.7-50.23 is installed
OR php7-sockets-7.0.7-50.23 is installed
OR php7-sqlite-7.0.7-50.23 is installed
OR php7-sysvmsg-7.0.7-50.23 is installed
OR php7-sysvsem-7.0.7-50.23 is installed
OR php7-sysvshm-7.0.7-50.23 is installed
OR php7-tokenizer-7.0.7-50.23 is installed
OR php7-wddx-7.0.7-50.23 is installed
OR php7-xmlreader-7.0.7-50.23 is installed
OR php7-xmlrpc-7.0.7-50.23 is installed
OR php7-xmlwriter-7.0.7-50.23 is installed
OR php7-xsl-7.0.7-50.23 is installed
OR php7-zip-7.0.7-50.23 is installed
OR php7-zlib-7.0.7-50.23 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND kvm-1.4.2-53.20 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND kvm-1.4.2-53.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND kvm-1.4.2-53.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND kvm-1.4.2-53.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
MozillaFirefox-45.9.0esr-71 is installed
OR MozillaFirefox-translations-45.9.0esr-71 is installed
OR libfreebl3-3.29.5-46 is installed
OR libfreebl3-32bit-3.29.5-46 is installed
OR libfreebl3-x86-3.29.5-46 is installed
OR libsoftokn3-3.29.5-46 is installed
OR libsoftokn3-32bit-3.29.5-46 is installed
OR libsoftokn3-x86-3.29.5-46 is installed
OR mozilla-nspr-4.13.1-32 is installed
OR mozilla-nspr-32bit-4.13.1-32 is installed
OR mozilla-nspr-x86-4.13.1-32 is installed
OR mozilla-nss-3.29.5-46 is installed
OR mozilla-nss-32bit-3.29.5-46 is installed
OR mozilla-nss-tools-3.29.5-46 is installed
OR mozilla-nss-x86-3.29.5-46 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
MozillaFirefox-45.9.0esr-71 is installed
OR MozillaFirefox-translations-45.9.0esr-71 is installed
OR libfreebl3-3.29.5-46 is installed
OR libfreebl3-32bit-3.29.5-46 is installed
OR libfreebl3-x86-3.29.5-46 is installed
OR libsoftokn3-3.29.5-46 is installed
OR libsoftokn3-32bit-3.29.5-46 is installed
OR libsoftokn3-x86-3.29.5-46 is installed
OR mozilla-nspr-4.13.1-32 is installed
OR mozilla-nspr-32bit-4.13.1-32 is installed
OR mozilla-nspr-x86-4.13.1-32 is installed
OR mozilla-nss-3.29.5-46 is installed
OR mozilla-nss-32bit-3.29.5-46 is installed
OR mozilla-nss-tools-3.29.5-46 is installed
OR mozilla-nss-x86-3.29.5-46 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
bzip2-1.0.5-34.256.5 is installed
OR bzip2-doc-1.0.5-34.256.5 is installed
OR libbz2-1-1.0.5-34.256.5 is installed
OR libbz2-1-32bit-1.0.5-34.256.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
bzip2-1.0.5-34.256.5 is installed
OR bzip2-doc-1.0.5-34.256.5 is installed
OR libbz2-1-1.0.5-34.256.5 is installed
OR libbz2-1-32bit-1.0.5-34.256.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
MozillaFirefox-31.5.3esr-27 is installed
OR MozillaFirefox-translations-31.5.3esr-27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
MozillaFirefox-31.5.3esr-27 is installed
OR MozillaFirefox-translations-31.5.3esr-27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
dovecot22-2.2.13-2 is installed
OR dovecot22-backend-mysql-2.2.13-2 is installed
OR dovecot22-backend-pgsql-2.2.13-2 is installed
OR dovecot22-backend-sqlite-2.2.13-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
gdk-pixbuf-2.30.6-10 is installed
OR gdk-pixbuf-lang-2.30.6-10 is installed
OR gdk-pixbuf-query-loaders-2.30.6-10 is installed
OR gdk-pixbuf-query-loaders-32bit-2.30.6-10 is installed
OR libgdk_pixbuf-2_0-0-2.30.6-10 is installed
OR libgdk_pixbuf-2_0-0-32bit-2.30.6-10 is installed
OR typelib-1_0-GdkPixbuf-2_0-2.30.6-10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
gdk-pixbuf-2.30.6-10 is installed
OR gdk-pixbuf-lang-2.30.6-10 is installed
OR gdk-pixbuf-query-loaders-2.30.6-10 is installed
OR gdk-pixbuf-query-loaders-32bit-2.30.6-10 is installed
OR libgdk_pixbuf-2_0-0-2.30.6-10 is installed
OR libgdk_pixbuf-2_0-0-32bit-2.30.6-10 is installed
OR typelib-1_0-GdkPixbuf-2_0-2.30.6-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND coolkey-1.1.0-147 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
evince-3.10.3-2.3 is installed
OR evince-lang-3.10.3-2.3 is installed
OR libevdocument3-4-3.10.3-2.3 is installed
OR libevview3-3-3.10.3-2.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
colord-gtk-lang-0.1.26-6 is installed
OR libcolord-gtk1-0.1.26-6 is installed
OR libcolord2-1.3.3-10 is installed
OR libcolord2-32bit-1.3.3-10 is installed
OR libcolorhug2-1.3.3-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND Package Information
MozillaFirefox-52.9.0esr-109.38 is installed
OR MozillaFirefox-devel-52.9.0esr-109.38 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND Package Information
kgraft-patch-4_4_121-92_80-default-6-2 is installed
OR kgraft-patch-SLE12-SP2_Update_22-6-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
java-1_7_1-ibm-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.25-38.23 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libsoup-2.54.1-5.3 is installed
OR libsoup-2_4-1-2.54.1-5.3 is installed
OR libsoup-2_4-1-32bit-2.54.1-5.3 is installed
OR libsoup-lang-2.54.1-5.3 is installed
OR typelib-1_0-Soup-2_4-2.54.1-5.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libsoup-2.54.1-5.3 is installed
OR libsoup-2_4-1-2.54.1-5.3 is installed
OR libsoup-2_4-1-32bit-2.54.1-5.3 is installed
OR libsoup-lang-2.54.1-5.3 is installed
OR typelib-1_0-Soup-2_4-2.54.1-5.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND apache2-mod_perl-2.0.8-11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
libpython2_7-1_0-2.7.13-28.31 is installed
OR libpython2_7-1_0-32bit-2.7.13-28.31 is installed
OR python-2.7.13-28.31 is installed
OR python-32bit-2.7.13-28.31 is installed
OR python-base-2.7.13-28.31 is installed
OR python-base-32bit-2.7.13-28.31 is installed
OR python-curses-2.7.13-28.31 is installed
OR python-demo-2.7.13-28.31 is installed
OR python-devel-2.7.13-28.31 is installed
OR python-doc-2.7.13-28.31 is installed
OR python-doc-pdf-2.7.13-28.31 is installed
OR python-gdbm-2.7.13-28.31 is installed
OR python-idle-2.7.13-28.31 is installed
OR python-tk-2.7.13-28.31 is installed
OR python-xml-2.7.13-28.31 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
libpython2_7-1_0-2.7.13-28.31 is installed
OR libpython2_7-1_0-32bit-2.7.13-28.31 is installed
OR python-2.7.13-28.31 is installed
OR python-32bit-2.7.13-28.31 is installed
OR python-base-2.7.13-28.31 is installed
OR python-base-32bit-2.7.13-28.31 is installed
OR python-curses-2.7.13-28.31 is installed
OR python-demo-2.7.13-28.31 is installed
OR python-devel-2.7.13-28.31 is installed
OR python-doc-2.7.13-28.31 is installed
OR python-doc-pdf-2.7.13-28.31 is installed
OR python-gdbm-2.7.13-28.31 is installed
OR python-idle-2.7.13-28.31 is installed
OR python-tk-2.7.13-28.31 is installed
OR python-xml-2.7.13-28.31 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
libgcrypt-1.6.1-16.68 is installed
OR libgcrypt20-1.6.1-16.68 is installed
OR libgcrypt20-32bit-1.6.1-16.68 is installed
OR libgcrypt20-hmac-1.6.1-16.68 is installed
OR libgcrypt20-hmac-32bit-1.6.1-16.68 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
libgcrypt-1.6.1-16.68 is installed
OR libgcrypt20-1.6.1-16.68 is installed
OR libgcrypt20-32bit-1.6.1-16.68 is installed
OR libgcrypt20-hmac-1.6.1-16.68 is installed
OR libgcrypt20-hmac-32bit-1.6.1-16.68 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_143-94_47-default-7-2 is installed
OR kgraft-patch-SLE12-SP3_Update_16-7-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_143-94_47-default-7-2 is installed
OR kgraft-patch-SLE12-SP3_Update_16-7-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND ucode-intel-20190514-13.44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND ucode-intel-20190514-13.44 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libwireshark9-2.4.10-48.32 is installed
OR libwiretap7-2.4.10-48.32 is installed
OR libwscodecs1-2.4.10-48.32 is installed
OR libwsutil8-2.4.10-48.32 is installed
OR wireshark-2.4.10-48.32 is installed
OR wireshark-gtk-2.4.10-48.32 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libwireshark9-2.4.10-48.32 is installed
OR libwiretap7-2.4.10-48.32 is installed
OR libwscodecs1-2.4.10-48.32 is installed
OR libwsutil8-2.4.10-48.32 is installed
OR wireshark-2.4.10-48.32 is installed
OR wireshark-gtk-2.4.10-48.32 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND apache2-mod_nss-1.0.14-19.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP5 is installed
AND Package Information
java-11-openjdk-11.0.4.0-1 is installed
OR java-11-openjdk-demo-11.0.4.0-1 is installed
OR java-11-openjdk-devel-11.0.4.0-1 is installed
OR java-11-openjdk-headless-11.0.4.0-1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_60-52_49-default-2-2 is installed
OR kgraft-patch-3_12_60-52_49-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_14-2-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_60-52_49-default-2-2 is installed
OR kgraft-patch-3_12_60-52_49-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_14-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND ft2demos-2.6.3-7.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
openssh-6.6p1-52 is installed
OR openssh-askpass-gnome-6.6p1-52 is installed
OR openssh-fips-6.6p1-52 is installed
OR openssh-helpers-6.6p1-52 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
kgraft-patch-3_12_67-60_64_21-default-8-2 is installed
OR kgraft-patch-3_12_67-60_64_21-xen-8-2 is installed
OR kgraft-patch-SLE12-SP1_Update_10-8-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kgraft-patch-4_4_103-92_56-default-6-2 is installed
OR kgraft-patch-SLE12-SP2_Update_17-6-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND squid-3.5.21-26.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
libpcrecpp0-8.39-7 is installed
OR libpcrecpp0-32bit-8.39-7 is installed
OR pcre-8.39-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND libuuid-devel-2.28-40 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
NetworkManager-1.0.12-12 is installed
OR NetworkManager-lang-1.0.12-12 is installed
OR typelib-1_0-NM-1_0-1.0.12-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
gstreamer-0_10-plugins-base-0.10.36-17 is installed
OR gstreamer-0_10-plugins-base-32bit-0.10.36-17 is installed
OR gstreamer-0_10-plugins-base-lang-0.10.36-17 is installed
OR libgstapp-0_10-0-0.10.36-17 is installed
OR libgstapp-0_10-0-32bit-0.10.36-17 is installed
OR libgstinterfaces-0_10-0-0.10.36-17 is installed
OR libgstinterfaces-0_10-0-32bit-0.10.36-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
dia-0.97.3-2 is installed
OR dia-lang-0.97.3-2 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
kernel-default-4.4.121-92.95 is installed
OR kernel-default-base-4.4.121-92.95 is installed
OR kernel-default-devel-4.4.121-92.95 is installed
OR kernel-default-man-4.4.121-92.95 is installed
OR kernel-devel-4.4.121-92.95 is installed
OR kernel-macros-4.4.121-92.95 is installed
OR kernel-source-4.4.121-92.95 is installed
OR kernel-syms-4.4.121-92.95 is installed
OR kgraft-patch-4_4_121-92_95-default-1-3.4 is installed
OR kgraft-patch-SLE12-SP2_Update_25-1-3.4 is installed
OR lttng-modules-2.7.1-9.6 is installed
OR lttng-modules-kmp-default-2.7.1_k4.4.121_92.95-9.6 is installed
|