Oval Definition:oval:org.opensuse.security:def:39413
Revision Date:2020-12-01Version:1
Title:Security update for the Linux Kernel (Important)
Description:



The SUSE Linux Enterprise 12 kernel was updated to receive various security and bugfixes.

The following security bugs were fixed:

- CVE-2018-1068: Fixed flaw in the implementation of 32-bit syscall interface for bridging. This allowed a privileged user to arbitrarily write to a limited range of kernel memory (bnc#1085107). - CVE-2017-18221: The __munlock_pagevec function allowed local users to cause a denial of service (NR_MLOCK accounting corruption) via crafted use of mlockall and munlockall system calls (bnc#1084323). - CVE-2018-1066: Prevent NULL pointer dereference in fs/cifs/cifsencrypt.c:setup_ntlmv2_rsp() that allowed an attacker controlling a CIFS server to kernel panic a client that has this server mounted, because an empty TargetInfo field in an NTLMSSP setup negotiation response was mishandled during session recovery (bnc#1083640). - CVE-2017-13166: Prevent elevation of privilege vulnerability in the kernel v4l2 video driver (bnc#1072865). - CVE-2017-16911: The vhci_hcd driver allowed local attackers to disclose kernel memory addresses. Successful exploitation required that a USB device was attached over IP (bnc#1078674). - CVE-2017-15299: The KEYS subsystem mishandled use of add_key for a key that already exists but is uninstantiated, which allowed local users to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact via a crafted system call (bnc#1063416). - CVE-2017-18208: The madvise_willneed function kernel allowed local users to cause a denial of service (infinite loop) by triggering use of MADVISE_WILLNEED for a DAX mapping (bnc#1083494). - CVE-2018-7566: The ALSA sequencer core initializes the event pool on demand by invoking snd_seq_pool_init() when the first write happens and the pool is empty. A user could have reset the pool size manually via ioctl concurrently, which may have lead UAF or out-of-bound access (bsc#1083483). - CVE-2017-18204: The ocfs2_setattr function allowed local users to cause a denial of service (deadlock) via DIO requests (bnc#1083244). - CVE-2017-16644: The hdpvr_probe function allowed local users to cause a denial of service (improper error handling and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1067118). - CVE-2018-6927: The futex_requeue function allowed attackers to cause a denial of service (integer overflow) or possibly have unspecified other impact by triggering a negative wake or requeue value (bnc#1080757). - CVE-2017-16914: The 'stub_send_ret_submit()' function allowed attackers to cause a denial of service (NULL pointer dereference) via a specially crafted USB over IP packet (bnc#1078669). - CVE-2016-7915: The hid_input_field function allowed physically proximate attackers to obtain sensitive information from kernel memory or cause a denial of service (out-of-bounds read) by connecting a device (bnc#1010470). - CVE-2017-12190: The bio_map_user_iov and bio_unmap_user functions did unbalanced refcounting when a SCSI I/O vector had small consecutive buffers belonging to the same page. The bio_add_pc_page function merged them into one, but the page reference was never dropped. This caused a memory leak and possible system lockup (exploitable against the host OS by a guest OS user, if a SCSI disk is passed through to a virtual machine) due to an out-of-memory condition (bnc#1062568). - CVE-2017-16912: The 'get_pipe()' function allowed attackers to cause a denial of service (out-of-bounds read) via a specially crafted USB over IP packet (bnc#1078673). - CVE-2017-16913: The 'stub_recv_cmd_submit()' function when handling CMD_SUBMIT packets allowed attackers to cause a denial of service (arbitrary memory allocation) via a specially crafted USB over IP packet (bnc#1078672). - CVE-2018-5332: The rds_message_alloc_sgs() function did not validate a value that is used during DMA page allocation, leading to a heap-based out-of-bounds write (related to the rds_rdma_extra_size function in net/rds/rdma.c) (bnc#1075621). - CVE-2018-5333: The rds_cmsg_atomic function in net/rds/rdma.c mishandled cases where page pinning fails or an invalid address is supplied, leading to an rds_atomic_free_op NULL pointer dereference (bnc#1075617). - CVE-2017-18017: The tcpmss_mangle_packet function allowed remote attackers to cause a denial of service (use-after-free and memory corruption) or possibly have unspecified other impact by leveraging the presence of xt_TCPMSS in an iptables action (bnc#1074488).

The following non-security bugs were fixed:

- Fix build on arm64 by defining empty gmb() (bnc#1068032). - KEYS: do not let add_key() update an uninstantiated key (bnc#1063416). - KEYS: fix writing past end of user-supplied buffer in keyring_read() (bsc#1066001). - KEYS: return full count in keyring_read() if buffer is too small (bsc#1066001). - include/stddef.h: Move offsetofend() from vfio.h to a generic kernel header (bsc#1077560). - ipc/msg: introduce msgctl(MSG_STAT_ANY) (bsc#1072689). - ipc/sem: introduce semctl(SEM_STAT_ANY) (bsc#1072689). - ipc/shm: introduce shmctl(SHM_STAT_ANY) (bsc#1072689). - x86/kaiser: use trampoline stack for kernel entry (bsc#1077560) - leds: do not overflow sysfs buffer in led_trigger_show (bsc#1080464). - livepatch: __kgr_shadow_get_or_alloc() is local to shadow.c. Shadow variables support (bsc#1082299). - livepatch: introduce shadow variable API. Shadow variables support (bsc#1082299) - media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUF (bnc#1012382). - media: v4l2-compat-ioctl32.c: avoid sizeof(type) (bnc#1012382). - media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32 (bnc#1012382). - media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32 (bnc#1012382). - media: v4l2-compat-ioctl32.c: do not copy back the result for certain errors (bnc#1012382). - media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type (bnc#1012382). - media: v4l2-compat-ioctl32.c: fix the indentation (bnc#1012382). - media: v4l2-compat-ioctl32.c: move 'helper' functions to __get/put_v4l2_format32 (bnc#1012382). - media: v4l2-compat-ioctl32: Copy v4l2_window->global_alpha (bnc#1012382). - media: v4l2-ioctl.c: do not copy back the result for -ENOTTY (bnc#1012382). - netfilter: ebtables: CONFIG_COMPAT: do not trust userland offsets (bsc#1085107). - netfilter: ebtables: fix erroneous reject of last rule (bsc#1085107). - packet: only call dev_add_pack() on freshly allocated fanout instances - pipe: cap initial pipe capacity according to pipe-max-size limit (bsc#1045330). - x86/espfix: Fix return stack in do_double_fault() (bsc#1085279).
Family:unixClass:patch
Status:Reference(s):1010470
1012382
1018128
1027575
1030263
1031702
1032114
1032120
1036453
1037396
1038553
1038564
1041764
1042892
1045330
1046191
1046610
1050751
1052829
1062568
1063416
1063671
1064392
1065083
1066001
1066471
1066472
1067118
1068032
1069708
1071471
1072689
1072865
1073313
1074488
1075617
1075621
1077560
1078669
1078672
1078673
1078674
1079152
1080255
1080464
1080757
1082299
1082962
1083244
1083382
1083483
1083494
1083640
1083900
1084323
1085107
1085114
1085279
1085447
1087007
1087012
1087082
1087086
1087095
1092813
1092904
1094033
1094353
1094823
1096140
1096242
1096281
1096480
1096723
1096728
1097356
1102682
1105323
1106191
1119553
1119554
1119555
1119556
1119557
1119558
1139073
1141035
1144903
1145092
1153108
1153158
1153161
1154043
1155988
1156402
1163985
999679
999680
999682
999684
999685
999819
999820
CVE-2016-10220
CVE-2016-7411
CVE-2016-7412
CVE-2016-7413
CVE-2016-7414
CVE-2016-7416
CVE-2016-7417
CVE-2016-7418
CVE-2016-7915
CVE-2016-9601
CVE-2017-12190
CVE-2017-13080
CVE-2017-13166
CVE-2017-13305
CVE-2017-15299
CVE-2017-15649
CVE-2017-15868
CVE-2017-16644
CVE-2017-16911
CVE-2017-16912
CVE-2017-16913
CVE-2017-16914
CVE-2017-16939
CVE-2017-17740
CVE-2017-18017
CVE-2017-18204
CVE-2017-18208
CVE-2017-18221
CVE-2017-2636
CVE-2017-5951
CVE-2017-7207
CVE-2017-7533
CVE-2017-7645
CVE-2017-7753
CVE-2017-7779
CVE-2017-7782
CVE-2017-7784
CVE-2017-7785
CVE-2017-7786
CVE-2017-7787
CVE-2017-7791
CVE-2017-7792
CVE-2017-7798
CVE-2017-7800
CVE-2017-7801
CVE-2017-7802
CVE-2017-7803
CVE-2017-7804
CVE-2017-7807
CVE-2017-8291
CVE-2017-8890
CVE-2017-9242
CVE-2017-9287
CVE-2018-1000026
CVE-2018-1000204
CVE-2018-1066
CVE-2018-1068
CVE-2018-10902
CVE-2018-1092
CVE-2018-1093
CVE-2018-10938
CVE-2018-1094
CVE-2018-1130
CVE-2018-3665
CVE-2018-4437
CVE-2018-4438
CVE-2018-4441
CVE-2018-4442
CVE-2018-4443
CVE-2018-4464
CVE-2018-5332
CVE-2018-5333
CVE-2018-5390
CVE-2018-5803
CVE-2018-5848
CVE-2018-6927
CVE-2018-7492
CVE-2018-7566
CVE-2019-10208
CVE-2019-10220
CVE-2019-11135
CVE-2019-11139
CVE-2019-17133
CVE-2019-2201
CVE-2020-1720
SUSE-SU-2016:2477-2
SUSE-SU-2017:1404-1
SUSE-SU-2017:2088-1
SUSE-SU-2017:2589-1
SUSE-SU-2017:3150-1
SUSE-SU-2018:0276-1
SUSE-SU-2018:0834-1
SUSE-SU-2018:1761-1
SUSE-SU-2019:0146-1
SUSE-SU-2019:0931-1
SUSE-SU-2019:2159-1
SUSE-SU-2019:2959-1
SUSE-SU-2019:2972-1
SUSE-SU-2020:0715-1
Platform(s):openSUSE Leap 15.0
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 11 SP4
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 Live Patching 15
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Module for Public Cloud 15
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 SP3-TERADATA
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 SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12 SP1
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS
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 SP5
SUSE Linux Enterprise Server for SAP Applications 12-LTSS
SUSE Linux Enterprise Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 12 SP1
SUSE Linux Enterprise Workstation Extension 12 SP3
SUSE Linux Enterprise Workstation Extension 12 SP4
SUSE Linux Enterprise Workstation Extension 15
SUSE Linux Enterprise Workstation Extension 15 SP1
SUSE OpenStack Cloud 5
SUSE OpenStack Cloud 7
Product(s):
Definition Synopsis
  • openSUSE Leap 15.0 is installed
  • AND Package Information
  • vorbis-tools-1.4.0-lp150.1 is installed
  • OR vorbis-tools-lang-1.4.0-lp150.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • compat-openssl097g-0.9.7g-146.22 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • libpixman-1-0-0.24.4-0.15 is installed
  • OR libpixman-1-0-32bit-0.24.4-0.15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • libvdpau-0.4.1-16.20 is installed
  • OR libvdpau1-0.4.1-16.20 is installed
  • OR libvdpau1-32bit-0.4.1-16.20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • MozillaFirefox-31.1.0esr-1 is installed
  • OR MozillaFirefox-translations-31.1.0esr-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • libXv1-1.0.10-3 is installed
  • OR libXv1-32bit-1.0.10-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND cifs-utils-6.5-8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • apparmor-docs-2.8.2-49 is installed
  • OR apparmor-parser-2.8.2-49 is installed
  • OR apparmor-profiles-2.8.2-49 is installed
  • OR apparmor-utils-2.8.2-49 is installed
  • OR libapparmor1-2.8.2-49 is installed
  • OR libapparmor1-32bit-2.8.2-49 is installed
  • OR pam_apparmor-2.8.2-49 is installed
  • OR pam_apparmor-32bit-2.8.2-49 is installed
  • OR perl-apparmor-2.8.2-49 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND Package Information
  • cron-4.2-58 is installed
  • OR cronie-1.4.11-58 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 is installed
  • AND Package Information
  • cups-filters-1.20.3-1 is installed
  • OR cups-filters-devel-1.20.3-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
  • AND Package Information
  • apparmor-abstractions-2.12.2-7.17 is installed
  • OR apparmor-docs-2.12.2-7.17 is installed
  • OR apparmor-parser-2.12.2-7.17 is installed
  • OR apparmor-parser-lang-2.12.2-7.17 is installed
  • OR apparmor-profiles-2.12.2-7.17 is installed
  • OR apparmor-utils-2.12.2-7.17 is installed
  • OR apparmor-utils-lang-2.12.2-7.17 is installed
  • OR pam_apparmor-2.12.2-7.17 is installed
  • OR pam_apparmor-32bit-2.12.2-7.17 is installed
  • OR perl-apparmor-2.12.2-7.17 is installed
  • OR python3-apparmor-2.12.2-7.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Live Patching 15 is installed
  • AND Package Information
  • kernel-livepatch-4_12_14-25_3-default-8-2 is installed
  • OR kernel-livepatch-SLE15_Update_1-8-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.61-52.125 is installed
  • OR kernel-ec2-devel-3.12.61-52.125 is installed
  • OR kernel-ec2-extra-3.12.61-52.125 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 15 is installed
  • AND Package Information
  • python-paramiko-2.4.2-3.3 is installed
  • OR python3-paramiko-2.4.2-3.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-78 is installed
  • OR php5-5.5.14-78 is installed
  • OR php5-bcmath-5.5.14-78 is installed
  • OR php5-bz2-5.5.14-78 is installed
  • OR php5-calendar-5.5.14-78 is installed
  • OR php5-ctype-5.5.14-78 is installed
  • OR php5-curl-5.5.14-78 is installed
  • OR php5-dba-5.5.14-78 is installed
  • OR php5-dom-5.5.14-78 is installed
  • OR php5-enchant-5.5.14-78 is installed
  • OR php5-exif-5.5.14-78 is installed
  • OR php5-fastcgi-5.5.14-78 is installed
  • OR php5-fileinfo-5.5.14-78 is installed
  • OR php5-fpm-5.5.14-78 is installed
  • OR php5-ftp-5.5.14-78 is installed
  • OR php5-gd-5.5.14-78 is installed
  • OR php5-gettext-5.5.14-78 is installed
  • OR php5-gmp-5.5.14-78 is installed
  • OR php5-iconv-5.5.14-78 is installed
  • OR php5-imap-5.5.14-78 is installed
  • OR php5-intl-5.5.14-78 is installed
  • OR php5-json-5.5.14-78 is installed
  • OR php5-ldap-5.5.14-78 is installed
  • OR php5-mbstring-5.5.14-78 is installed
  • OR php5-mcrypt-5.5.14-78 is installed
  • OR php5-mysql-5.5.14-78 is installed
  • OR php5-odbc-5.5.14-78 is installed
  • OR php5-opcache-5.5.14-78 is installed
  • OR php5-openssl-5.5.14-78 is installed
  • OR php5-pcntl-5.5.14-78 is installed
  • OR php5-pdo-5.5.14-78 is installed
  • OR php5-pear-5.5.14-78 is installed
  • OR php5-pgsql-5.5.14-78 is installed
  • OR php5-phar-5.5.14-78 is installed
  • OR php5-posix-5.5.14-78 is installed
  • OR php5-pspell-5.5.14-78 is installed
  • OR php5-shmop-5.5.14-78 is installed
  • OR php5-snmp-5.5.14-78 is installed
  • OR php5-soap-5.5.14-78 is installed
  • OR php5-sockets-5.5.14-78 is installed
  • OR php5-sqlite-5.5.14-78 is installed
  • OR php5-suhosin-5.5.14-78 is installed
  • OR php5-sysvmsg-5.5.14-78 is installed
  • OR php5-sysvsem-5.5.14-78 is installed
  • OR php5-sysvshm-5.5.14-78 is installed
  • OR php5-tokenizer-5.5.14-78 is installed
  • OR php5-wddx-5.5.14-78 is installed
  • OR php5-xmlreader-5.5.14-78 is installed
  • OR php5-xmlrpc-5.5.14-78 is installed
  • OR php5-xmlwriter-5.5.14-78 is installed
  • OR php5-xsl-5.5.14-78 is installed
  • OR php5-zip-5.5.14-78 is installed
  • OR php5-zlib-5.5.14-78 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • MozillaFirefox-31.8.0esr-0.10 is installed
  • OR MozillaFirefox-translations-31.8.0esr-0.10 is installed
  • OR libfreebl3-3.19.2_CKBI_1.98-0.10 is installed
  • OR libfreebl3-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR libfreebl3-x86-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-x86-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nspr-4.10.8-0.5 is installed
  • OR mozilla-nspr-32bit-4.10.8-0.5 is installed
  • OR mozilla-nspr-x86-4.10.8-0.5 is installed
  • OR mozilla-nss-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-tools-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-x86-3.19.2_CKBI_1.98-0.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-31.8.0esr-0.10 is installed
  • OR MozillaFirefox-translations-31.8.0esr-0.10 is installed
  • OR libfreebl3-3.19.2_CKBI_1.98-0.10 is installed
  • OR libfreebl3-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR libfreebl3-x86-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-x86-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nspr-4.10.8-0.5 is installed
  • OR mozilla-nspr-32bit-4.10.8-0.5 is installed
  • OR mozilla-nspr-x86-4.10.8-0.5 is installed
  • OR mozilla-nss-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-tools-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-x86-3.19.2_CKBI_1.98-0.10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND gd-2.0.36.RC1-52 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • xen-4.2.5_21-45.19 is installed
  • OR xen-doc-html-4.2.5_21-45.19 is installed
  • OR xen-doc-pdf-4.2.5_21-45.19 is installed
  • OR xen-kmp-default-4.2.5_21_3.0.101_0.47.106.14-45.19 is installed
  • OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.14-45.19 is installed
  • OR xen-libs-4.2.5_21-45.19 is installed
  • OR xen-libs-32bit-4.2.5_21-45.19 is installed
  • OR xen-tools-4.2.5_21-45.19 is installed
  • OR xen-tools-domU-4.2.5_21-45.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND LibVNCServer-0.9.1-160.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • flac-1.3.0-6 is installed
  • OR libFLAC++6-1.3.0-6 is installed
  • OR libFLAC8-1.3.0-6 is installed
  • OR libFLAC8-32bit-1.3.0-6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • flac-1.3.0-6 is installed
  • OR libFLAC++6-1.3.0-6 is installed
  • OR libFLAC8-1.3.0-6 is installed
  • OR libFLAC8-32bit-1.3.0-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND cifs-utils-6.4-3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • dhcp-4.3.3-4 is installed
  • OR dhcp-client-4.3.3-4 is installed
  • OR dhcp-relay-4.3.3-4 is installed
  • OR dhcp-server-4.3.3-4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • dhcp-4.3.3-4 is installed
  • OR dhcp-client-4.3.3-4 is installed
  • OR dhcp-relay-4.3.3-4 is installed
  • OR dhcp-server-4.3.3-4 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_74-60_64_48-default-4-4 is installed
  • OR kgraft-patch-3_12_74-60_64_48-xen-4-4 is installed
  • OR kgraft-patch-SLE12-SP1_Update_17-4-4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_74-60_64_48-default-4-4 is installed
  • OR kgraft-patch-3_12_74-60_64_48-xen-4-4 is installed
  • OR kgraft-patch-SLE12-SP1_Update_17-4-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • kgraft-patch-3_12_74-60_64_93-default-2-2 is installed
  • OR kgraft-patch-3_12_74-60_64_93-xen-2-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_28-2-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • bind-9.9.9P1-59 is installed
  • OR bind-chrootenv-9.9.9P1-59 is installed
  • OR bind-doc-9.9.9P1-59 is installed
  • OR bind-libs-9.9.9P1-59 is installed
  • OR bind-libs-32bit-9.9.9P1-59 is installed
  • OR bind-utils-9.9.9P1-59 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • bind-9.9.9P1-59 is installed
  • OR bind-chrootenv-9.9.9P1-59 is installed
  • OR bind-doc-9.9.9P1-59 is installed
  • OR bind-libs-9.9.9P1-59 is installed
  • OR bind-libs-32bit-9.9.9P1-59 is installed
  • OR bind-utils-9.9.9P1-59 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • emacs-24.3-16 is installed
  • OR emacs-el-24.3-16 is installed
  • OR emacs-info-24.3-16 is installed
  • OR emacs-nox-24.3-16 is installed
  • OR emacs-x11-24.3-16 is installed
  • OR etags-24.3-16 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND
  • MozillaFirefox-52.9.0esr-109.38 is installed
  • OR MozillaFirefox-devel-52.9.0esr-109.38 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND
  • MozillaFirefox-52.9.0esr-109.38 is installed
  • OR MozillaFirefox-devel-52.9.0esr-109.38 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • glibc-2.22-62.13 is installed
  • OR glibc-32bit-2.22-62.13 is installed
  • OR glibc-devel-2.22-62.13 is installed
  • OR glibc-devel-32bit-2.22-62.13 is installed
  • OR glibc-html-2.22-62.13 is installed
  • OR glibc-i18ndata-2.22-62.13 is installed
  • OR glibc-info-2.22-62.13 is installed
  • OR glibc-locale-2.22-62.13 is installed
  • OR glibc-locale-32bit-2.22-62.13 is installed
  • OR glibc-profile-2.22-62.13 is installed
  • OR glibc-profile-32bit-2.22-62.13 is installed
  • OR nscd-2.22-62.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • glibc-2.22-62.13 is installed
  • OR glibc-32bit-2.22-62.13 is installed
  • OR glibc-devel-2.22-62.13 is installed
  • OR glibc-devel-32bit-2.22-62.13 is installed
  • OR glibc-html-2.22-62.13 is installed
  • OR glibc-i18ndata-2.22-62.13 is installed
  • OR glibc-info-2.22-62.13 is installed
  • OR glibc-locale-2.22-62.13 is installed
  • OR glibc-locale-32bit-2.22-62.13 is installed
  • OR glibc-profile-2.22-62.13 is installed
  • OR glibc-profile-32bit-2.22-62.13 is installed
  • OR nscd-2.22-62.13 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • glibc-2.22-62.13 is installed
  • OR glibc-32bit-2.22-62.13 is installed
  • OR glibc-devel-2.22-62.13 is installed
  • OR glibc-devel-32bit-2.22-62.13 is installed
  • OR glibc-html-2.22-62.13 is installed
  • OR glibc-i18ndata-2.22-62.13 is installed
  • OR glibc-info-2.22-62.13 is installed
  • OR glibc-locale-2.22-62.13 is installed
  • OR glibc-locale-32bit-2.22-62.13 is installed
  • OR glibc-profile-2.22-62.13 is installed
  • OR glibc-profile-32bit-2.22-62.13 is installed
  • OR nscd-2.22-62.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • glibc-2.22-62.13 is installed
  • OR glibc-32bit-2.22-62.13 is installed
  • OR glibc-devel-2.22-62.13 is installed
  • OR glibc-devel-32bit-2.22-62.13 is installed
  • OR glibc-html-2.22-62.13 is installed
  • OR glibc-i18ndata-2.22-62.13 is installed
  • OR glibc-info-2.22-62.13 is installed
  • OR glibc-locale-2.22-62.13 is installed
  • OR glibc-locale-32bit-2.22-62.13 is installed
  • OR glibc-profile-2.22-62.13 is installed
  • OR glibc-profile-32bit-2.22-62.13 is installed
  • OR nscd-2.22-62.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND Package Information
  • kgraft-patch-4_4_120-92_70-default-3-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_20-3-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr4.10-38.5 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.10-38.5 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.10-38.5 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.10-38.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr4.10-38.5 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.10-38.5 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.10-38.5 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.10-38.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND
  • libpolkit0-0.113-5.18 is installed
  • OR polkit-0.113-5.18 is installed
  • OR typelib-1_0-Polkit-1_0-0.113-5.18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND
  • libpolkit0-0.113-5.18 is installed
  • OR polkit-0.113-5.18 is installed
  • OR typelib-1_0-Polkit-1_0-0.113-5.18 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND
  • libpolkit0-0.113-5.18 is installed
  • OR polkit-0.113-5.18 is installed
  • OR typelib-1_0-Polkit-1_0-0.113-5.18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND
  • libpolkit0-0.113-5.18 is installed
  • OR polkit-0.113-5.18 is installed
  • OR typelib-1_0-Polkit-1_0-0.113-5.18 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_178-94_91-default-6-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_25-6-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_178-94_91-default-6-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_25-6-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • libcgroup-0.41.rc1-10.9 is installed
  • OR libcgroup-tools-0.41.rc1-10.9 is installed
  • OR libcgroup1-0.41.rc1-10.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • libcgroup-0.41.rc1-10.9 is installed
  • OR libcgroup-tools-0.41.rc1-10.9 is installed
  • OR libcgroup1-0.41.rc1-10.9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • libipa_hbac0-1.16.1-4.12 is installed
  • OR libsss_certmap0-1.16.1-4.12 is installed
  • OR libsss_idmap0-1.16.1-4.12 is installed
  • OR libsss_nss_idmap0-1.16.1-4.12 is installed
  • OR libsss_simpleifp0-1.16.1-4.12 is installed
  • OR python-sssd-config-1.16.1-4.12 is installed
  • OR sssd-1.16.1-4.12 is installed
  • OR sssd-32bit-1.16.1-4.12 is installed
  • OR sssd-ad-1.16.1-4.12 is installed
  • OR sssd-ipa-1.16.1-4.12 is installed
  • OR sssd-krb5-1.16.1-4.12 is installed
  • OR sssd-krb5-common-1.16.1-4.12 is installed
  • OR sssd-ldap-1.16.1-4.12 is installed
  • OR sssd-proxy-1.16.1-4.12 is installed
  • OR sssd-tools-1.16.1-4.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • libipa_hbac0-1.16.1-4.12 is installed
  • OR libsss_certmap0-1.16.1-4.12 is installed
  • OR libsss_idmap0-1.16.1-4.12 is installed
  • OR libsss_nss_idmap0-1.16.1-4.12 is installed
  • OR libsss_simpleifp0-1.16.1-4.12 is installed
  • OR python-sssd-config-1.16.1-4.12 is installed
  • OR sssd-1.16.1-4.12 is installed
  • OR sssd-32bit-1.16.1-4.12 is installed
  • OR sssd-ad-1.16.1-4.12 is installed
  • OR sssd-ipa-1.16.1-4.12 is installed
  • OR sssd-krb5-1.16.1-4.12 is installed
  • OR sssd-krb5-common-1.16.1-4.12 is installed
  • OR sssd-ldap-1.16.1-4.12 is installed
  • OR sssd-proxy-1.16.1-4.12 is installed
  • OR sssd-tools-1.16.1-4.12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND
  • libsqlite3-0-3.8.10.2-9.15 is installed
  • OR libsqlite3-0-32bit-3.8.10.2-9.15 is installed
  • OR sqlite3-3.8.10.2-9.15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND
  • libsqlite3-0-3.8.10.2-9.15 is installed
  • OR libsqlite3-0-32bit-3.8.10.2-9.15 is installed
  • OR sqlite3-3.8.10.2-9.15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • apache2-2.4.10-14.17 is installed
  • OR apache2-doc-2.4.10-14.17 is installed
  • OR apache2-example-pages-2.4.10-14.17 is installed
  • OR apache2-prefork-2.4.10-14.17 is installed
  • OR apache2-utils-2.4.10-14.17 is installed
  • OR apache2-worker-2.4.10-14.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • apache2-2.4.10-14.17 is installed
  • OR apache2-doc-2.4.10-14.17 is installed
  • OR apache2-example-pages-2.4.10-14.17 is installed
  • OR apache2-prefork-2.4.10-14.17 is installed
  • OR apache2-utils-2.4.10-14.17 is installed
  • OR apache2-worker-2.4.10-14.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • ghostscript-9.15-22 is installed
  • OR ghostscript-x11-9.15-22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • kgraft-patch-3_12_62-60_64_8-default-10-2 is installed
  • OR kgraft-patch-3_12_62-60_64_8-xen-10-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_8-10-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • kgraft-patch-4_4_74-92_38-default-12-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_13-12-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND Package Information
  • perl-5.18.2-12.20 is installed
  • OR perl-32bit-5.18.2-12.20 is installed
  • OR perl-base-5.18.2-12.20 is installed
  • OR perl-doc-5.18.2-12.20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND Package Information
  • compat-libldap-2_3-0-2.3.37-18.24.17 is installed
  • OR openldap2-2.4.41-18.24.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • libjavascriptcoregtk-1_0-0-2.4.8-16 is installed
  • OR libjavascriptcoregtk-1_0-0-32bit-2.4.8-16 is installed
  • OR libwebkit2gtk-3_0-25-2.4.8-16 is installed
  • OR libwebkitgtk-1_0-0-2.4.8-16 is installed
  • OR libwebkitgtk-1_0-0-32bit-2.4.8-16 is installed
  • OR libwebkitgtk2-lang-2.4.8-16 is installed
  • OR typelib-1_0-JavaScriptCore-3_0-2.4.8-16 is installed
  • OR typelib-1_0-WebKit-3_0-2.4.8-16 is installed
  • OR webkitgtk-2.4.8-16 is installed
  • OR webkitgtk3-2.4.8-16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • freerdp-1.0.2-9 is installed
  • OR libfreerdp-1_0-1.0.2-9 is installed
  • OR libfreerdp-1_0-plugins-1.0.2-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-71.42 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-71.42 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.42 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • libraw-0.15.4-27 is installed
  • OR libraw9-0.15.4-27 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 is installed
  • AND Package Information
  • kernel-default-4.12.14-25.16 is installed
  • OR kernel-default-extra-4.12.14-25.16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 SP1 is installed
  • AND Package Information
  • evolution-3.26.6-4.3 is installed
  • OR evolution-devel-3.26.6-4.3 is installed
  • OR evolution-lang-3.26.6-4.3 is installed
  • OR evolution-plugin-bogofilter-3.26.6-4.3 is installed
  • OR evolution-plugin-pst-import-3.26.6-4.3 is installed
  • OR evolution-plugin-spamassassin-3.26.6-4.3 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • dhcp-4.2.4.P2-0.27 is installed
  • OR dhcp-client-4.2.4.P2-0.27 is installed
  • OR dhcp-relay-4.2.4.P2-0.27 is installed
  • OR dhcp-server-4.2.4.P2-0.27 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND Package Information
  • storm-1.0.5-5 is installed
  • OR storm-nimbus-1.0.5-5 is installed
  • OR storm-supervisor-1.0.5-5 is installed
  • BACK