Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for xen (Important) |
Description: |
This update for xen fixes several issues.
These security issues were fixed: - CVE-2014-3672: The qemu implementation in libvirt Xen allowed local guest OS users to cause a denial of service (host disk consumption) by writing to stdout or stderr (bsc#981264). - CVE-2016-3158: The xrstor function did not properly handle writes to the hardware FSW.ES bit when running on AMD64 processors, which allowed local guest OS users to obtain sensitive register content information from another guest by leveraging pending exception and mask bits (bsc#973188). - CVE-2016-3159: The fpu_fxrstor function in arch/x86/i387.c did not properly handle writes to the hardware FSW.ES bit when running on AMD64 processors, which allowed local guest OS users to obtain sensitive register content information from another guest by leveraging pending exception and mask bits (bsc#973188). - CVE-2016-3710: The VGA module improperly performed bounds checking on banked access to video memory, which allowed local guest OS administrators to execute arbitrary code on the host by changing access modes after setting the bank register, aka the 'Dark Portal' issue (bsc#978164) - CVE-2016-3960: Integer overflow in the x86 shadow pagetable code allowed local guest OS users to cause a denial of service (host crash) or possibly gain privileges by shadowing a superpage mapping (bsc#974038). - CVE-2016-4001: Buffer overflow in the stellaris_enet_receive function, when the Stellaris ethernet controller is configured to accept large packets, allowed remote attackers to cause a denial of service (QEMU crash) via a large packet (bsc#975130). - CVE-2016-4002: Buffer overflow in the mipsnet_receive function, when the guest NIC is configured to accept large packets, allowed remote attackers to cause a denial of service (memory corruption and QEMU crash) or possibly execute arbitrary code via a packet larger than 1514 bytes (bsc#975138). - CVE-2016-4020: The patch_instruction function did not initialize the imm32 variable, which allowed local guest OS administrators to obtain sensitive information from host stack memory by accessing the Task Priority Register (TPR) (bsc#975907) - CVE-2016-4037: The ehci_advance_state function in hw/usb/hcd-ehci.c allowed local guest OS administrators to cause a denial of service (infinite loop and CPU consumption) via a circular split isochronous transfer descriptor (siTD) list (bsc#976111) - CVE-2016-4439: The esp_reg_write function in the 53C9X Fast SCSI Controller (FSC) support did not properly check command buffer length, which allowed local guest OS administrators to cause a denial of service (out-of-bounds write and QEMU process crash) or potentially execute arbitrary code on the host via unspecified vectors (bsc#980716) - CVE-2016-4441: The get_cmd function in the 53C9X Fast SCSI Controller (FSC) support did not properly check DMA length, which allowed local guest OS administrators to cause a denial of service (out-of-bounds write and QEMU process crash) via unspecified vectors, involving an SCSI command (bsc#980724) - CVE-2016-4453: The vmsvga_fifo_run function allowed local guest OS administrators to cause a denial of service (infinite loop and QEMU process crash) via a VGA command (bsc#982225) - CVE-2016-4454: The vmsvga_fifo_read_raw function allowed local guest OS administrators to obtain sensitive host memory information or cause a denial of service (QEMU process crash) by changing FIFO registers and issuing a VGA command, which triggered an out-of-bounds read (bsc#982224) - CVE-2016-4480: The guest_walk_tables function in arch/x86/mm/guest_walk.c in Xen did not properly handle the Page Size (PS) page table entry bit at the L4 and L3 page table levels, which might have allowed local guest OS users to gain privileges via a crafted mapping of memory (bsc#978295). - CVE-2016-4952: Out-of-bounds access issue in pvsci_ring_init_msg/data routines (bsc#981276) - CVE-2016-4962: The libxl device-handling allowed local OS guest administrators to cause a denial of service (resource consumption or management facility confusion) or gain host OS privileges by manipulating information in guest controlled areas of xenstore (bsc#979620) - CVE-2016-4963: The libxl device-handling allowed local guest OS users with access to the driver domain to cause a denial of service (management tool confusion) by manipulating information in the backend directories in xenstore (bsc#979670) - CVE-2016-5105: Stack information leakage while reading configuration (bsc#982024) - CVE-2016-5106: Out-of-bounds write while setting controller properties (bsc#982025) - CVE-2016-5107: Out-of-bounds read in megasas_lookup_frame() function (bsc#982026) - CVE-2016-5126: Heap-based buffer overflow in the iscsi_aio_ioctl function allowed local guest OS users to cause a denial of service (QEMU process crash) or possibly execute arbitrary code via a crafted iSCSI asynchronous I/O ioctl call (bsc#982286) - CVE-2016-5238: The get_cmd function in hw/scsi/esp.c might have allowed local guest OS administrators to cause a denial of service (out-of-bounds write and QEMU process crash) via vectors related to reading from the information transfer buffer in non-DMA mode (bsc#982960) - CVE-2016-5337: The megasas_ctrl_get_info function allowed local guest OS administrators to obtain sensitive host memory information via vectors related to reading device control information (bsc#983973) - CVE-2016-5338: The (1) esp_reg_read and (2) esp_reg_write functions allowed local guest OS administrators to cause a denial of service (QEMU process crash) or execute arbitrary code on the host via vectors related to the information transfer buffer (bsc#983984) - CVE-2016-5403: virtio: unbounded memory allocation on host via guest leading to DoS (XSA-184) (bsc#990923) - CVE-2016-6258: The PV pagetable code in arch/x86/mm.c in Xen allowed local 32-bit PV guest OS administrators to gain host OS privileges by leveraging fast-paths for updating pagetable entries (bsc#988675) - CVE-2016-6351: The esp_do_dma function in hw/scsi/esp.c, when built with ESP/NCR53C9x controller emulation support, allowed local guest OS administrators to cause a denial of service (out-of-bounds write and QEMU process crash) or execute arbitrary code on the host via vectors involving DMA read into ESP command buffer (bsc#990843). - CVE-2016-6833: A use-after-free issue in the VMWARE VMXNET3 NIC device support allowed privileged user inside guest to crash the Qemu instance resulting in DoS (bsc#994775). - CVE-2016-6834: A infinite loop during packet fragmentation in the VMWARE VMXNET3 NIC device support allowed privileged user inside guest to crash the Qemu instance resulting in DoS (bsc#994421). - CVE-2016-6835: Buffer overflow in the VMWARE VMXNET3 NIC device support, causing an OOB read access (bsc#994625). - CVE-2016-6836: VMWARE VMXNET3 NIC device allowed privileged user inside the guest to leak information. It occured while processing transmit(tx) queue, when it reaches the end of packet (bsc#994761). - CVE-2016-6888: A integer overflow int the VMWARE VMXNET3 NIC device support, during the initialisation of new packets in the device, could have allowed a privileged user inside guest to crash the Qemu instance resulting in DoS (bsc#994772). - CVE-2016-7092: The get_page_from_l3e function in arch/x86/mm.c in Xen allowed local 32-bit PV guest OS administrators to gain host OS privileges via vectors related to L3 recursive pagetables (bsc#995785) - CVE-2016-7093: Xen allowed local HVM guest OS administrators to overwrite hypervisor memory and consequently gain host OS privileges by leveraging mishandling of instruction pointer truncation during emulation (bsc#995789) - CVE-2016-7094: Buffer overflow in Xen allowed local x86 HVM guest OS administrators on guests running with shadow paging to cause a denial of service via a pagetable update (bsc#995792) - CVE-2016-7154: Use-after-free vulnerability in the FIFO event channel code in Xen allowed local guest OS administrators to cause a denial of service (host crash) and possibly execute arbitrary code or obtain sensitive information via an invalid guest frame number (bsc#997731).
These non-security issues were fixed: - bsc#991934: Hypervisor crash in csched_acct - bsc#992224: During boot of Xen Hypervisor, failed to get contiguous memory for DMA - bsc#970135: New virtualization project clock test randomly fails on Xen - bsc#971949: xl: Support (by ignoring) xl migrate --live. xl migrations are always live - bsc#990970: Add PMU support for Intel E7-8867 v4 (fam=6, model=79) - bsc#985503: vif-route broken - bsc#978413: PV guest upgrade from sles11sp4 to sles12sp2 alpha3 failed on sles11sp4 xen host. - bsc#986586: Out of memory (oom) during boot on 'modprobe xenblk' (non xen kernel) - bsc#953339, bsc#953362, bsc#953518, bsc#984981: Implement SUSE specific unplug protocol for emulated PCI devices in PVonHVM guests to qemu-xen-upstream - bsc#958848: HVM guest crash at /usr/src/packages/BUILD/ xen-4.4.2-testing/obj/default/balloon/balloon.c:407 - bsc#982695: xen-4.5.2 qemu fails to boot HVM guest from xvda - bsc#954872: script block-dmmd not working as expected - bsc#961600: : poor performance when Xen HVM domU configured with max memory > current memory - bsc#979035: Restore xm migrate fixes for bsc#955399/ bsc#955399 - bsc#963161: Windows VM getting stuck during load while a VF is assigned to it - bsc#976058: Xen error running simple HVM guest (Post Alpha 2 xen+qemu) - bsc#957986: Indirect descriptors are not compatible with Amazon block backend - bsc#973631: AWS EC2 kdump issue - bsc#964427: Discarding device blocks failed with input/output error
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1001367 1003800 1004477 1005555 1005558 1005562 1005564 1005566 1005569 1005581 1005582 1006166 1006539 1008318 1025013 1025046 1025254 1027593 1030575 1031481 1031660 1039496 1042419 1048367 1058565 1058622 1058624 1060427 1063008 1065000 1068310 1069496 1069509 1069702 1070162 1070805 1076537 1082299 1083125 1083242 1083275 1084536 1085279 1085331 1086162 1086194 1087088 1087260 1088147 1088260 1088261 1089608 1089752 1090643 1102682 1103203 1105323 1130324 1137597 1140747 928193 951734 951735 953339 953362 953518 954429 954872 955399 956018 956021 956260 957105 957106 957107 957109 957110 957986 958501 958848 961600 963161 964427 966435 966436 970135 971949 973188 973631 974038 975130 975138 975907 976058 976111 976942 976943 977614 977615 977616 977617 977621 978164 978295 978413 979035 979620 979670 980716 980724 981264 981276 982024 982025 982026 982224 982225 982286 982695 982960 983973 983984 984981 985503 986586 988675 990843 990890 990923 990970 991934 992224 994421 994625 994761 994772 994775 995785 995789 995792 997731 CVE-2007-4772 CVE-2008-1483 CVE-2014-3615 CVE-2014-3672 CVE-2015-1819 CVE-2015-5312 CVE-2015-7497 CVE-2015-7498 CVE-2015-7499 CVE-2015-7500 CVE-2015-7941 CVE-2015-7942 CVE-2015-8035 CVE-2015-8241 CVE-2015-8242 CVE-2015-8317 CVE-2016-0766 CVE-2016-0773 CVE-2016-10165 CVE-2016-2105 CVE-2016-2106 CVE-2016-2107 CVE-2016-2108 CVE-2016-2109 CVE-2016-3158 CVE-2016-3159 CVE-2016-3492 CVE-2016-3710 CVE-2016-3712 CVE-2016-3960 CVE-2016-4001 CVE-2016-4002 CVE-2016-4020 CVE-2016-4037 CVE-2016-4439 CVE-2016-4441 CVE-2016-4453 CVE-2016-4454 CVE-2016-4480 CVE-2016-4952 CVE-2016-4962 CVE-2016-4963 CVE-2016-5105 CVE-2016-5106 CVE-2016-5107 CVE-2016-5126 CVE-2016-5238 CVE-2016-5337 CVE-2016-5338 CVE-2016-5403 CVE-2016-5584 CVE-2016-5624 CVE-2016-5626 CVE-2016-5629 CVE-2016-6258 CVE-2016-6351 CVE-2016-6663 CVE-2016-6833 CVE-2016-6834 CVE-2016-6835 CVE-2016-6836 CVE-2016-6888 CVE-2016-7092 CVE-2016-7093 CVE-2016-7094 CVE-2016-7154 CVE-2016-7440 CVE-2016-8283 CVE-2016-9841 CVE-2017-0861 CVE-2017-1000364 CVE-2017-1000405 CVE-2017-10281 CVE-2017-10285 CVE-2017-10293 CVE-2017-10295 CVE-2017-10309 CVE-2017-10345 CVE-2017-10346 CVE-2017-10347 CVE-2017-10348 CVE-2017-10349 CVE-2017-10350 CVE-2017-10355 CVE-2017-10356 CVE-2017-10357 CVE-2017-10388 CVE-2017-11089 CVE-2017-12150 CVE-2017-12151 CVE-2017-12163 CVE-2017-13220 CVE-2017-14746 CVE-2017-15275 CVE-2017-15906 CVE-2017-16939 CVE-2017-18203 CVE-2017-2625 CVE-2018-10087 CVE-2018-10124 CVE-2018-1087 CVE-2018-10902 CVE-2018-5390 CVE-2018-7757 CVE-2018-8781 CVE-2018-8822 CVE-2018-8897 CVE-2019-11477 CVE-2019-11478 CVE-2019-9924 SUSE-SU-2016:0049-1 SUSE-SU-2016:0539-1 SUSE-SU-2016:1233-1 SUSE-SU-2016:2533-1 SUSE-SU-2016:2933-1 SUSE-SU-2017:1862-1 SUSE-SU-2017:1937-1 SUSE-SU-2017:2726-1 SUSE-SU-2017:3104-1 SUSE-SU-2017:3226-1 SUSE-SU-2017:3230-1 SUSE-SU-2017:3411-1 SUSE-SU-2018:1220-1 SUSE-SU-2019:0898-1 SUSE-SU-2019:1924-1
|
Platform(s): | openSUSE Leap 42.3 SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 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 Desktop Applications 15 SP1 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Module for Development Tools 15 SP1 SUSE Linux Enterprise Module for High Performance Computing 15 SUSE Linux Enterprise Module for High Performance Computing 15 SP1 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 15 SP1 SUSE Linux Enterprise Module for Python2 packages 15 SP1 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Module for Server Applications 15 SP1 SUSE Linux Enterprise Module for Web Scripting 15 SP1 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-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-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 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 6 SUSE OpenStack Cloud 7
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.3 is installed AND Package Information
cups-filters-1.8.2-3 is installed
OR cups-filters-cups-browsed-1.8.2-3 is installed
OR cups-filters-foomatic-rip-1.8.2-3 is installed
OR cups-filters-ghostscript-1.8.2-3 is installed
|
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
AND Package Information
openstack-cinder-2014.2.3.dev13-1 is installed
OR openstack-cinder-volume-2014.2.3.dev13-1 is installed
OR python-cinder-2014.2.3.dev13-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND icedtea-web-1.4.1-0.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.31 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
grub2-2.00-0.54 is installed
OR grub2-x86_64-efi-2.00-0.54 is installed
OR grub2-x86_64-xen-2.00-0.54 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
libtirpc-0.2.3-13.3 is installed
OR libtirpc1-0.2.3-13.3 is installed
OR libtirpc1-32bit-0.2.3-13.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
libcares2-1.9.1-8 is installed
OR libcares2-32bit-1.9.1-8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND dnsmasq-2.78-18.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
glibc-2.22-100.8 is installed
OR glibc-32bit-2.22-100.8 is installed
OR glibc-devel-2.22-100.8 is installed
OR glibc-devel-32bit-2.22-100.8 is installed
OR glibc-i18ndata-2.22-100.8 is installed
OR glibc-locale-2.22-100.8 is installed
OR glibc-locale-32bit-2.22-100.8 is installed
OR nscd-2.22-100.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
clamav-0.100.0-1 is installed
OR clamav-devel-0.100.0-1 is installed
OR libclamav7-0.100.0-1 is installed
OR libclammspack0-0.100.0-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
AND Package Information
amavisd-new-2.11.1-6.3 is installed
OR amavisd-new-docs-2.11.1-6.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 15 is installed
AND docker-runc-1.0.0rc5+gitr3562_69663f0bd4b6-6.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
gstreamer-plugins-bad-1.12.5-1 is installed
OR gstreamer-plugins-bad-devel-1.12.5-1 is installed
OR gstreamer-plugins-bad-lang-1.12.5-1 is installed
OR libgstadaptivedemux-1_0-0-1.12.5-1 is installed
OR libgstbadallocators-1_0-0-1.12.5-1 is installed
OR libgstbadaudio-1_0-0-1.12.5-1 is installed
OR libgstbadbase-1_0-0-1.12.5-1 is installed
OR libgstbadvideo-1_0-0-1.12.5-1 is installed
OR libgstbasecamerabinsrc-1_0-0-1.12.5-1 is installed
OR libgstcodecparsers-1_0-0-1.12.5-1 is installed
OR libgstinsertbin-1_0-0-1.12.5-1 is installed
OR libgstmpegts-1_0-0-1.12.5-1 is installed
OR libgstplayer-1_0-0-1.12.5-1 is installed
OR libgsturidownloader-1_0-0-1.12.5-1 is installed
OR libgstwayland-1_0-0-1.12.5-1 is installed
OR typelib-1_0-GstBadAllocators-1_0-1.12.5-1 is installed
OR typelib-1_0-GstGL-1_0-1.12.5-1 is installed
OR typelib-1_0-GstInsertBin-1_0-1.12.5-1 is installed
OR typelib-1_0-GstMpegts-1_0-1.12.5-1 is installed
OR typelib-1_0-GstPlayer-1_0-1.12.5-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
AND Package Information
libplist++-devel-2.0.0-1 is installed
OR libplist++3-2.0.0-1 is installed
OR libplist-devel-2.0.0-1 is installed
OR libplist3-2.0.0-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND apache-pdfbox-1.8.12-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 SP1 is installed
AND pam-devel-32bit-1.3.0-6.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for High Performance Computing 15 is installed
AND Package Information
libpmi0-17.11.5-4 is installed
OR libslurm32-17.11.5-4 is installed
OR perl-slurm-17.11.5-4 is installed
OR slurm-17.11.5-4 is installed
OR slurm-auth-none-17.11.5-4 is installed
OR slurm-config-17.11.5-4 is installed
OR slurm-devel-17.11.5-4 is installed
OR slurm-doc-17.11.5-4 is installed
OR slurm-lua-17.11.5-4 is installed
OR slurm-munge-17.11.5-4 is installed
OR slurm-node-17.11.5-4 is installed
OR slurm-pam_slurm-17.11.5-4 is installed
OR slurm-plugins-17.11.5-4 is installed
OR slurm-slurmdbd-17.11.5-4 is installed
OR slurm-sql-17.11.5-4 is installed
OR slurm-torque-17.11.5-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for High Performance Computing 15 SP1 is installed
AND Package Information
python2-numpy-gnu-hpc-1.14.0-4.5 is installed
OR python2-numpy-gnu-hpc-devel-1.14.0-4.5 is installed
OR python2-numpy_1_14_0-gnu-hpc-1.14.0-4.5 is installed
OR python2-numpy_1_14_0-gnu-hpc-devel-1.14.0-4.5 is installed
OR python3-numpy-gnu-hpc-1.14.0-4.5 is installed
OR python3-numpy-gnu-hpc-devel-1.14.0-4.5 is installed
OR python3-numpy_1_14_0-gnu-hpc-1.14.0-4.5 is installed
OR python3-numpy_1_14_0-gnu-hpc-devel-1.14.0-4.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 is installed
AND kernel-livepatch-tools-1.1-5.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND Package Information
libopenssl1_0_0-hmac-1.0.2p-3.11 is installed
OR libopenssl1_0_0-steam-1.0.2p-3.11 is installed
OR openssl-1_0_0-1.0.2p-3.11 is installed
OR openssl-1_0_0-cavs-1.0.2p-3.11 is installed
OR openssl-1_0_0-doc-1.0.2p-3.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
AND Package Information
java-1_8_0-openjdk-1.8.0.222-3.24 is installed
OR java-1_8_0-openjdk-accessibility-1.8.0.222-3.24 is installed
OR java-1_8_0-openjdk-javadoc-1.8.0.222-3.24 is installed
OR java-1_8_0-openjdk-src-1.8.0.222-3.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 15 SP1 is installed
AND rmt-server-pubcloud-1.2.2-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Python2 packages 15 SP1 is installed
AND Package Information
python-curses-2.7.14-7.11 is installed
OR python-gdbm-2.7.14-7.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
apache2-2.4.33-1 is installed
OR apache2-devel-2.4.33-1 is installed
OR apache2-doc-2.4.33-1 is installed
OR apache2-prefork-2.4.33-1 is installed
OR apache2-utils-2.4.33-1 is installed
OR apache2-worker-2.4.33-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
AND Package Information
libwsman-devel-2.6.7-3.3 is installed
OR libwsman3-2.6.7-3.3 is installed
OR openwsman-server-2.6.7-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 15 SP1 is installed
AND apache-commons-beanutils-1.9.2-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
libjasper-1.900.1-134.17 is installed
OR libjasper-32bit-1.900.1-134.17 is installed
OR libjasper-x86-1.900.1-134.17 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libjasper-1.900.1-134.17 is installed
OR libjasper-32bit-1.900.1-134.17 is installed
OR libjasper-x86-1.900.1-134.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
kernel-bigsmp-3.0.101-0.47.106.35 is installed
OR kernel-bigsmp-base-3.0.101-0.47.106.35 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.106.35 is installed
OR kernel-default-3.0.101-0.47.106.35 is installed
OR kernel-default-base-3.0.101-0.47.106.35 is installed
OR kernel-default-devel-3.0.101-0.47.106.35 is installed
OR kernel-default-man-3.0.101-0.47.106.35 is installed
OR kernel-ec2-3.0.101-0.47.106.35 is installed
OR kernel-ec2-base-3.0.101-0.47.106.35 is installed
OR kernel-ec2-devel-3.0.101-0.47.106.35 is installed
OR kernel-pae-3.0.101-0.47.106.35 is installed
OR kernel-pae-base-3.0.101-0.47.106.35 is installed
OR kernel-pae-devel-3.0.101-0.47.106.35 is installed
OR kernel-source-3.0.101-0.47.106.35 is installed
OR kernel-syms-3.0.101-0.47.106.35 is installed
OR kernel-trace-3.0.101-0.47.106.35 is installed
OR kernel-trace-base-3.0.101-0.47.106.35 is installed
OR kernel-trace-devel-3.0.101-0.47.106.35 is installed
OR kernel-xen-3.0.101-0.47.106.35 is installed
OR kernel-xen-base-3.0.101-0.47.106.35 is installed
OR kernel-xen-devel-3.0.101-0.47.106.35 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND Package Information
ansible-2.3.2.0-11.5 is installed
OR libyaml-0.1.3-0.10.22.2 is installed
OR libyaml-0-2-0.1.3-0.10.22.2 is installed
OR python-Jinja2-2.6-2.19.2 is installed
OR python-PyYAML-3.10-0.15.2 is installed
OR python-ecdsa-0.10-0.3.2 is installed
OR python-paramiko-1.13.1-0.3.2 is installed
OR python-pycrypto-2.6-0.3.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
postgresql93-9.3.11-14 is installed
OR postgresql93-contrib-9.3.11-14 is installed
OR postgresql93-docs-9.3.11-14 is installed
OR postgresql93-server-9.3.11-14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
postgresql93-9.3.11-14 is installed
OR postgresql93-contrib-9.3.11-14 is installed
OR postgresql93-docs-9.3.11-14 is installed
OR postgresql93-server-9.3.11-14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
fuse-2.9.3-3 is installed
OR libfuse2-2.9.3-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
libmysqlclient18-10.0.28-17 is installed
OR libmysqlclient18-32bit-10.0.28-17 is installed
OR mariadb-10.0.28-17 is installed
OR mariadb-client-10.0.28-17 is installed
OR mariadb-errormessages-10.0.28-17 is installed
OR mariadb-tools-10.0.28-17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
libmysqlclient18-10.0.28-17 is installed
OR libmysqlclient18-32bit-10.0.28-17 is installed
OR mariadb-10.0.28-17 is installed
OR mariadb-client-10.0.28-17 is installed
OR mariadb-errormessages-10.0.28-17 is installed
OR mariadb-tools-10.0.28-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
automake-1.13.4-4 is installed
OR m4-1.4.16-15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_69-60_64_29-default-5-3 is installed
OR kgraft-patch-3_12_69-60_64_29-xen-5-3 is installed
OR kgraft-patch-SLE12-SP1_Update_12-5-3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_69-60_64_29-default-5-3 is installed
OR kgraft-patch-3_12_69-60_64_29-xen-5-3 is installed
OR kgraft-patch-SLE12-SP1_Update_12-5-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND wget-1.14-21.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libXdmcp-1.1.1-10 is installed
OR libXdmcp6-1.1.1-10 is installed
OR libXdmcp6-32bit-1.1.1-10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libXdmcp-1.1.1-10 is installed
OR libXdmcp6-1.1.1-10 is installed
OR libXdmcp6-32bit-1.1.1-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
MozillaFirefox-45.4.0esr-81 is installed
OR MozillaFirefox-translations-45.4.0esr-81 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
java-1_7_0-openjdk-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-demo-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-devel-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-headless-1.7.0.181-43.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
java-1_7_0-openjdk-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-demo-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-devel-1.7.0.181-43.15 is installed
OR java-1_7_0-openjdk-headless-1.7.0.181-43.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
ghostscript-9.26-23.16 is installed
OR ghostscript-x11-9.26-23.16 is installed
OR libspectre-0.2.7-12.4 is installed
OR libspectre1-0.2.7-12.4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
ghostscript-9.26-23.16 is installed
OR ghostscript-x11-9.26-23.16 is installed
OR libspectre-0.2.7-12.4 is installed
OR libspectre1-0.2.7-12.4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND ucode-intel-20180425-13.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND ucode-intel-20180425-13.20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
kgraft-patch-4_4_103-92_53-default-7-2 is installed
OR kgraft-patch-SLE12-SP2_Update_16-7-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libshibsp-lite6-2.5.5-6.3 is installed
OR libshibsp6-2.5.5-6.3 is installed
OR shibboleth-sp-2.5.5-6.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libshibsp-lite6-2.5.5-6.3 is installed
OR libshibsp6-2.5.5-6.3 is installed
OR shibboleth-sp-2.5.5-6.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
ImageMagick-6.8.8.1-71.42 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-71.42 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-71.42 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
java-1_7_0-openjdk-1.7.0.251-43.35 is installed
OR java-1_7_0-openjdk-demo-1.7.0.251-43.35 is installed
OR java-1_7_0-openjdk-devel-1.7.0.251-43.35 is installed
OR java-1_7_0-openjdk-headless-1.7.0.251-43.35 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
java-1_7_0-openjdk-1.7.0.251-43.35 is installed
OR java-1_7_0-openjdk-demo-1.7.0.251-43.35 is installed
OR java-1_7_0-openjdk-devel-1.7.0.251-43.35 is installed
OR java-1_7_0-openjdk-headless-1.7.0.251-43.35 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_162-94_69-default-7-2 is installed
OR kgraft-patch-SLE12-SP3_Update_21-7-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_162-94_69-default-7-2 is installed
OR kgraft-patch-SLE12-SP3_Update_21-7-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
libX11-1.6.2-12.5 is installed
OR libX11-6-1.6.2-12.5 is installed
OR libX11-6-32bit-1.6.2-12.5 is installed
OR libX11-data-1.6.2-12.5 is installed
OR libX11-xcb1-1.6.2-12.5 is installed
OR libX11-xcb1-32bit-1.6.2-12.5 is installed
OR libxcb-1.10-4.3 is installed
OR libxcb-dri2-0-1.10-4.3 is installed
OR libxcb-dri2-0-32bit-1.10-4.3 is installed
OR libxcb-dri3-0-1.10-4.3 is installed
OR libxcb-dri3-0-32bit-1.10-4.3 is installed
OR libxcb-glx0-1.10-4.3 is installed
OR libxcb-glx0-32bit-1.10-4.3 is installed
OR libxcb-present0-1.10-4.3 is installed
OR libxcb-present0-32bit-1.10-4.3 is installed
OR libxcb-randr0-1.10-4.3 is installed
OR libxcb-render0-1.10-4.3 is installed
OR libxcb-render0-32bit-1.10-4.3 is installed
OR libxcb-shape0-1.10-4.3 is installed
OR libxcb-shm0-1.10-4.3 is installed
OR libxcb-shm0-32bit-1.10-4.3 is installed
OR libxcb-sync1-1.10-4.3 is installed
OR libxcb-sync1-32bit-1.10-4.3 is installed
OR libxcb-xf86dri0-1.10-4.3 is installed
OR libxcb-xfixes0-1.10-4.3 is installed
OR libxcb-xfixes0-32bit-1.10-4.3 is installed
OR libxcb-xinerama0-1.10-4.3 is installed
OR libxcb-xkb1-1.10-4.3 is installed
OR libxcb-xkb1-32bit-1.10-4.3 is installed
OR libxcb-xv0-1.10-4.3 is installed
OR libxcb1-1.10-4.3 is installed
OR libxcb1-32bit-1.10-4.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
libX11-1.6.2-12.5 is installed
OR libX11-6-1.6.2-12.5 is installed
OR libX11-6-32bit-1.6.2-12.5 is installed
OR libX11-data-1.6.2-12.5 is installed
OR libX11-xcb1-1.6.2-12.5 is installed
OR libX11-xcb1-32bit-1.6.2-12.5 is installed
OR libxcb-1.10-4.3 is installed
OR libxcb-dri2-0-1.10-4.3 is installed
OR libxcb-dri2-0-32bit-1.10-4.3 is installed
OR libxcb-dri3-0-1.10-4.3 is installed
OR libxcb-dri3-0-32bit-1.10-4.3 is installed
OR libxcb-glx0-1.10-4.3 is installed
OR libxcb-glx0-32bit-1.10-4.3 is installed
OR libxcb-present0-1.10-4.3 is installed
OR libxcb-present0-32bit-1.10-4.3 is installed
OR libxcb-randr0-1.10-4.3 is installed
OR libxcb-render0-1.10-4.3 is installed
OR libxcb-render0-32bit-1.10-4.3 is installed
OR libxcb-shape0-1.10-4.3 is installed
OR libxcb-shm0-1.10-4.3 is installed
OR libxcb-shm0-32bit-1.10-4.3 is installed
OR libxcb-sync1-1.10-4.3 is installed
OR libxcb-sync1-32bit-1.10-4.3 is installed
OR libxcb-xf86dri0-1.10-4.3 is installed
OR libxcb-xfixes0-1.10-4.3 is installed
OR libxcb-xfixes0-32bit-1.10-4.3 is installed
OR libxcb-xinerama0-1.10-4.3 is installed
OR libxcb-xkb1-1.10-4.3 is installed
OR libxcb-xkb1-32bit-1.10-4.3 is installed
OR libxcb-xv0-1.10-4.3 is installed
OR libxcb1-1.10-4.3 is installed
OR libxcb1-32bit-1.10-4.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND Package Information
java-1_8_0-ibm-1.8.0_sr5.20-30.36 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.20-30.36 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.20-30.36 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
openssh-7.2p2-74.30 is installed
OR openssh-askpass-gnome-7.2p2-74.30 is installed
OR openssh-fips-7.2p2-74.30 is installed
OR openssh-helpers-7.2p2-74.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
openssh-7.2p2-74.30 is installed
OR openssh-askpass-gnome-7.2p2-74.30 is installed
OR openssh-fips-7.2p2-74.30 is installed
OR openssh-helpers-7.2p2-74.30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
libpython3_4m1_0-3.4.6-25.34 is installed
OR libpython3_4m1_0-32bit-3.4.6-25.34 is installed
OR python3-3.4.6-25.34 is installed
OR python3-base-3.4.6-25.34 is installed
OR python3-curses-3.4.6-25.34 is installed
OR python3-tk-3.4.6-25.34 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
libpython3_4m1_0-3.4.6-25.34 is installed
OR libpython3_4m1_0-32bit-3.4.6-25.34 is installed
OR python3-3.4.6-25.34 is installed
OR python3-base-3.4.6-25.34 is installed
OR python3-curses-3.4.6-25.34 is installed
OR python3-tk-3.4.6-25.34 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
xen-4.4.4_04-22.22 is installed
OR xen-doc-html-4.4.4_04-22.22 is installed
OR xen-kmp-default-4.4.4_04_k3.12.60_52.54-22.22 is installed
OR xen-libs-4.4.4_04-22.22 is installed
OR xen-libs-32bit-4.4.4_04-22.22 is installed
OR xen-tools-4.4.4_04-22.22 is installed
OR xen-tools-domU-4.4.4_04-22.22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
xen-4.4.4_04-22.22 is installed
OR xen-doc-html-4.4.4_04-22.22 is installed
OR xen-kmp-default-4.4.4_04_k3.12.60_52.54-22.22 is installed
OR xen-libs-4.4.4_04-22.22 is installed
OR xen-libs-32bit-4.4.4_04-22.22 is installed
OR xen-tools-4.4.4_04-22.22 is installed
OR xen-tools-domU-4.4.4_04-22.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
flash-player-11.2.202.577-123 is installed
OR flash-player-gnome-11.2.202.577-123 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
libuuid-devel-2.28-42 is installed
OR util-linux-2.28-42 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
kernel-default-4.4.92-6.18 is installed
OR kernel-default-extra-4.4.92-6.18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
bluez-5.13-5.7 is installed
OR bluez-cups-5.13-5.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
libotr-devel-4.1.1-2 is installed
OR libotr5-4.1.1-2 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND Package Information
openstack-swift-2.1.0-4 is installed
OR openstack-swift-account-2.1.0-4 is installed
OR openstack-swift-container-2.1.0-4 is installed
OR openstack-swift-object-2.1.0-4 is installed
OR openstack-swift-proxy-2.1.0-4 is installed
OR python-swift-2.1.0-4 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
libopenssl-devel-1.0.2j-60.39 is installed
OR libopenssl1_0_0-1.0.2j-60.39 is installed
OR libopenssl1_0_0-32bit-1.0.2j-60.39 is installed
OR libopenssl1_0_0-hmac-1.0.2j-60.39 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.39 is installed
OR openssl-1.0.2j-60.39 is installed
OR openssl-doc-1.0.2j-60.39 is installed
|