Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 SP1 kernel was updated receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2018-14634: Prevent integer overflow in create_elf_tables that allowed a local attacker to exploit this vulnerability via a SUID-root binary and obtain full root privileges (bsc#1108912) - CVE-2018-14617: Prevent NULL pointer dereference and panic in hfsplus_lookup() when opening a file (that is purportedly a hard link) in an hfs+ filesystem that has malformed catalog data, and is mounted read-only without a metadata directory (bsc#1102870) - CVE-2018-16276: Incorrect bounds checking in the yurex USB driver in yurex_read allowed local attackers to use user access read/writes to crash the kernel or potentially escalate privileges (bsc#1106095) - CVE-2018-12896: Prevent integer overflow in the POSIX timer code that was caused by the way the overrun accounting works. Depending on interval and expiry time values, the overrun can be larger than INT_MAX, but the accounting is int based. This basically made the accounting values, which are visible to user space via timer_getoverrun(2) and siginfo::si_overrun, random. This allowed a local user to cause a denial of service (signed integer overflow) via crafted mmap, futex, timer_create, and timer_settime system calls (bnc#1099922) - CVE-2018-13093: Prevent NULL pointer dereference and panic in lookup_slow() on a NULL inode->i_ops pointer when doing pathwalks on a corrupted xfs image. This occured because of a lack of proper validation that cached inodes are free during allocation (bnc#1100001) - CVE-2018-10940: The cdrom_ioctl_media_changed function allowed local attackers to use a incorrect bounds check in the CDROM driver CDROM_MEDIA_CHANGED ioctl to read out kernel memory (bsc#1092903) - CVE-2018-16658: Prevent information leak in cdrom_ioctl_drive_status that could have been used by local attackers to read kernel memory (bnc#1107689) - CVE-2018-6555: The irda_setsockopt function allowed local users to cause a denial of service (ias_object use-after-free and system crash) or possibly have unspecified other impact via an AF_IRDA socket (bnc#1106511) - CVE-2018-6554: Prevent memory leak in the irda_bind function that allowed local users to cause a denial of service (memory consumption) by repeatedly binding an AF_IRDA socket (bnc#1106509) - CVE-2018-10902: Protect against concurrent access to prevent double realloc (double free) in snd_rawmidi_input_params() and snd_rawmidi_output_status(). A malicious local attacker could have used this for privilege escalation (bnc#1105322) - CVE-2018-10879: A local user could have caused a use-after-free in ext4_xattr_set_entry function and a denial of service or unspecified other impact by renaming a file in a crafted ext4 filesystem image (bsc#1099844) - CVE-2018-10883: A local user could have caused an out-of-bounds write in jbd2_journal_dirty_metadata(), a denial of service, and a system crash by mounting and operating on a crafted ext4 filesystem image (bsc#1099863) - CVE-2018-10880: Prevent stack-out-of-bounds write in the ext4 filesystem code when mounting and writing to a crafted ext4 image in ext4_update_inline_data(). An attacker could have used this to cause a system crash and a denial of service (bsc#1099845) - CVE-2018-10882: A local user could have caused an out-of-bound write, a denial of service, and a system crash by unmounting a crafted ext4 filesystem image (bsc#1099849) - CVE-2018-10881: A local user could have caused an out-of-bound access in ext4_get_group_info function, a denial of service, and a system crash by mounting and operating on a crafted ext4 filesystem image (bsc#1099864) - CVE-2018-10877: Prevent out-of-bound access in the ext4_ext_drop_refs() function when operating on a crafted ext4 filesystem image (bsc#1099846) - CVE-2018-10876: A use-after-free was possible in ext4_ext_remove_space() function when mounting and operating a crafted ext4 image (bsc#1099811) - CVE-2018-10878: A local user could have caused an out-of-bounds write and a denial of service or unspecified other impact by mounting and operating a crafted ext4 filesystem image (bsc#1099813) - CVE-2018-10853: The KVM hypervisor did not check current privilege(CPL) level while emulating unprivileged instructions. An unprivileged guest user/process could have used this flaw to potentially escalate privileges inside guest (bsc#1097104).
The following non-security bugs were fixed:
- KEYS: prevent creating a different user's keyrings (bnc#1065999). - KVM: MMU: always terminate page walks at level 1 (bsc#1062604). - KVM: MMU: simplify last_pte_bitmap (bsc#1062604). - KVM: VMX: Work around kABI breakage in 'enum vmx_l1d_flush_state' (bsc#1106369). - KVM: VMX: fixes for vmentry_l1d_flush module parameter (bsc#1106369). - KVM: nVMX: update last_nonleaf_level when initializing nested EPT (bsc#1062604). - Refresh patches.xen/xen3-x86-l1tf-04-protect-PROT_NONE-ptes.patch (bsc#1105100). - Do not report CPU affected by L1TF when ARCH_CAP_RDCL_NO bit is set (bsc#1104906). - Revert '- Disable patches.arch/x86-mm-Simplify-p-g4um-d_page-macros.patch' (bnc#1104818) - bcache: avoid unncessary cache prefetch bch_btree_node_get(). - bcache: calculate the number of incremental GC nodes according to the total of btree nodes. - bcache: display rate debug parameters to 0 when writeback is not running. - bcache: do not check return value of debugfs_create_dir(). - bcache: finish incremental GC. - bcache: fix I/O significant decline while backend devices registering. - bcache: fix error setting writeback_rate through sysfs interface (bsc#1064233). - bcache: free heap cache_set->flush_btree in bch_journal_free. - bcache: make the pr_err statement used for ENOENT only in sysfs_attatch section. - bcache: release dc->writeback_lock properly in bch_writeback_thread(). - bcache: set max writeback rate when I/O request is idle (bsc#1064233). - bcache: simplify the calculation of the total amount of flash dirty data. - cifs: Fix infinite loop when using hard mount option (bsc#1091171). - ext4: check for allocation block validity with block group locked (bsc#1104495). - ext4: do not update checksum of new initialized bitmaps (bnc#1012382). - ext4: fix check to prevent initializing reserved inodes (bsc#1104319). - ext4: fix false negatives *and* false positives in ext4_check_descriptors() (bsc#1103445). - restore cond_resched() in shrink_dcache_parent(). - usbip: vhci_sysfs: fix potential Spectre v1 (bsc#1096547). - x86, l1tf: Protect PROT_NONE PTEs against speculation fixup (bnc#1104818). - x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry (bsc#1106369). - xen, x86, l1tf: Protect PROT_NONE PTEs against speculation fixup (bnc#1104818). - xfs: Remove dead code from inode recover function (bsc#1105396). - xfs: convert XFS_AGFL_SIZE to a helper function (bsc#1090955, bsc#1090534). - xfs: detect agfl count corruption and reset agfl (bsc#1090955, bsc#1090534). - xfs: do not log/recover swapext extent owner changes for deleted inodes (bsc#1090955). - xfs: protect inode ->di_dmstate with a spinlock (bsc#1024788). - xfs: repair malformed inode items during log recovery (bsc#1105396).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1002573 1012382 1024788 1027519 1032598 1037413 1045327 1046637 1047675 1048920 1049578 1051787 1051788 1052686 1056278 1056281 1056282 1057950 1062604 1064233 1065999 1090534 1090955 1091171 1092903 1096547 1097104 1097108 1099811 1099813 1099844 1099845 1099846 1099849 1099863 1099864 1099922 1100001 1102870 1103445 1104319 1104495 1104818 1104906 1105100 1105322 1105323 1105396 1106095 1106369 1106509 1106511 1107689 1108912 1111622 1121826 1122668 1136976 1154328 1167373 1173304 1173991 1174284 1175686 1176012 1176072 1176382 1176896 1176931 1177158 1178593 897874 898439 912002 921070 972335 975947 CVE-2014-5351 CVE-2014-5352 CVE-2014-9421 CVE-2014-9422 CVE-2014-9423 CVE-2015-1782 CVE-2016-3627 CVE-2017-1000251 CVE-2017-10664 CVE-2017-10806 CVE-2017-11334 CVE-2017-11434 CVE-2017-12135 CVE-2017-12137 CVE-2017-12855 CVE-2017-14316 CVE-2017-14317 CVE-2017-14319 CVE-2017-15274 CVE-2017-18926 CVE-2018-10853 CVE-2018-10876 CVE-2018-10877 CVE-2018-10878 CVE-2018-10879 CVE-2018-10880 CVE-2018-10881 CVE-2018-10882 CVE-2018-10883 CVE-2018-10902 CVE-2018-10940 CVE-2018-12896 CVE-2018-13093 CVE-2018-14617 CVE-2018-14634 CVE-2018-16276 CVE-2018-16658 CVE-2018-18074 CVE-2018-6554 CVE-2018-6555 CVE-2019-18860 CVE-2019-3693 CVE-2019-6133 CVE-2019-8457 CVE-2020-0429 CVE-2020-0431 CVE-2020-14059 CVE-2020-14355 CVE-2020-14381 CVE-2020-14386 CVE-2020-15663 CVE-2020-15664 CVE-2020-15670 CVE-2020-25212 SUSE-SU-2015:0290-1 SUSE-SU-2015:0669-1 SUSE-SU-2016:1204-1 SUSE-SU-2017:2541-1 SUSE-SU-2017:2770-1 SUSE-SU-2017:2772-1 SUSE-SU-2018:2908-2 SUSE-SU-2019:1601-1 SUSE-SU-2019:2035-1 SUSE-SU-2019:3076-1 SUSE-SU-2020:0555-1 SUSE-SU-2020:1803-1 SUSE-SU-2020:2544-1 SUSE-SU-2020:3084-1 SUSE-SU-2020:3351-1
|
Platform(s): | 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 Desktop Applications 15 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Module for Development Tools 15 SP1 SUSE Linux Enterprise Module for Python2 packages 15 SP1 SUSE Linux Enterprise Module for SAP Applications 15 SUSE Linux Enterprise Module for Server Applications 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-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 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE OpenStack Cloud 6 SUSE OpenStack Cloud Crowbar 8
| Product(s): | |
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed AND Package Information
MozillaFirefox-10.0.7-0.3 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
OR MozillaFirefox-translations-10.0.7-0.3 is installed
OR libfreebl3-3.13.6-0.5 is installed
OR libfreebl3-32bit-3.13.6-0.5 is installed
OR mozilla-nspr-4.9.2-0.6 is installed
OR mozilla-nspr-32bit-4.9.2-0.6 is installed
OR mozilla-nss-3.13.6-0.5 is installed
OR mozilla-nss-32bit-3.13.6-0.5 is installed
OR mozilla-nss-tools-3.13.6-0.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
elfutils-0.152-4.9 is installed
OR libasm1-0.152-4.9 is installed
OR libdw1-0.152-4.9 is installed
OR libdw1-32bit-0.152-4.9 is installed
OR libebl1-0.152-4.9 is installed
OR libebl1-32bit-0.152-4.9 is installed
OR libelf1-0.152-4.9 is installed
OR libelf1-32bit-0.152-4.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND cabextract-1.2-2.12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
libxerces-c-3_1-3.1.1-4 is installed
OR libxerces-c-3_1-32bit-3.1.1-4 is installed
OR xerces-c-3.1.1-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
kernel-default-3.12.59-60.45 is installed
OR kernel-default-devel-3.12.59-60.45 is installed
OR kernel-default-extra-3.12.59-60.45 is installed
OR kernel-devel-3.12.59-60.45 is installed
OR kernel-macros-3.12.59-60.45 is installed
OR kernel-source-3.12.59-60.45 is installed
OR kernel-syms-3.12.59-60.45 is installed
OR kernel-xen-3.12.59-60.45 is installed
OR kernel-xen-devel-3.12.59-60.45 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
libopenssl-devel-1.0.2j-55 is installed
OR libopenssl1_0_0-1.0.2j-55 is installed
OR libopenssl1_0_0-32bit-1.0.2j-55 is installed
OR openssl-1.0.2j-55 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
libXi6-1.7.4-17 is installed
OR libXi6-32bit-1.7.4-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
avahi-0.6.32-30 is installed
OR avahi-lang-0.6.32-30 is installed
OR libavahi-client3-0.6.32-30 is installed
OR libavahi-client3-32bit-0.6.32-30 is installed
OR libavahi-common3-0.6.32-30 is installed
OR libavahi-common3-32bit-0.6.32-30 is installed
OR libavahi-core7-0.6.32-30 is installed
OR libdns_sd-0.6.32-30 is installed
OR libdns_sd-32bit-0.6.32-30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
grub2-2.02-17 is installed
OR grub2-i386-pc-2.02-17 is installed
OR grub2-snapper-plugin-2.02-17 is installed
OR grub2-systemd-sleep-plugin-2.02-17 is installed
OR grub2-x86_64-efi-2.02-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
AND Package Information
expat-2.2.5-1 is installed
OR libexpat-devel-2.2.5-1 is installed
OR libexpat1-2.2.5-1 is installed
OR libexpat1-32bit-2.2.5-1 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 Development Tools 15 is installed
AND Package Information
subversion-bash-completion-1.10.0-1 is installed
OR subversion-perl-1.10.0-1 is installed
OR subversion-python-1.10.0-1 is installed
OR subversion-tools-1.10.0-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 SP1 is installed
AND Package Information
systemtap-3.2-7.6 is installed
OR systemtap-runtime-3.2-7.6 is installed
OR systemtap-sdt-devel-3.2-7.6 is installed
OR systemtap-server-3.2-7.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Python2 packages 15 SP1 is installed
AND python2-salt-2019.2.0-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for SAP Applications 15 is installed
AND clamsap-0.99.25-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
AND Package Information
libapr-util1-dbd-mysql-1.6.1-4.3 is installed
OR libapr-util1-dbd-pgsql-1.6.1-4.3 is installed
OR libapr-util1-dbd-sqlite3-1.6.1-4.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
MozillaFirefox-31.3.0esr-0.8 is installed
OR MozillaFirefox-translations-31.3.0esr-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
MozillaFirefox-31.3.0esr-0.8 is installed
OR MozillaFirefox-translations-31.3.0esr-0.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND LibVNCServer-0.9.1-160.6 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND LibVNCServer-0.9.1-160.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND ansible-2.2.0.0-10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
libssh2-1-1.4.3-11 is installed
OR libssh2-1-32bit-1.4.3-11 is installed
OR libssh2_org-1.4.3-11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
libssh2-1-1.4.3-11 is installed
OR libssh2-1-32bit-1.4.3-11 is installed
OR libssh2_org-1.4.3-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
apache2-2.4.10-6 is installed
OR apache2-doc-2.4.10-6 is installed
OR apache2-example-pages-2.4.10-6 is installed
OR apache2-prefork-2.4.10-6 is installed
OR apache2-utils-2.4.10-6 is installed
OR apache2-worker-2.4.10-6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND ctags-5.8-7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND ctags-5.8-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
java-1_8_0-openjdk-1.8.0.65-1 is installed
OR java-1_8_0-openjdk-demo-1.8.0.65-1 is installed
OR java-1_8_0-openjdk-devel-1.8.0.65-1 is installed
OR java-1_8_0-openjdk-headless-1.8.0.65-1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_62-60_64_8-default-9-3 is installed
OR kgraft-patch-3_12_62-60_64_8-xen-9-3 is installed
OR kgraft-patch-SLE12-SP1_Update_8-9-3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_62-60_64_8-default-9-3 is installed
OR kgraft-patch-3_12_62-60_64_8-xen-9-3 is installed
OR kgraft-patch-SLE12-SP1_Update_8-9-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
ghostscript-9.15-17 is installed
OR ghostscript-x11-9.15-17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
ghostscript-9.15-17 is installed
OR ghostscript-x11-9.15-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
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 |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
kernel-default-4.4.121-92.109 is installed
OR kernel-default-base-4.4.121-92.109 is installed
OR kernel-default-devel-4.4.121-92.109 is installed
OR kernel-devel-4.4.121-92.109 is installed
OR kernel-macros-4.4.121-92.109 is installed
OR kernel-source-4.4.121-92.109 is installed
OR kernel-syms-4.4.121-92.109 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
kernel-default-4.4.121-92.109 is installed
OR kernel-default-base-4.4.121-92.109 is installed
OR kernel-default-devel-4.4.121-92.109 is installed
OR kernel-devel-4.4.121-92.109 is installed
OR kernel-macros-4.4.121-92.109 is installed
OR kernel-source-4.4.121-92.109 is installed
OR kernel-syms-4.4.121-92.109 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
kgraft-patch-4_4_121-92_80-default-6-2 is installed
OR kgraft-patch-SLE12-SP2_Update_22-6-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
kgraft-patch-4_4_121-92_80-default-6-2 is installed
OR kgraft-patch-SLE12-SP2_Update_22-6-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND Package Information
libdcerpc-atsvc0-4.2.4-28.29 is installed
OR samba-4.2.4-28.29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
openslp-2.0.0-18.17 is installed
OR openslp-32bit-2.0.0-18.17 is installed
OR openslp-server-2.0.0-18.17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
openslp-2.0.0-18.17 is installed
OR openslp-32bit-2.0.0-18.17 is installed
OR openslp-server-2.0.0-18.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
kgraft-patch-4_4_121-92_80-default-3-2 is installed
OR kgraft-patch-SLE12-SP2_Update_22-3-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
MozillaFirefox-60.7.2-109.80 is installed
OR MozillaFirefox-translations-common-60.7.2-109.80 is installed
OR Package Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
MozillaFirefox-60.7.2-109.80 is installed
OR MozillaFirefox-translations-common-60.7.2-109.80 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
MozillaFirefox-60.7.2-109.80 is installed
OR MozillaFirefox-translations-common-60.7.2-109.80 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
MozillaFirefox-60.7.2-109.80 is installed
OR MozillaFirefox-translations-common-60.7.2-109.80 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libzypp-16.15.3-2.3 is installed
OR yast2-pkg-bindings-3.2.4-2.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libzypp-16.15.3-2.3 is installed
OR yast2-pkg-bindings-3.2.4-2.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
curl-7.37.0-36 is installed
OR libcurl4-7.37.0-36 is installed
OR libcurl4-32bit-7.37.0-36 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
xen-4.9.4_04-3.56 is installed
OR xen-doc-html-4.9.4_04-3.56 is installed
OR xen-libs-4.9.4_04-3.56 is installed
OR xen-libs-32bit-4.9.4_04-3.56 is installed
OR xen-tools-4.9.4_04-3.56 is installed
OR xen-tools-domU-4.9.4_04-3.56 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
xen-4.9.4_04-3.56 is installed
OR xen-doc-html-4.9.4_04-3.56 is installed
OR xen-libs-4.9.4_04-3.56 is installed
OR xen-libs-32bit-4.9.4_04-3.56 is installed
OR xen-tools-4.9.4_04-3.56 is installed
OR xen-tools-domU-4.9.4_04-3.56 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
MozillaFirefox-60.8.0-109.83 is installed
OR MozillaFirefox-translations-common-60.8.0-109.83 is installed
OR libfreebl3-3.44.1-58.28 is installed
OR libfreebl3-32bit-3.44.1-58.28 is installed
OR libfreebl3-hmac-3.44.1-58.28 is installed
OR libfreebl3-hmac-32bit-3.44.1-58.28 is installed
OR libsoftokn3-3.44.1-58.28 is installed
OR libsoftokn3-32bit-3.44.1-58.28 is installed
OR libsoftokn3-hmac-3.44.1-58.28 is installed
OR libsoftokn3-hmac-32bit-3.44.1-58.28 is installed
OR mozilla-nss-3.44.1-58.28 is installed
OR mozilla-nss-32bit-3.44.1-58.28 is installed
OR mozilla-nss-certs-3.44.1-58.28 is installed
OR mozilla-nss-certs-32bit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-32bit-3.44.1-58.28 is installed
OR mozilla-nss-tools-3.44.1-58.28 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
MozillaFirefox-60.8.0-109.83 is installed
OR MozillaFirefox-translations-common-60.8.0-109.83 is installed
OR libfreebl3-3.44.1-58.28 is installed
OR libfreebl3-32bit-3.44.1-58.28 is installed
OR libfreebl3-hmac-3.44.1-58.28 is installed
OR libfreebl3-hmac-32bit-3.44.1-58.28 is installed
OR libsoftokn3-3.44.1-58.28 is installed
OR libsoftokn3-32bit-3.44.1-58.28 is installed
OR libsoftokn3-hmac-3.44.1-58.28 is installed
OR libsoftokn3-hmac-32bit-3.44.1-58.28 is installed
OR mozilla-nss-3.44.1-58.28 is installed
OR mozilla-nss-32bit-3.44.1-58.28 is installed
OR mozilla-nss-certs-3.44.1-58.28 is installed
OR mozilla-nss-certs-32bit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-3.44.1-58.28 is installed
OR mozilla-nss-sysinit-32bit-3.44.1-58.28 is installed
OR mozilla-nss-tools-3.44.1-58.28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
cups-1.7.5-20.29 is installed
OR cups-client-1.7.5-20.29 is installed
OR cups-libs-1.7.5-20.29 is installed
OR cups-libs-32bit-1.7.5-20.29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
cups-1.7.5-20.29 is installed
OR cups-client-1.7.5-20.29 is installed
OR cups-libs-1.7.5-20.29 is installed
OR cups-libs-32bit-1.7.5-20.29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
MozillaFirefox-52.9.0esr-109.38 is installed
OR MozillaFirefox-translations-52.9.0esr-109.38 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
MozillaFirefox-52.9.0esr-109.38 is installed
OR MozillaFirefox-translations-52.9.0esr-109.38 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
MozillaFirefox-60.4.0esr-109.55 is installed
OR MozillaFirefox-translations-common-60.4.0esr-109.55 is installed
OR libfreebl3-3.40.1-58.18 is installed
OR libfreebl3-32bit-3.40.1-58.18 is installed
OR libsoftokn3-3.40.1-58.18 is installed
OR libsoftokn3-32bit-3.40.1-58.18 is installed
OR mozilla-nspr-4.20-19.6 is installed
OR mozilla-nspr-32bit-4.20-19.6 is installed
OR mozilla-nss-3.40.1-58.18 is installed
OR mozilla-nss-32bit-3.40.1-58.18 is installed
OR mozilla-nss-certs-3.40.1-58.18 is installed
OR mozilla-nss-certs-32bit-3.40.1-58.18 is installed
OR mozilla-nss-sysinit-3.40.1-58.18 is installed
OR mozilla-nss-sysinit-32bit-3.40.1-58.18 is installed
OR mozilla-nss-tools-3.40.1-58.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
MozillaFirefox-60.4.0esr-109.55 is installed
OR MozillaFirefox-translations-common-60.4.0esr-109.55 is installed
OR libfreebl3-3.40.1-58.18 is installed
OR libfreebl3-32bit-3.40.1-58.18 is installed
OR libsoftokn3-3.40.1-58.18 is installed
OR libsoftokn3-32bit-3.40.1-58.18 is installed
OR mozilla-nspr-4.20-19.6 is installed
OR mozilla-nspr-32bit-4.20-19.6 is installed
OR mozilla-nss-3.40.1-58.18 is installed
OR mozilla-nss-32bit-3.40.1-58.18 is installed
OR mozilla-nss-certs-3.40.1-58.18 is installed
OR mozilla-nss-certs-32bit-3.40.1-58.18 is installed
OR mozilla-nss-sysinit-3.40.1-58.18 is installed
OR mozilla-nss-sysinit-32bit-3.40.1-58.18 is installed
OR mozilla-nss-tools-3.40.1-58.18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND ucode-intel-20191112-13.53 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND ucode-intel-20191112-13.53 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
xen-4.4.4_22-22.51 is installed
OR xen-doc-html-4.4.4_22-22.51 is installed
OR xen-kmp-default-4.4.4_22_k3.12.61_52.89-22.51 is installed
OR xen-libs-4.4.4_22-22.51 is installed
OR xen-libs-32bit-4.4.4_22-22.51 is installed
OR xen-tools-4.4.4_22-22.51 is installed
OR xen-tools-domU-4.4.4_22-22.51 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
xen-4.4.4_22-22.51 is installed
OR xen-doc-html-4.4.4_22-22.51 is installed
OR xen-kmp-default-4.4.4_22_k3.12.61_52.89-22.51 is installed
OR xen-libs-4.4.4_22-22.51 is installed
OR xen-libs-32bit-4.4.4_22-22.51 is installed
OR xen-tools-4.4.4_22-22.51 is installed
OR xen-tools-domU-4.4.4_22-22.51 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
kernel-default-3.12.74-60.64.104 is installed
OR kernel-default-base-3.12.74-60.64.104 is installed
OR kernel-default-devel-3.12.74-60.64.104 is installed
OR kernel-devel-3.12.74-60.64.104 is installed
OR kernel-macros-3.12.74-60.64.104 is installed
OR kernel-source-3.12.74-60.64.104 is installed
OR kernel-syms-3.12.74-60.64.104 is installed
OR kernel-xen-3.12.74-60.64.104 is installed
OR kernel-xen-base-3.12.74-60.64.104 is installed
OR kernel-xen-devel-3.12.74-60.64.104 is installed
OR kgraft-patch-3_12_74-60_64_104-default-1-2.5 is installed
OR kgraft-patch-3_12_74-60_64_104-xen-1-2.5 is installed
OR kgraft-patch-SLE12-SP1_Update_31-1-2.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND squid-3.5.21-26.26 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND Package Information
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 |
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND Package Information
libspice-server1-0.12.8-15 is installed
OR spice-0.12.8-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
flash-player-11.2.202.508-99 is installed
OR flash-player-gnome-11.2.202.508-99 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
flash-player-11.2.202.559-117 is installed
OR flash-player-gnome-11.2.202.559-117 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
libmysqlclient_r18-10.0.31-29.3 is installed
OR libmysqlclient_r18-32bit-10.0.31-29.3 is installed
OR mariadb-10.0.31-29.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libraw-0.15.4-16 is installed
OR libraw9-0.15.4-16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
libIlmImf-Imf_2_1-21-32bit-2.1.0-6.13 is installed
OR openexr-2.1.0-6.13 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND Package Information
git-2.12.3-27.9 is installed
OR git-core-2.12.3-27.9 is installed
OR git-doc-2.12.3-27.9 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud Crowbar 8 is installed
AND nodejs6-6.14.4-11.18 is installed
|