| Revision Date: | 2021-07-21 | Version: | 1 | 
| Title: | Security update for the Linux Kernel (Important) | 
| Description: | 
 
 
 
 
  The SUSE Linux Enterprise 15 LTSS kernel was updated to receive various security and bugfixes.
 
 
  The following security bugs were fixed:
  - CVE-2021-22555: A heap out-of-bounds write was discovered in net/netfilter/x_tables.c (bnc#1188116 ). - CVE-2021-33909: Extremely large seq buffer allocations in seq_file could lead to buffer underruns and code execution (bsc#1188062). - CVE-2021-3609: A use-after-free in can/bcm could have led to privilege escalation (bsc#1187215). - CVE-2021-33624: In kernel/bpf/verifier.c a branch can be mispredicted (e.g., because of type confusion) and consequently an unprivileged BPF program can read arbitrary memory locations via a side-channel attack, aka CID-9183671af6db (bnc#1187554). - CVE-2021-0605: In pfkey_dump of af_key.c, there is a possible out-of-bounds read due to a missing bounds check. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation (bnc#1187601). - CVE-2021-0512: In __hidinput_change_resolution_multipliers of hid-input.c, there is a possible out of bounds write due to a heap buffer overflow. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation (bnc#1187595). - CVE-2020-26558: Bluetooth LE and BR/EDR secure pairing in Bluetooth Core Specification 2.1 may permit a nearby man-in-the-middle attacker to identify the Passkey used during pairing (in the Passkey authentication procedure) by reflection of the public key and the authentication evidence of the initiating device, potentially permitting this attacker to complete authenticated pairing with the responding device using the correct Passkey for the pairing session. The attack methodology determines the Passkey value one bit at a time (bnc#1179610). - CVE-2021-34693: net/can/bcm.c in the Linux kernel allowed local users to obtain sensitive information from kernel stack memory because parts of a data structure are uninitialized (bnc#1187452). - CVE-2020-36385: An issue was discovered in the Linux kernel drivers/infiniband/core/ucma.c has a use-after-free because the ctx is reached via the ctx_list in some ucma_migrate_id situations where ucma_close is called, aka CID-f5449e74802c (bnc#1187050). - CVE-2021-0129: Improper access control in BlueZ may have allowed an authenticated user to potentially enable information disclosure via adjacent access (bnc#1186463). - CVE-2020-36386: An issue was discovered in the Linux kernel net/bluetooth/hci_event.c has a slab out-of-bounds read in hci_extended_inquiry_result_evt, aka CID-51c19bf3d5cf (bnc#1187038). - CVE-2020-24588: The 802.11 standard that underpins Wi-Fi Protected Access (WPA, WPA2, and WPA3) and Wired Equivalent Privacy (WEP) doesn't require that the A-MSDU flag in the plaintext QoS header field is authenticated. Against devices that support receiving non-SSP A-MSDU frames (which is mandatory as part of 802.11n), an adversary can abuse this to inject arbitrary network packets (bnc#1185861). - CVE-2021-33200: kernel/bpf/verifier.c enforced incorrect limits for pointer arithmetic operations, aka CID-bb01a1bba579. This can be abused to perform out-of-bounds reads and writes in kernel memory, leading to local privilege escalation to root. In particular, there is a corner case where the off reg causes a masking direction change, which then results in an incorrect final aux->alu_limit (bnc#1186484). - CVE-2021-33034: net/bluetooth/hci_event.c had a use-after-free when destroying an hci_chan, aka CID-5c4c8c954409. This leads to writing an arbitrary value (bnc#1186111). - CVE-2020-26139: An Access Point (AP) forwards EAPOL frames to other clients even though the sender has not yet successfully authenticated to the AP. This might be abused in projected Wi-Fi networks to launch denial-of-service attacks against connected clients and made it easier to exploit other vulnerabilities in connected clients (bnc#1186062). - CVE-2021-23134: Use After Free vulnerability in nfc sockets allowed local attackers to elevate their privileges. In typical configurations, the issue can only be triggered by a privileged local user with the CAP_NET_RAW capability (bnc#1186060). - CVE-2020-24586: The 802.11 standard that underpins Wi-Fi Protected Access (WPA, WPA2, and WPA3) and Wired Equivalent Privacy (WEP) doesn't require that received fragments be cleared from memory after (re)connecting to a network. Under the right circumstances, when another device sends fragmented frames encrypted using WEP, CCMP, or GCMP, this can be abused to inject arbitrary network packets and/or exfiltrate user data (bnc#1185859). - CVE-2020-26141: The Wi-Fi implementation did not verify the Message Integrity Check (authenticity) of fragmented TKIP frames. An adversary can abuse this to inject and possibly decrypt packets in WPA or WPA2 networks that support the TKIP data-confidentiality protocol (bnc#1185987). - CVE-2020-26145: The WEP, WPA, WPA2, and WPA3 implementations accept second (or subsequent) broadcast fragments even when sent in plaintext and process them as full unfragmented frames. An adversary can abuse this to inject arbitrary network packets independent of the network configuration (bnc#1185860). - CVE-2020-24587: The 802.11 standard that underpins Wi-Fi Protected Access (WPA, WPA2, and WPA3) and Wired Equivalent Privacy (WEP) doesn't require that all fragments of a frame are encrypted under the same key. An adversary can abuse this to decrypt selected fragments when another device sends fragmented frames and the WEP, CCMP, or GCMP encryption key is periodically renewed (bnc#1185859 bnc#1185862). - CVE-2020-26147: The WEP, WPA, WPA2, and WPA3 implementations reassemble fragments even though some of them were sent in plaintext. This vulnerability can be abused to inject packets and/or exfiltrate selected fragments when another device sends fragmented frames and the WEP, CCMP, or GCMP data-confidentiality protocol is used. () - CVE-2021-3491: The io_uring subsystem allowed the MAX_RW_COUNT limit to be bypassed in the PROVIDE_BUFFERS operation, which led to negative values being usedin mem_rw when reading /proc//mem. This could be used to create a heap overflow leading to arbitrary code execution in the kernel. (bnc#1185642). - CVE-2021-23133: A race condition in SCTP sockets (net/sctp/socket.c) could lead to kernel privilege escalation from the context of a network service or an unprivileged process. If sctp_destroy_sock is called without sock_net(sk)->sctp.addr_wq_lock then an element is removed from the auto_asconf_splist list without any proper locking. This can be exploited by an attacker with network service privileges to escalate to root or from the context of an unprivileged user directly if a BPF_CGROUP_INET_SOCK_CREATE is attached which denies creation of some SCTP socket (bnc#1184675). - CVE-2021-32399: net/bluetooth/hci_request.c in the Linux kernel has a race condition for removal of the HCI controller (bnc#1184611 bnc#1185898).
  The following non-security bugs were fixed:
  - Drivers: hv: vmbus: Increase wait time for VMbus unload (bsc#1185725). - Drivers: hv: vmbus: Initialize unload_event statically (bsc#1185725). - af_packet: fix the tx skb protocol in raw sockets with ETH_P_ALL (bsc#1176081). - dm: fix redundant IO accounting for bios that need splitting (bsc#1183738). - kabi: preserve struct header_ops after bsc#1176081 fix (bsc#1176081). - net/ethernet: Add parse_protocol header_ops support (bsc#1176081). - net/mlx5e: Remove the wrong assumption about transport offset (bsc#1176081). - net/mlx5e: Trust kernel regarding transport offset (bsc#1176081). - net/packet: Ask driver for protocol if not provided by user (bsc#1176081). - net/packet: Remove redundant skb->protocol set (bsc#1176081). - net: Do not set transport offset to invalid value (bsc#1176081). - net: Introduce parse_protocol header_ops callback (bsc#1176081). - video: hyperv_fb: Add ratelimit on error message (bsc#1185725).
  | 
| Family: | unix | Class: | patch | 
| Status: |  | Reference(s): | 1176081 1179610 1183738 1184611 1184675 1185642 1185725 1185859 1185860 1185861 1185862 1185898 1185987 1186060 1186062 1186111 1186463 1186484 1187038 1187050 1187215 1187452 1187554 1187595 1187601 1188062 1188116 CVE-2007-5970 CVE-2008-7247 CVE-2009-0035 CVE-2009-3297 CVE-2009-4019 CVE-2009-4028 CVE-2009-4030 CVE-2010-0405 CVE-2010-5298 CVE-2011-0541 CVE-2012-2396 CVE-2012-5615 CVE-2013-0221 CVE-2013-0222 CVE-2013-0223 CVE-2013-0240 CVE-2013-1799 CVE-2013-1976 CVE-2013-2124 CVE-2013-4419 CVE-2013-6418 CVE-2014-0195 CVE-2014-0198 CVE-2014-0221 CVE-2014-0224 CVE-2014-2494 CVE-2014-3470 CVE-2014-3540 CVE-2014-3618 CVE-2014-4207 CVE-2014-4258 CVE-2014-4260 CVE-2014-4274 CVE-2014-4287 CVE-2014-5044 CVE-2014-6463 CVE-2014-6464 CVE-2014-6469 CVE-2014-6474 CVE-2014-6478 CVE-2014-6484 CVE-2014-6489 CVE-2014-6491 CVE-2014-6494 CVE-2014-6495 CVE-2014-6496 CVE-2014-6500 CVE-2014-6505 CVE-2014-6507 CVE-2014-6520 CVE-2014-6530 CVE-2014-6551 CVE-2014-6555 CVE-2014-6559 CVE-2014-6564 CVE-2014-6568 CVE-2014-8169 CVE-2014-8964 CVE-2015-0374 CVE-2015-0381 CVE-2015-0382 CVE-2015-0391 CVE-2015-0411 CVE-2015-0432 CVE-2015-0433 CVE-2015-0441 CVE-2015-0499 CVE-2015-0501 CVE-2015-0505 CVE-2015-1038 CVE-2015-2325 CVE-2015-2326 CVE-2015-2568 CVE-2015-2571 CVE-2015-2573 CVE-2015-3152 CVE-2015-3202 CVE-2015-4041 CVE-2015-4042 CVE-2015-4792 CVE-2015-4802 CVE-2015-4807 CVE-2015-4815 CVE-2015-4826 CVE-2015-4830 CVE-2015-4836 CVE-2015-4858 CVE-2015-4861 CVE-2015-4870 CVE-2015-4913 CVE-2015-5276 CVE-2015-5969 CVE-2016-0505 CVE-2016-0546 CVE-2016-0596 CVE-2016-0597 CVE-2016-0598 CVE-2016-0600 CVE-2016-0606 CVE-2016-0608 CVE-2016-0609 CVE-2016-0616 CVE-2016-0640 CVE-2016-0641 CVE-2016-0642 CVE-2016-0643 CVE-2016-0644 CVE-2016-0646 CVE-2016-0647 CVE-2016-0648 CVE-2016-0649 CVE-2016-0650 CVE-2016-0651 CVE-2016-0655 CVE-2016-0666 CVE-2016-0668 CVE-2016-1372 CVE-2016-2047 CVE-2016-2335 CVE-2016-3477 CVE-2016-3492 CVE-2016-3521 CVE-2016-3615 CVE-2016-5440 CVE-2016-5584 CVE-2016-5624 CVE-2016-5626 CVE-2016-5629 CVE-2016-6662 CVE-2016-6663 CVE-2016-6664 CVE-2016-7440 CVE-2016-8283 CVE-2017-10268 CVE-2017-10378 CVE-2017-11671 CVE-2017-16844 CVE-2017-17969 CVE-2017-3238 CVE-2017-3243 CVE-2017-3244 CVE-2017-3257 CVE-2017-3258 CVE-2017-3265 CVE-2017-3291 CVE-2017-3302 CVE-2017-3308 CVE-2017-3309 CVE-2017-3312 CVE-2017-3313 CVE-2017-3317 CVE-2017-3318 CVE-2017-3453 CVE-2017-3456 CVE-2017-3464 CVE-2017-3636 CVE-2017-3641 CVE-2017-3653 CVE-2018-10906 CVE-2018-17407 CVE-2018-2562 CVE-2018-2612 CVE-2018-2622 CVE-2018-2640 CVE-2018-2665 CVE-2018-2668 CVE-2018-2755 CVE-2018-2761 CVE-2018-2766 CVE-2018-2767 CVE-2018-2771 CVE-2018-2781 CVE-2018-2782 CVE-2018-2784 CVE-2018-2787 CVE-2018-2813 CVE-2018-2817 CVE-2018-2819 CVE-2020-24586 CVE-2020-24587 CVE-2020-24588 CVE-2020-26139 CVE-2020-26141 CVE-2020-26145 CVE-2020-26147 CVE-2020-26558 CVE-2020-36385 CVE-2020-36386 CVE-2021-0129 CVE-2021-0512 CVE-2021-0605 CVE-2021-22555 CVE-2021-23133 CVE-2021-23134 CVE-2021-32399 CVE-2021-33034 CVE-2021-33200 CVE-2021-33624 CVE-2021-33909 CVE-2021-34693 CVE-2021-3491 CVE-2021-3609 SUSE-SU-2021:2421-1
  | 
| Platform(s): | openSUSE 13.1 openSUSE 13.2 openSUSE 13.2 NonFree 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 for SAP 11 SP1 SUSE Linux Enterprise for SAP 11 SP4 SUSE Linux Enterprise High Availability 15 SUSE Linux Enterprise High Availability Extension 11 SP3 SUSE Linux Enterprise High Performance Computing 15 SUSE Linux Enterprise Live Patching 12 SUSE Linux Enterprise Live Patching 12 SP3 SUSE Linux Enterprise Module for Advanced Systems Management 12 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for High Performance Computing 12 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Point of Sale 11 SP3 SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT SUSE Linux Enterprise Real Time Extension 11 SP3 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11-SECURITY 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 SP3 SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server 15 SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for SAP Applications 15 SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Software Development Kit 12 SUSE Linux Enterprise Software Development Kit 12 SP1 SUSE Linux Enterprise Software Development Kit 12 SP2 SUSE Linux Enterprise Software Development Kit 12 SP3 SUSE Linux Enterprise Software Development Kit 12 SP4 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2
  | Product(s): |  | 
| Definition Synopsis | 
| SUSE Linux Enterprise Desktop 11 SP4 is installed AND Package Information
MozillaFirefox-38.6.1esr-34.1 is installed
OR MozillaFirefox-translations-38.6.1esr-34.1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
libspice-server1-0.12.4-6.1 is installed
OR spice-0.12.4-6.1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
xscreensaver-5.22-7 is installed
OR xscreensaver-data-5.22-7 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
java-1_8_0-openjdk-1.8.0.111-17 is installed
OR java-1_8_0-openjdk-headless-1.8.0.111-17 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
libwireshark8-2.2.8-48.6 is installed
OR libwiretap6-2.2.8-48.6 is installed
OR libwscodecs1-2.2.8-48.6 is installed
OR libwsutil7-2.2.8-48.6 is installed
OR wireshark-2.2.8-48.6 is installed
OR wireshark-gtk-2.2.8-48.6 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise for SAP 11 SP1 is installed
AND Package Information
java-1_4_2-ibm-sap-1.4.2_sr13.13-0.3.1 is installed
OR java-1_4_2-ibm-sap-devel-1.4.2_sr13.13-0.3.1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise for SAP 11 SP4 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.44.1 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.44.1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise High Availability 15 is installed
AND Package Information
cluster-md-kmp-default-4.12.14-150.75.1 is installed
OR dlm-kmp-default-4.12.14-150.75.1 is installed
OR gfs2-kmp-default-4.12.14-150.75.1 is installed
OR ocfs2-kmp-default-4.12.14-150.75.1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
AND libgnutls-extra26-2.4.1-24.39.51.1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Live Patching 12 is installed
AND Package Information
kgraft-patch-3_12_67-60_64_21-default-4-2 is installed
OR kgraft-patch-3_12_67-60_64_21-xen-4-2 is installed
OR kgraft-patch-SLE12-SP1_Update_10-4-2 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Live Patching 12 SP3 is installed
AND Package Information
kgraft-patch-4_4_103-6_38-default-7-2 is installed
OR kgraft-patch-SLE12-SP3_Update_7-7-2 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
AND Package Information
salt-2016.11.4-45 is installed
OR salt-api-2016.11.4-45 is installed
OR salt-bash-completion-2016.11.4-45 is installed
OR salt-cloud-2016.11.4-45 is installed
OR salt-doc-2016.11.4-45 is installed
OR salt-master-2016.11.4-45 is installed
OR salt-minion-2016.11.4-45 is installed
OR salt-proxy-2016.11.4-45 is installed
OR salt-ssh-2016.11.4-45 is installed
OR salt-syndic-2016.11.4-45 is installed
OR salt-zsh-completion-2016.11.4-45 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Module for Containers 12 is installed
AND Package Information
ruby2.1-rubygem-rack-1_4-1.4.5-8 is installed
OR rubygem-rack-1_4-1.4.5-8 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Module for High Performance Computing 12 is installed
AND Package Information
python-numpy_1_13_3-gnu-hpc-1.13.3-4.9 is installed
OR python-numpy_1_13_3-gnu-hpc-devel-1.13.3-4.9 is installed
OR python2-numpy-gnu-hpc-1.13.3-4.9 is installed
OR python2-numpy-gnu-hpc-devel-1.13.3-4.9 is installed
OR python3-numpy-gnu-hpc-1.13.3-4.9 is installed
OR python3-numpy-gnu-hpc-devel-1.13.3-4.9 is installed
OR python3-numpy_1_13_3-gnu-hpc-1.13.3-4.9 is installed
OR python3-numpy_1_13_3-gnu-hpc-devel-1.13.3-4.9 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
java-1_6_0-ibm-1.6.0_sr16.35-43 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.35-43 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.35-43 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.35-43 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND python-setuptools-1.1.7-7 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-7 is installed
OR php5-5.5.14-7 is installed
OR php5-bcmath-5.5.14-7 is installed
OR php5-bz2-5.5.14-7 is installed
OR php5-calendar-5.5.14-7 is installed
OR php5-ctype-5.5.14-7 is installed
OR php5-curl-5.5.14-7 is installed
OR php5-dba-5.5.14-7 is installed
OR php5-dom-5.5.14-7 is installed
OR php5-enchant-5.5.14-7 is installed
OR php5-exif-5.5.14-7 is installed
OR php5-fastcgi-5.5.14-7 is installed
OR php5-fileinfo-5.5.14-7 is installed
OR php5-fpm-5.5.14-7 is installed
OR php5-ftp-5.5.14-7 is installed
OR php5-gd-5.5.14-7 is installed
OR php5-gettext-5.5.14-7 is installed
OR php5-gmp-5.5.14-7 is installed
OR php5-iconv-5.5.14-7 is installed
OR php5-intl-5.5.14-7 is installed
OR php5-json-5.5.14-7 is installed
OR php5-ldap-5.5.14-7 is installed
OR php5-mbstring-5.5.14-7 is installed
OR php5-mcrypt-5.5.14-7 is installed
OR php5-mysql-5.5.14-7 is installed
OR php5-odbc-5.5.14-7 is installed
OR php5-openssl-5.5.14-7 is installed
OR php5-pcntl-5.5.14-7 is installed
OR php5-pdo-5.5.14-7 is installed
OR php5-pear-5.5.14-7 is installed
OR php5-pgsql-5.5.14-7 is installed
OR php5-pspell-5.5.14-7 is installed
OR php5-shmop-5.5.14-7 is installed
OR php5-snmp-5.5.14-7 is installed
OR php5-soap-5.5.14-7 is installed
OR php5-sockets-5.5.14-7 is installed
OR php5-sqlite-5.5.14-7 is installed
OR php5-suhosin-5.5.14-7 is installed
OR php5-sysvmsg-5.5.14-7 is installed
OR php5-sysvsem-5.5.14-7 is installed
OR php5-sysvshm-5.5.14-7 is installed
OR php5-tokenizer-5.5.14-7 is installed
OR php5-wddx-5.5.14-7 is installed
OR php5-xmlreader-5.5.14-7 is installed
OR php5-xmlrpc-5.5.14-7 is installed
OR php5-xmlwriter-5.5.14-7 is installed
OR php5-xsl-5.5.14-7 is installed
OR php5-zip-5.5.14-7 is installed
OR php5-zlib-5.5.14-7 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
MozillaFirefox-45.8.0esr-68.1 is installed
OR MozillaFirefox-translations-45.8.0esr-68.1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT is installed
AND Package Information
git-2.12.3-27.14 is installed
OR git-core-2.12.3-27.14 is installed
OR git-doc-2.12.3-27.14 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Real Time Extension 11 SP3 is installed
AND Package Information
kernel-rt-3.0.101.rt130-0.33.44.2 is installed
OR kernel-rt-base-3.0.101.rt130-0.33.44.2 is installed
OR kernel-rt-devel-3.0.101.rt130-0.33.44.2 is installed
OR kernel-rt_trace-3.0.101.rt130-0.33.44.2 is installed
OR kernel-rt_trace-base-3.0.101.rt130-0.33.44.2 is installed
OR kernel-rt_trace-devel-3.0.101.rt130-0.33.44.2 is installed
OR kernel-source-rt-3.0.101.rt130-0.33.44.2 is installed
OR kernel-syms-rt-3.0.101.rt130-0.33.44.1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 11 is installed
AND Package Information
dbus-1-1.2.10-3.9.1 is installed
OR dbus-1-32bit-1.2.10-3.9.1 is installed
OR dbus-1-x86-1.2.10-3.9.1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 11 SP1 is installed
AND NetworkManager-gnome-0.7.0.r1053-11.16.61 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND Package Information
xorg-x11-libXt-7.4-1.19.8 is installed
OR xorg-x11-libXt-32bit-7.4-1.19.8 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
MozillaFirefox-17.0.9esr-0.3.1 is installed
OR MozillaFirefox-translations-17.0.9esr-0.3.1 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-17.0.9esr-0.3.1 is installed
OR MozillaFirefox-translations-17.0.9esr-0.3.1 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
MozillaFirefox-17.0.9esr-0.3.1 is installed
OR MozillaFirefox-translations-17.0.9esr-0.3.1 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
curl-7.19.7-1.20.31.1 is installed
OR libcurl4-7.19.7-1.20.31.1 is installed
OR libcurl4-32bit-7.19.7-1.20.31.1 is installed
OR libcurl4-x86-7.19.7-1.20.31.1 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
curl-7.19.7-1.20.31.1 is installed
OR libcurl4-7.19.7-1.20.31.1 is installed
OR libcurl4-32bit-7.19.7-1.20.31.1 is installed
OR libcurl4-x86-7.19.7-1.20.31.1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 11 SP2 is installed
AND amavisd-new-2.7.0-18.7.1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND Package Information
ImageMagick-6.4.3.6-7.34.1 is installed
OR libMagickCore1-6.4.3.6-7.34.1 is installed
OR libMagickCore1-32bit-6.4.3.6-7.34.1 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
apache2-2.2.12-1.46.1 is installed
OR apache2-doc-2.2.12-1.46.1 is installed
OR apache2-example-pages-2.2.12-1.46.1 is installed
OR apache2-prefork-2.2.12-1.46.1 is installed
OR apache2-utils-2.2.12-1.46.1 is installed
OR apache2-worker-2.2.12-1.46.1 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
apache2-2.2.12-1.46.1 is installed
OR apache2-doc-2.2.12-1.46.1 is installed
OR apache2-example-pages-2.2.12-1.46.1 is installed
OR apache2-prefork-2.2.12-1.46.1 is installed
OR apache2-utils-2.2.12-1.46.1 is installed
OR apache2-worker-2.2.12-1.46.1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 11 SP3 is installed
AND NetworkManager-gnome-0.7.1-5.22.28 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
MozillaFirefox-45.8.0esr-68.1 is installed
OR MozillaFirefox-translations-45.8.0esr-68.1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
libdrm-2.4.52-0.7.1 is installed
OR libdrm-32bit-2.4.52-0.7.1 is installed
OR libdrm-x86-2.4.52-0.7.1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 11-SECURITY is installed
AND Package Information
libopenssl1-devel-1.0.1g-0.47.1 is installed
OR libopenssl1_0_0-1.0.1g-0.47.1 is installed
OR libopenssl1_0_0-32bit-1.0.1g-0.47.1 is installed
OR libopenssl1_0_0-x86-1.0.1g-0.47.1 is installed
OR openssl1-1.0.1g-0.47.1 is installed
OR openssl1-doc-1.0.1g-0.47.1 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 12 is installed
AND
apache2-2.4.10-14.10 is installed
OR apache2-doc-2.4.10-14.10 is installed
OR apache2-example-pages-2.4.10-14.10 is installed
OR apache2-mod_auth_kerb-5.4-2.4 is installed
OR apache2-mod_jk-1.2.40-2.6 is installed
OR apache2-mod_security2-2.8.0-3.4 is installed
OR apache2-prefork-2.4.10-14.10 is installed
OR apache2-utils-2.4.10-14.10 is installed
OR apache2-worker-2.4.10-14.10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
apache2-2.4.10-14.10 is installed
OR apache2-doc-2.4.10-14.10 is installed
OR apache2-example-pages-2.4.10-14.10 is installed
OR apache2-mod_auth_kerb-5.4-2.4 is installed
OR apache2-mod_jk-1.2.40-2.6 is installed
OR apache2-mod_security2-2.8.0-3.4 is installed
OR apache2-prefork-2.4.10-14.10 is installed
OR apache2-utils-2.4.10-14.10 is installed
OR apache2-worker-2.4.10-14.10 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 12 is installed
AND Package Information
tigervnc-1.3.0-22 is installed
OR xorg-x11-Xvnc-1.3.0-22 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
libopenssl1_0_0-1.0.1i-36 is installed
OR libopenssl1_0_0-32bit-1.0.1i-36 is installed
OR libopenssl1_0_0-hmac-1.0.1i-36 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.1i-36 is installed
OR openssl-1.0.1i-36 is installed
OR openssl-doc-1.0.1i-36 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_67-60_64_18-default-9-2.1 is installed
OR kgraft-patch-3_12_67-60_64_18-xen-9-2.1 is installed
OR kgraft-patch-SLE12-SP1_Update_9-9-2.1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
apache-commons-beanutils-1.9.2-1 is installed
OR apache-commons-beanutils-javadoc-1.9.2-1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
libsoup-2.54.1-5.3.1 is installed
OR libsoup-2_4-1-2.54.1-5.3.1 is installed
OR libsoup-2_4-1-32bit-2.54.1-5.3.1 is installed
OR libsoup-lang-2.54.1-5.3.1 is installed
OR typelib-1_0-Soup-2_4-2.54.1-5.3.1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 12 SP4 is installed
AND Package Information
alsa-1.0.27.2-15 is installed
OR alsa-docs-1.0.27.2-15 is installed
OR libasound2-1.0.27.2-15 is installed
OR libasound2-32bit-1.0.27.2-15 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server 12 SP5 is installed
AND SuSEfirewall2-3.6.312.333-3.13 is installed
 | 
| Definition Synopsis | 
| Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
ghostscript-9.15-11 is installed
OR ghostscript-x11-9.15-11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
ghostscript-9.15-11 is installed
OR ghostscript-x11-9.15-11 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
apache2-2.4.23-14 is installed
OR apache2-doc-2.4.23-14 is installed
OR apache2-example-pages-2.4.23-14 is installed
OR apache2-prefork-2.4.23-14 is installed
OR apache2-utils-2.4.23-14 is installed
OR apache2-worker-2.4.23-14 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND MozillaFirefox-devel-31.7.0esr-0.8.1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Software Development Kit 12 is installed
AND gd-devel-2.1.0-3 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
AND gnome-shell-devel-3.10.4-40 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Software Development Kit 12 SP2 is installed
AND Package Information
FastCGI-2.4.0-167 is installed
OR perl-FastCGI-2.4.0-167 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
AND apache-pdfbox-1.8.12-1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
AND Package Information
ant-1.9.4-3.3 is installed
OR ant-jmf-1.9.4-3.3 is installed
OR ant-scripts-1.9.4-3.3 is installed
OR ant-swing-1.9.4-3.3 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
flash-player-11.2.202.424-15.1 is installed
OR flash-player-gnome-11.2.202.424-15.1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
freerdp-1.0.2-9.1 is installed
OR libfreerdp-1_0-1.0.2-9.1 is installed
OR libfreerdp-1_0-plugins-1.0.2-9.1 is installed
 | 
| Definition Synopsis | 
| SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
gstreamer-0_10-plugins-good-0.10.31-16.1 is installed
OR gstreamer-0_10-plugins-good-lang-0.10.31-16.1 is installed
 |