Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 SP1 LTS kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2017-15649: net/packet/af_packet.c in the Linux kernel allowed local users to gain privileges via crafted system calls that trigger mishandling of packet_fanout data structures, because of a race condition (involving fanout_add and packet_do_bind) that leads to a use-after-free, a different vulnerability than CVE-2017-6346 (bnc#1064388). - CVE-2017-13080: Wi-Fi Protected Access (WPA and WPA2) allowed reinstallation of the Group Temporal Key (GTK) during the group key handshake, allowing an attacker within radio range to replay frames from access points to clients (bnc#1063667). - CVE-2017-15274: security/keys/keyctl.c in the Linux kernel did not consider the case of a NULL payload in conjunction with a nonzero length value, which allowed local users to cause a denial of service (NULL pointer dereference and OOPS) via a crafted add_key or keyctl system call, a different vulnerability than CVE-2017-12192 (bnc#1045327). - CVE-2017-15265: Use-after-free vulnerability in the Linux kernel allowed local users to have unspecified impact via vectors related to /dev/snd/seq (bnc#1062520). - CVE-2017-1000365: The Linux Kernel imposes a size restriction on the arguments and environmental strings passed through RLIMIT_STACK/RLIM_INFINITY (1/4 of the size), but did not take the argument and environment pointers into account, which allowed attackers to bypass this limitation. (bnc#1039354). - CVE-2017-12153: A security flaw was discovered in the nl80211_set_rekey_data() function in net/wireless/nl80211.c in the Linux kernel This function did not check whether the required attributes are present in a Netlink request. This request can be issued by a user with the CAP_NET_ADMIN capability and may result in a NULL pointer dereference and system crash (bnc#1058410). - CVE-2017-12154: The prepare_vmcs02 function in arch/x86/kvm/vmx.c in the Linux kernel did not ensure that the 'CR8-load exiting' and 'CR8-store exiting' L0 vmcs02 controls exist in cases where L1 omits the 'use TPR shadow' vmcs12 control, which allowed KVM L2 guest OS users to obtain read and write access to the hardware CR8 register (bnc#1058507). - CVE-2017-14106: The tcp_disconnect function in net/ipv4/tcp.c in the Linux kernel allowed local users to cause a denial of service (__tcp_select_window divide-by-zero error and system crash) by triggering a disconnect within a certain tcp_recvmsg code path (bnc#1056982). - CVE-2017-14140: The move_pages system call in mm/migrate.c in the Linux kernel doesn't check the effective uid of the target process, enabling a local attacker to learn the memory layout of a setuid executable despite ASLR (bnc#1057179). - CVE-2017-14051: An integer overflow in the qla2x00_sysfs_write_optrom_ctl function in drivers/scsi/qla2xxx/qla_attr.c in the Linux kernel allowed local users to cause a denial of service (memory corruption and system crash) by leveraging root access (bnc#1056588). - CVE-2017-10661: Race condition in fs/timerfd.c in the Linux kernel allowed local users to gain privileges or cause a denial of service (list corruption or use-after-free) via simultaneous file-descriptor operations that leverage improper might_cancel queueing (bnc#1053152). - CVE-2017-12762: In /drivers/isdn/i4l/isdn_net.c: A user-controlled buffer is copied into a local buffer of constant size using strcpy without a length check which can cause a buffer overflow. (bnc#1053148). - CVE-2017-8831: The saa7164_bus_get function in drivers/media/pci/saa7164/saa7164-bus.c in the Linux kernel allowed local users to cause a denial of service (out-of-bounds array access) or possibly have unspecified other impact by changing a certain sequence-number value, aka a 'double fetch' vulnerability (bnc#1037994). - CVE-2017-7482: A potential memory corruption was fixed in decoding of krb5 principals in the kernels kerberos handling. (bnc#1046107). - CVE-2017-7542: The ip6_find_1stfragopt function in net/ipv6/output_core.c in the Linux kernel allowed local users to cause a denial of service (integer overflow and infinite loop) by leveraging the ability to open a raw socket (bnc#1049882). - CVE-2017-11176: The mq_notify function in the Linux kernel did not set the sock pointer to NULL upon entry into the retry logic. During a user-space close of a Netlink socket, it allowed attackers to cause a denial of service (use-after-free) or possibly have unspecified other impact (bnc#1048275). - CVE-2017-7541: The brcmf_cfg80211_mgmt_tx function in drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c in the Linux kernel allowed local users to cause a denial of service (buffer overflow and system crash) or possibly gain privileges via a crafted NL80211_CMD_FRAME Netlink packet (bnc#1049645). - CVE-2017-7518: The Linux kernel was vulnerable to an incorrect debug exception(#DB) error. It could occur while emulating a syscall instruction and potentially lead to guest privilege escalation. (bsc#1045922). - CVE-2017-8924: The edge_bulk_in_callback function in drivers/usb/serial/io_ti.c in the Linux kernel allowed local users to obtain sensitive information (in the dmesg ringbuffer and syslog) from uninitialized kernel memory by using a crafted USB device (posing as an io_ti USB serial device) to trigger an integer underflow (bnc#1037182 bsc#1038982). - CVE-2017-8925: The omninet_open function in drivers/usb/serial/omninet.c in the Linux kernel allowed local users to cause a denial of service (tty exhaustion) by leveraging reference count mishandling (bnc#1037183 bsc#1038981). - CVE-2017-1000380: sound/core/timer.c in the Linux kernel was vulnerable to a data race in the ALSA /dev/snd/timer driver resulting in local users being able to read information belonging to other users, i.e., uninitialized memory contents might have been disclosed when a read and an ioctl happen at the same time (bnc#1044125). - CVE-2017-9242: The __ip6_append_data function in net/ipv6/ip6_output.c in the Linux kernel is too late in checking whether an overwrite of an skb data structure may occur, which allowed local users to cause a denial of service (system crash) via crafted system calls (bnc#1041431). - CVE-2017-1000363: Linux drivers/char/lp.c Out-of-Bounds Write. Due to a missing bounds check, and the fact that parport_ptr integer is static, a 'secure boot' kernel command line adversary (could happen due to bootloader vulns, e.g. Google Nexus 6's CVE-2016-10277, where due to a vulnerability the adversary has partial control over the command line) could overflow the parport_nr array in the following code, by appending many (>LP_NO) 'lp=none' arguments to the command line (bnc#1039456). - CVE-2017-9076: The dccp_v6_request_recv_sock function in net/dccp/ipv6.c in the Linux kernel mishandled inheritance, which allowed local users to cause a denial of service or possibly have unspecified other impact via crafted system calls, a related issue to CVE-2017-8890 (bnc#1039885). - CVE-2017-9077: The tcp_v6_syn_recv_sock function in net/ipv6/tcp_ipv6.c in the Linux kernel mishandled inheritance, which allowed local users to cause a denial of service or possibly have unspecified other impact via crafted system calls, a related issue to CVE-2017-8890 (bnc#1040069). - CVE-2017-9075: The sctp_v6_create_accept_sk function in net/sctp/ipv6.c in the Linux kernel mishandled inheritance, which allowed local users to cause a denial of service or possibly have unspecified other impact via crafted system calls, a related issue to CVE-2017-8890 (bnc#1039883). - CVE-2017-9074: The IPv6 fragmentation implementation in the Linux kernel did not consider that the nexthdr field may be associated with an invalid option, which allowed local users to cause a denial of service (out-of-bounds read and BUG) or possibly have unspecified other impact via crafted socket and send system calls (bnc#1039882). - CVE-2017-7487: The ipxitf_ioctl function in net/ipx/af_ipx.c in the Linux kernel mishandled reference counts, which allowed local users to cause a denial of service (use-after-free) or possibly have unspecified other impact via a failed SIOCGIFADDR ioctl call for an IPX interface (bnc#1038879). - CVE-2017-8890: The inet_csk_clone_lock function in net/ipv4/inet_connection_sock.c in the Linux kernel allowed attackers to cause a denial of service (double free) or possibly have unspecified other impact by leveraging use of the accept system call (bnc#1038544). - CVE-2017-7889: The mm subsystem in the Linux kernel did not properly enforce the CONFIG_STRICT_DEVMEM protection mechanism, which allowed local users to read or write to kernel memory locations in the first megabyte (and bypass slab-allocation access restrictions) via an application that opens the /dev/mem file, related to arch/x86/mm/init.c and drivers/char/mem.c (bnc#1034405).
The following new features were implemented: - the r8152 network driver was updated to support Realtek RTL8152/RTL8153 Based USB Ethernet Adapters (fate#321482)
The following non-security bugs were fixed:
- blkback/blktap: do not leak stack data via response ring (bsc#1042863 XSA-216). - btrfs: Add WARN_ON for qgroup reserved underflow (bsc#1031515). - btrfs: Do not clear SGID when inheriting ACLs (bsc#1030552). - btrfs: Check qgroup level in kernel qgroup assign (bsc#1001459). - btrfs: qgroup: allow to remove qgroup which has parent but no child (bsc#1001459). - btrfs: quota: Automatically update related qgroups or mark INCONSISTENT flags when assigning/deleting a qgroup relations (bsc#1001459). - ceph: Correctly return NXIO errors from ceph_llseek (git-fixes). - ceph: fix file open flags on ppc64 (git-fixes). - ceph: check i_nlink while converting a file handle to dentry (bsc#1039864). - drivers/net: delete non-required instances of include <linux/init.h> (bsc#993099). - drivers/net/usb: add device id for NVIDIA Tegra USB 3.0 Ethernet (bsc#993099). - drivers/net/usb: Add support for 'Lenovo OneLink Pro Dock' (bsc#993099). - enic: set skb->hash type properly (bsc#922871). - ext2: Do not clear SGID when inheriting ACLs (bsc#1030552). - ext4: Do not clear SGID when inheriting ACLs (bsc#1030552). - firmware: dmi_scan: Fix ordering of product_uuid (bsc#1030531). - fm10k: correctly check if interface is removed (bsc#922855). - fs/block_dev: always invalidate cleancache in invalidate_bdev() (git-fixes). - fs: fix data invalidation in the cleancache during direct IO (git-fixes). - fs/xattr.c: zero out memory copied to userspace in getxattr (git-fixes). - hv: vmbus: Raise retry/wait limits in vmbus_post_msg() (bsc#1023287, bsc#1028217, bsc#1048788). - jhash: Update jhash_[321]words functions to use correct initval (git-fixes). - kABI: mask an include (bsc#994364). - md: ensure md devices are freed before module is unloaded (git-fixes). - md/raid0: apply base queue limits *before* disk_stack_limits (git-fixes). - md/raid0: update queue parameter in a safer location (git-fixes). - md/raid1: do not clear bitmap bit when bad-block-list write fails (git-fixes). - md/raid10: do not clear bitmap bit when bad-block-list write fails (git-fixes). - md/raid10: ensure device failure recorded before write request returns (git-fixes). - mlock: fix mlock count can not decrease in race condition (VM Functionality, bsc#1042696). - mlx: Revert the mlx5e_tx_notify_hw() changes.(bsc#1033960) - mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA check (VM Functionality, bsc#1042832). - mm: hugetlb: call huge_pte_alloc() only if ptep is null (VM Functionality, bsc#1042832). - mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stack (bnc#1039348). - netfilter: bridge: Fix the build when IPV6 is disabled (bsc#1027149). - net: get rid of SET_ETHTOOL_OPS (bsc#993099). - net/usb/r8152: add device id for Lenovo TP USB 3.0 Ethernet (bsc#993099). - netvsc: get rid of completion timeouts (bsc#1048788). - nfs v4.1: Fix Oopsable condition in server callback races (git-fixes). - ocfs2: Do not clear SGID when inheriting ACLs (bsc#1030552). - pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processes (bnc#1012985). - powerpc: Add missing error check to prom_find_boot_cpu() (bnc#856774). - powerpc/book3s: Fix MCE console messages for unrecoverable MCE (bnc#878240). - powerpc/bpf/jit: Disable classic BPF JIT on ppc64le (bsc#1041429, [2017-05-29] Pending SUSE Kernel Fixes). - powerpc: Fix bad inline asm constraint in create_zero_mask() (bnc#856774). - powerpc/64: Fix flush_(d|i)cache_range() called from modules (bnc#863764). - printk: prevent userland from spoofing kernel messages (bsc#1039721). - reiserfs: Do not clear SGID when inheriting ACLs (bsc#1030552). - rtl8152: correct speed testing (bsc#993099). - r8152: add functions to set EEE (bsc#993099). - r8152: add MODULE_VERSION (bsc#993099). - r8152: add mutex for hw settings (bsc#993099). - r8152: add pre_reset and post_reset (bsc#993099). - r8152: add reset_resume function (bsc#993099). - r8152: add rtl_ops (bsc#993099). - r8152: add skb_cow_head (bsc#993099). - r8152: add three functions (bsc#993099). - r8152: adjust ALDPS function (bsc#993099). - r8152: adjust lpm timer (bsc#993099). - r8152: adjust rtl_start_rx (bsc#993099). - r8152: adjust rx_bottom (bsc#993099). - r8152: adjust r8152_submit_rx (bsc#993099). - r8152: adjust the line feed for hw_features (bsc#993099). - r8152: adjust usb_autopm_xxx (bsc#993099). - r8152: autoresume before setting feature (bsc#993099). - r8152: autoresume before setting MAC address (bsc#993099). - r8152: calculate the dropped packets for rx (bsc#993099). - r8152: call rtl_start_rx after netif_carrier_on (bsc#993099). - r8152: clear BMCR_PDOWN (bsc#993099). - r8152: clear LINK_OFF_WAKE_EN after autoresume (bsc#993099). - r8152: clear SELECTIVE_SUSPEND when autoresuming (bsc#993099). - r8152: clear the flag of SCHEDULE_TASKLET in tasklet (bsc#993099). - r8152: combine PHY reset with set_speed (bsc#993099). - r8152: constify ethtool_ops structures (bsc#993099). - r8152: correct some messages (bsc#993099). - r8152: correct the rx early size (bsc#993099). - r8152: deal with the empty line and space (bsc#993099). - r8152: disable ALDPS and EEE before setting PHY (bsc#993099). - r8152: disable ALDPS (bsc#993099). - r8152: disable MAC clock speed down (bsc#993099). - r8152: disable power cut for RTL8153 (bsc#993099). - r8152: disable teredo for RTL8152 (bsc#993099). - r8152: disable the capability of zero length (bsc#993099). - r8152: disable the ECM mode (bsc#993099). - r8152: disable the tasklet by default (bsc#993099). - r8152: do not enable napi before rx ready (bsc#993099). - r8152: ecm and vendor modes coexist (bsc#993099). - r8152: fix incorrect type in assignment (bsc#993099). - r8152: fix lockup when runtime PM is enabled (bsc#993099). - r8152: fix runtime function for RTL8152 (bsc#993099). - r8152: fix r8152_csum_workaround function (bsc#993099). - r8152: fix setting RTL8152_UNPLUG (bsc#993099). - r8152: fix the carrier off when autoresuming (bsc#993099). - r8152: fix the checking of the usb speed (bsc#993099). - r8152: fix the issue about U1/U2 (bsc#993099). - r8152: fix the runtime suspend issues (bsc#993099). - r8152: fix the submission of the interrupt transfer (bsc#993099). - r8152: fix the wake event (bsc#993099). - r8152: fix the warnings and a error from checkpatch.pl (bsc#993099). - r8152: fix the wrong return value (bsc#993099). - r8152: fix tx/rx memory overflow (bsc#993099). - r8152: fix wakeup settings (bsc#993099). - r8152: change rx early size when the mtu is changed (bsc#993099). - r8152: change some definitions (bsc#993099). - r8152: change the descriptor (bsc#993099). - r8152: change the EEE definition (bsc#993099). - r8152: change the location of rtl8152_set_mac_address (bsc#993099). - r8152: check code with checkpatch.pl (bsc#993099). - r8152: check linking status with netif_carrier_ok (bsc#993099). - r8152: check RTL8152_UNPLUG and netif_running before autoresume (bsc#993099). - r8152: check RTL8152_UNPLUG (bsc#993099). - r8152: check RTL8152_UNPLUG for rtl8152_close (bsc#993099). - r8152: check the status before submitting rx (bsc#993099). - r8152: check tx agg list before spin lock (bsc#993099). - r8152: check WORK_ENABLE in suspend function (bsc#993099). - r8152: increase the tx timeout (bsc#993099). - r8152: load the default MAC address (bsc#993099). - r8152: modify rtl_ops_init (bsc#993099). - r8152: modify the check of the flag of PHY_RESET in set_speed function (bsc#993099). - r8152: modify the method of accessing PHY (bsc#993099). - r8152: modify the tx flow (bsc#993099). - r8152: move enabling PHY (bsc#993099). - r8152: move PHY settings to hw_phy_cfg (bsc#993099). - r8152: move rtl8152_unload and ocp_reg_write (bsc#993099). - r8152: move r8152b_get_version (bsc#993099). - r8152: move some functions (bsc#993099). - r8152: move some functions (bsc#993099). - r8152: move some functions from probe to open (bsc#993099). - r8152: move the actions of saving the information of the device (bsc#993099). - r8152: move the setting for the default speed (bsc#993099). - r8152: move the settings of PHY to a work queue (bsc#993099). - r8152: nway reset after setting eee (bsc#993099). - r8152: redefine REALTEK_USB_DEVICE (bsc#993099). - r8152: reduce the frequency of spin_lock (bsc#993099). - r8152: reduce the number of Tx (bsc#993099). - r8152: remove a netif_carrier_off in rtl8152_open function (bsc#993099). - r8152: remove cancel_delayed_work_sync in rtl8152_set_speed (bsc#993099). - r8152: remove clearing bp (bsc#993099). - r8152: remove generic_ocp_read before writing (bsc#993099). - r8152: remove rtl_phy_reset function (bsc#993099). - r8152: remove rtl8152_get_stats (bsc#993099). - r8152: remove r8153_enable_eee (bsc#993099). - r8152: remove sram_read (bsc#993099). - r8152: remove the definitions of the PID (bsc#993099). - r8152: remove the duplicate init for the list of rx_done (bsc#993099). - r8152: remove the setting of LAN_WAKE_EN (bsc#993099). - r8152: rename rx_buf_sz (bsc#993099). - r8152: rename tx_underun (bsc#993099). - r8152: replace get_protocol with vlan_get_protocol (bsc#993099). - r8152: replace netdev_alloc_skb_ip_align with napi_alloc_skb (bsc#993099). - r8152: replace netif_rx with netif_receive_skb (bsc#993099). - r8152: replace some tabs with spaces (bsc#993099). - r8152: replace some types from int to bool (bsc#993099). - r8152: replace spin_lock_irqsave and spin_unlock_irqrestore (bsc#993099). - r8152: replace strncpy with strlcpy (bsc#993099). - r8152: replace tasklet with NAPI (bsc#993099). - r8152: replace the return value of rtl_ops_init (bsc#993099). - r8152: replace tp->netdev with netdev (bsc#993099). - r8152: reset device when tx timeout (bsc#993099). - r8152: reset the bmu (bsc#993099). - r8152: reset tp->speed before autoresuming in open function (bsc#993099). - r8152: restore hw settings (bsc#993099). - r8152: return -EBUSY for runtime suspend (bsc#993099). - r8152: save the speed (bsc#993099). - r8152: separate USB_RX_EARLY_AGG (bsc#993099). - r8152: set disable_hub_initiated_lpm (bsc#993099). - r8152: set RTL8152_UNPLUG when finding -ENODEV (bsc#993099). - r8152: split DRIVER_VERSION (bsc#993099). - r8152: split rtl8152_enable (bsc#993099). - r8152: stop submitting intr for -EPROTO (bsc#993099). - r8152: support dumping the hw counters (bsc#993099). - r8152: support ethtool eee (bsc#993099). - r8152: support get_msglevel and set_msglevel (bsc#993099). - r8152: support IPv6 (bsc#993099). - r8152: support jumbo frame for RTL8153 (bsc#993099). - r8152: support nway_reset of ethtool (bsc#993099). - r8152: support RTL8153 (bsc#993099). - r8152: support runtime suspend (bsc#993099). - r8152: support rx checksum (bsc#993099). - r8152: support setting rx coalesce (bsc#993099). - r8152: support stopping/waking tx queue (bsc#993099). - r8152: support the new RTL8153 chip (bsc#993099). - r8152: support TSO (bsc#993099). - r8152: support VLAN (bsc#993099). - r8152: support WOL (bsc#993099). - r8152: up the priority of the transmission (bsc#993099). - r8152: use BIT macro (bsc#993099). - r8152: use eth_hw_addr_random (bsc#993099). - r8152: Use kmemdup instead of kmalloc + memcpy (bsc#993099). - r8152: use test_and_clear_bit (bsc#993099). - r8152: use usleep_range (bsc#993099). - r8152: wake up the device before dumping the hw counter (bsc#993099). - scsi: qla2xxx: Get mutex lock before checking optrom_state (bsc#1053317). - sched/fair: Fix min_vruntime tracking (bnc#1012985). - sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systems (bnc#1012985). - sched/rt: Fix PI handling vs. sched_setscheduler() (bnc#1012985). - sunrpc: Update RPCBIND_MAXNETIDLEN (git-fixes). - syscall: fix dereferencing NULL payload with nonzero length (bsc#1045327, bsc#1062471). - tcp: do not inherit fastopen_req from parent (bsc#1038544). - timekeeping: Ignore the bogus sleep time if pm_trace is enabled (bsc#994364). - tracing/kprobes: Enforce kprobes teardown after testing (bnc#1012985). - usb: wusbcore: fix NULL-deref at probe (bsc#1045487). - xen: Linux 3.12.74. - xen/PCI-MSI: fix sysfs teardown in DomU (bsc#986924). - xfs: fix a couple error sequence jumps in xfs_mountfs() (bsc#1035531). - xfs: fix coccinelle warnings (bsc#1035531). - xfs: handle error if xfs_btree_get_bufs fails (bsc#1059863). - xfs: use ->b_state to fix buffer I/O accounting release race (bsc#1041160) (bsc#1041160). - xfs: XFS_IS_REALTIME_INODE() should be false if no rt device present (bsc#1058524).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1001459 1012985 1023287 1027149 1028217 1030531 1030552 1031515 1033960 1034405 1035531 1035738 1037182 1037183 1037994 1038544 1038564 1038879 1038883 1038981 1038982 1039348 1039354 1039456 1039721 1039864 1039882 1039883 1039885 1040069 1041160 1041429 1041431 1042292 1042696 1042832 1042863 1044125 1045327 1045487 1045922 1046107 1048275 1048788 1049645 1049882 1053148 1053152 1053317 1056588 1056982 1057179 1058410 1058507 1058524 1059863 1062471 1062520 1063667 1064388 1119947 1132728 1132729 1132732 1132734 1134718 1141780 1141782 1141783 1141785 1141789 1144903 1147021 1149294 1149295 1149296 1149297 1149298 1149299 1149303 1149304 1149324 1153108 1153158 1153161 1159856 1159858 1159860 1160250 1160251 1160937 1168422 1168994 1173455 1173812 1174463 1174570 1175070 1175071 1175072 758040 856774 860250 863764 878240 902606 922855 922871 924919 931972 931973 931974 935087 937261 942690 942801 943959 945649 948790 948791 949440 951155 951199 951392 951615 951638 952579 952976 956708 956801 956876 957395 957546 957988 957990 958463 958504 958510 958647 958886 958951 959190 959364 959399 959436 959705 960300 960341 986924 993099 994364 CVE-2015-3165 CVE-2015-3166 CVE-2015-3167 CVE-2015-4491 CVE-2015-7550 CVE-2015-7554 CVE-2015-7673 CVE-2015-7674 CVE-2015-8539 CVE-2015-8543 CVE-2015-8550 CVE-2015-8551 CVE-2015-8552 CVE-2015-8569 CVE-2015-8575 CVE-2017-1000363 CVE-2017-1000364 CVE-2017-1000365 CVE-2017-1000380 CVE-2017-10661 CVE-2017-11176 CVE-2017-12153 CVE-2017-12154 CVE-2017-12762 CVE-2017-13080 CVE-2017-14051 CVE-2017-14106 CVE-2017-14140 CVE-2017-15265 CVE-2017-15274 CVE-2017-15649 CVE-2017-7482 CVE-2017-7487 CVE-2017-7518 CVE-2017-7541 CVE-2017-7542 CVE-2017-7889 CVE-2017-8831 CVE-2017-8890 CVE-2017-8924 CVE-2017-8925 CVE-2017-9074 CVE-2017-9075 CVE-2017-9076 CVE-2017-9077 CVE-2017-9242 CVE-2018-16884 CVE-2019-10220 CVE-2019-10245 CVE-2019-11740 CVE-2019-11742 CVE-2019-11743 CVE-2019-11744 CVE-2019-11746 CVE-2019-11752 CVE-2019-11753 CVE-2019-11771 CVE-2019-11775 CVE-2019-15691 CVE-2019-15692 CVE-2019-15693 CVE-2019-15694 CVE-2019-15695 CVE-2019-17133 CVE-2019-2602 CVE-2019-2684 CVE-2019-2697 CVE-2019-2698 CVE-2019-2762 CVE-2019-2766 CVE-2019-2769 CVE-2019-2816 CVE-2019-4473 CVE-2019-7317 CVE-2019-9812 CVE-2020-10713 CVE-2020-11985 CVE-2020-11993 CVE-2020-14308 CVE-2020-14309 CVE-2020-14310 CVE-2020-14311 CVE-2020-15049 CVE-2020-15706 CVE-2020-15707 CVE-2020-3898 CVE-2020-9490 SUSE-SU-2015:1264-1 SUSE-SU-2015:2195-1 SUSE-SU-2016:0160-1 SUSE-SU-2016:0168-1 SUSE-SU-2017:1615-1 SUSE-SU-2017:2908-1 SUSE-SU-2019:1644-1 SUSE-SU-2019:2336-1 SUSE-SU-2019:2436-1 SUSE-SU-2019:2829-1 SUSE-SU-2020:0159-1 SUSE-SU-2020:1045-1 SUSE-SU-2020:1946-1 SUSE-SU-2020:2078-1 SUSE-SU-2020:2450-1
|
Platform(s): | 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 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 Desktop Applications 15 SP1 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Module for Web Scripting 15 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 5 SUSE OpenStack Cloud 6
| Product(s): | |
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed AND Package Information
python-keystoneclient-1.0.0-14 is installed
OR python-keystoneclient-doc-1.0.0-14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
MozillaFirefox-17.0.5esr-0.4 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.5esr-0.4 is installed
OR libfreebl3-3.14.3-0.4.3 is installed
OR libfreebl3-32bit-3.14.3-0.4.3 is installed
OR mozilla-nspr-4.9.6-0.3 is installed
OR mozilla-nspr-32bit-4.9.6-0.3 is installed
OR mozilla-nss-3.14.3-0.4.3 is installed
OR mozilla-nss-32bit-3.14.3-0.4.3 is installed
OR mozilla-nss-tools-3.14.3-0.4.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
MozillaFirefox-24.6.0esr-0.8 is installed
OR MozillaFirefox-branding-SLED-24-0.7 is installed
OR MozillaFirefox-translations-24.6.0esr-0.8 is installed
OR libfreebl3-3.16.1-0.8 is installed
OR libfreebl3-32bit-3.16.1-0.8 is installed
OR libsoftokn3-3.16.1-0.8 is installed
OR libsoftokn3-32bit-3.16.1-0.8 is installed
OR mozilla-nspr-4.10.6-0.3 is installed
OR mozilla-nspr-32bit-4.10.6-0.3 is installed
OR mozilla-nss-3.16.1-0.8 is installed
OR mozilla-nss-32bit-3.16.1-0.8 is installed
OR mozilla-nss-tools-3.16.1-0.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND pigz-2.3-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
qemu-2.3.1-5 is installed
OR qemu-block-curl-2.3.1-5 is installed
OR qemu-ipxe-1.0.0-5 is installed
OR qemu-kvm-2.3.1-5 is installed
OR qemu-seabios-1.8.1-5 is installed
OR qemu-sgabios-8-5 is installed
OR qemu-tools-2.3.1-5 is installed
OR qemu-vgabios-1.8.1-5 is installed
OR qemu-x86-2.3.1-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND dnsmasq-2.71-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
gstreamer-0_10-plugins-bad-0.10.23-25 is installed
OR gstreamer-0_10-plugins-bad-lang-0.10.23-25 is installed
OR libgstbasecamerabinsrc-0_10-23-0.10.23-25 is installed
OR libgstbasecamerabinsrc-0_10-23-32bit-0.10.23-25 is installed
OR libgstbasevideo-0_10-23-0.10.23-25 is installed
OR libgstbasevideo-0_10-23-32bit-0.10.23-25 is installed
OR libgstcodecparsers-0_10-23-0.10.23-25 is installed
OR libgstphotography-0_10-23-0.10.23-25 is installed
OR libgstphotography-0_10-23-32bit-0.10.23-25 is installed
OR libgstsignalprocessor-0_10-23-0.10.23-25 is installed
OR libgstsignalprocessor-0_10-23-32bit-0.10.23-25 is installed
OR libgstvdp-0_10-23-0.10.23-25 is installed
OR libgstvdp-0_10-23-32bit-0.10.23-25 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
cups-1.7.5-20.17 is installed
OR cups-client-1.7.5-20.17 is installed
OR cups-libs-1.7.5-20.17 is installed
OR cups-libs-32bit-1.7.5-20.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
apr-util-devel-1.6.1-2 is installed
OR libapr-util1-1.6.1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
AND Package Information
apparmor-abstractions-2.12.2-7.17 is installed
OR apparmor-docs-2.12.2-7.17 is installed
OR apparmor-parser-2.12.2-7.17 is installed
OR apparmor-parser-lang-2.12.2-7.17 is installed
OR apparmor-profiles-2.12.2-7.17 is installed
OR apparmor-utils-2.12.2-7.17 is installed
OR apparmor-utils-lang-2.12.2-7.17 is installed
OR pam_apparmor-2.12.2-7.17 is installed
OR pam_apparmor-32bit-2.12.2-7.17 is installed
OR perl-apparmor-2.12.2-7.17 is installed
OR python3-apparmor-2.12.2-7.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
libgme-devel-0.6.2-1 is installed
OR libgme0-0.6.2-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
AND libXcursor1-32bit-1.1.15-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 Web Scripting 15 is installed
AND Package Information
nodejs8-8.11.1-1 is installed
OR nodejs8-devel-8.11.1-1 is installed
OR nodejs8-docs-8.11.1-1 is installed
OR npm8-8.11.1-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
kernel-bigsmp-3.0.101-0.47.55 is installed
OR kernel-bigsmp-base-3.0.101-0.47.55 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.55 is installed
OR kernel-default-3.0.101-0.40 is installed
OR kernel-default-base-3.0.101-0.40 is installed
OR kernel-default-devel-3.0.101-0.40 is installed
OR kernel-default-man-3.0.101-0.40 is installed
OR kernel-ec2-3.0.101-0.40 is installed
OR kernel-ec2-base-3.0.101-0.40 is installed
OR kernel-ec2-devel-3.0.101-0.40 is installed
OR kernel-pae-3.0.101-0.40 is installed
OR kernel-pae-base-3.0.101-0.40 is installed
OR kernel-pae-devel-3.0.101-0.40 is installed
OR kernel-ppc64-3.0.101-0.40 is installed
OR kernel-ppc64-base-3.0.101-0.40 is installed
OR kernel-ppc64-devel-3.0.101-0.40 is installed
OR kernel-source-3.0.101-0.40 is installed
OR kernel-syms-3.0.101-0.40 is installed
OR kernel-trace-3.0.101-0.40 is installed
OR kernel-trace-base-3.0.101-0.40 is installed
OR kernel-trace-devel-3.0.101-0.40 is installed
OR kernel-xen-3.0.101-0.40 is installed
OR kernel-xen-base-3.0.101-0.40 is installed
OR kernel-xen-devel-3.0.101-0.40 is installed
OR xen-kmp-default-4.2.4_04_3.0.101_0.40-0.7 is installed
OR xen-kmp-pae-4.2.4_04_3.0.101_0.40-0.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
nagios-plugins-1.4.16-0.11 is installed
OR nagios-plugins-extras-1.4.16-0.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
cpp43-4.3.4_20091019-37.9 is installed
OR gcc43-4.3.4_20091019-37.9 is installed
OR gcc43-32bit-4.3.4_20091019-37.9 is installed
OR gcc43-c++-4.3.4_20091019-37.9 is installed
OR gcc43-fortran-4.3.4_20091019-37.9 is installed
OR gcc43-fortran-32bit-4.3.4_20091019-37.9 is installed
OR gcc43-info-4.3.4_20091019-37.9 is installed
OR gcc43-locale-4.3.4_20091019-37.9 is installed
OR libstdc++43-devel-4.3.4_20091019-37.9 is installed
OR libstdc++43-devel-32bit-4.3.4_20091019-37.9 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
cpp43-4.3.4_20091019-37.9 is installed
OR gcc43-4.3.4_20091019-37.9 is installed
OR gcc43-32bit-4.3.4_20091019-37.9 is installed
OR gcc43-c++-4.3.4_20091019-37.9 is installed
OR gcc43-fortran-4.3.4_20091019-37.9 is installed
OR gcc43-fortran-32bit-4.3.4_20091019-37.9 is installed
OR gcc43-info-4.3.4_20091019-37.9 is installed
OR gcc43-locale-4.3.4_20091019-37.9 is installed
OR libstdc++43-devel-4.3.4_20091019-37.9 is installed
OR libstdc++43-devel-32bit-4.3.4_20091019-37.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
xen-4.2.5_21-45.11 is installed
OR xen-doc-html-4.2.5_21-45.11 is installed
OR xen-doc-pdf-4.2.5_21-45.11 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.47.106.5-45.11 is installed
OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.5-45.11 is installed
OR xen-libs-4.2.5_21-45.11 is installed
OR xen-libs-32bit-4.2.5_21-45.11 is installed
OR xen-tools-4.2.5_21-45.11 is installed
OR xen-tools-domU-4.2.5_21-45.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND Package Information
ImageMagick-6.4.3.6-7.78.8 is installed
OR libMagickCore1-6.4.3.6-7.78.8 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
libecpg6-9.3.8-8 is installed
OR libpq5-9.3.8-8 is installed
OR libpq5-32bit-9.3.8-8 is installed
OR postgresql93-9.3.8-8 is installed
OR postgresql93-contrib-9.3.8-8 is installed
OR postgresql93-docs-9.3.8-8 is installed
OR postgresql93-libs-9.3.8-8 is installed
OR postgresql93-server-9.3.8-8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
libecpg6-9.3.8-8 is installed
OR libpq5-9.3.8-8 is installed
OR libpq5-32bit-9.3.8-8 is installed
OR postgresql93-9.3.8-8 is installed
OR postgresql93-contrib-9.3.8-8 is installed
OR postgresql93-docs-9.3.8-8 is installed
OR postgresql93-libs-9.3.8-8 is installed
OR postgresql93-server-9.3.8-8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
evince-3.10.3-1 is installed
OR evince-lang-3.10.3-1 is installed
OR libevdocument3-4-3.10.3-1 is installed
OR libevview3-3-3.10.3-1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
java-1_7_1-ibm-1.7.1_sr3.20-18 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr3.20-18 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr3.20-18 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr3.20-18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
java-1_7_1-ibm-1.7.1_sr3.20-18 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr3.20-18 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr3.20-18 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr3.20-18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
libpulse-mainloop-glib0-5.0-2 is installed
OR libpulse-mainloop-glib0-32bit-5.0-2 is installed
OR libpulse0-5.0-2 is installed
OR libpulse0-32bit-5.0-2 is installed
OR pulseaudio-5.0-2 is installed
OR pulseaudio-esound-compat-5.0-2 is installed
OR pulseaudio-gdm-hooks-5.0-2 is installed
OR pulseaudio-lang-5.0-2 is installed
OR pulseaudio-module-x11-5.0-2 is installed
OR pulseaudio-module-zeroconf-5.0-2 is installed
OR pulseaudio-utils-5.0-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_74-60_64_40-default-4-2 is installed
OR kgraft-patch-3_12_74-60_64_40-xen-4-2 is installed
OR kgraft-patch-SLE12-SP1_Update_15-4-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_74-60_64_40-default-4-2 is installed
OR kgraft-patch-3_12_74-60_64_40-xen-4-2 is installed
OR kgraft-patch-SLE12-SP1_Update_15-4-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libwireshark8-2.2.7-47 is installed
OR libwiretap6-2.2.7-47 is installed
OR libwscodecs1-2.2.7-47 is installed
OR libwsutil7-2.2.7-47 is installed
OR wireshark-2.2.7-47 is installed
OR wireshark-gtk-2.2.7-47 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libwireshark8-2.2.7-47 is installed
OR libwiretap6-2.2.7-47 is installed
OR libwscodecs1-2.2.7-47 is installed
OR libwsutil7-2.2.7-47 is installed
OR wireshark-2.2.7-47 is installed
OR wireshark-gtk-2.2.7-47 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
libass-0.10.2-3 is installed
OR libass5-0.10.2-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
libmysqlclient18-10.0.38-29.27 is installed
OR libmysqlclient18-32bit-10.0.38-29.27 is installed
OR mariadb-10.0.38-29.27 is installed
OR mariadb-client-10.0.38-29.27 is installed
OR mariadb-errormessages-10.0.38-29.27 is installed
OR mariadb-tools-10.0.38-29.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
libmysqlclient18-10.0.38-29.27 is installed
OR libmysqlclient18-32bit-10.0.38-29.27 is installed
OR mariadb-10.0.38-29.27 is installed
OR mariadb-client-10.0.38-29.27 is installed
OR mariadb-errormessages-10.0.38-29.27 is installed
OR mariadb-tools-10.0.38-29.27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND Package Information
dovecot22-2.2.31-19.11 is installed
OR dovecot22-backend-mysql-2.2.31-19.11 is installed
OR dovecot22-backend-pgsql-2.2.31-19.11 is installed
OR dovecot22-backend-sqlite-2.2.31-19.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
libopenssl-devel-1.0.2j-60.30 is installed
OR libopenssl1_0_0-1.0.2j-60.30 is installed
OR libopenssl1_0_0-32bit-1.0.2j-60.30 is installed
OR libopenssl1_0_0-hmac-1.0.2j-60.30 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.30 is installed
OR openssl-1.0.2j-60.30 is installed
OR openssl-doc-1.0.2j-60.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
libopenssl-devel-1.0.2j-60.30 is installed
OR libopenssl1_0_0-1.0.2j-60.30 is installed
OR libopenssl1_0_0-32bit-1.0.2j-60.30 is installed
OR libopenssl1_0_0-hmac-1.0.2j-60.30 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.30 is installed
OR openssl-1.0.2j-60.30 is installed
OR openssl-doc-1.0.2j-60.30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND Package Information
kernel-firmware-20170530-21.22 is installed
OR ucode-amd-20170530-21.22 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_120-92_70-default-6-2 is installed
OR kgraft-patch-SLE12-SP2_Update_20-6-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_120-92_70-default-6-2 is installed
OR kgraft-patch-SLE12-SP2_Update_20-6-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
libopenssl-devel-1.0.2j-60.30 is installed
OR libopenssl1_0_0-1.0.2j-60.30 is installed
OR libopenssl1_0_0-32bit-1.0.2j-60.30 is installed
OR libopenssl1_0_0-hmac-1.0.2j-60.30 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.30 is installed
OR openssl-1.0.2j-60.30 is installed
OR openssl-doc-1.0.2j-60.30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
freeradius-server-3.0.15-2.3 is installed
OR freeradius-server-doc-3.0.15-2.3 is installed
OR freeradius-server-krb5-3.0.15-2.3 is installed
OR freeradius-server-ldap-3.0.15-2.3 is installed
OR freeradius-server-libs-3.0.15-2.3 is installed
OR freeradius-server-mysql-3.0.15-2.3 is installed
OR freeradius-server-perl-3.0.15-2.3 is installed
OR freeradius-server-postgresql-3.0.15-2.3 is installed
OR freeradius-server-python-3.0.15-2.3 is installed
OR freeradius-server-sqlite-3.0.15-2.3 is installed
OR freeradius-server-utils-3.0.15-2.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
freeradius-server-3.0.15-2.3 is installed
OR freeradius-server-doc-3.0.15-2.3 is installed
OR freeradius-server-krb5-3.0.15-2.3 is installed
OR freeradius-server-ldap-3.0.15-2.3 is installed
OR freeradius-server-libs-3.0.15-2.3 is installed
OR freeradius-server-mysql-3.0.15-2.3 is installed
OR freeradius-server-perl-3.0.15-2.3 is installed
OR freeradius-server-postgresql-3.0.15-2.3 is installed
OR freeradius-server-python-3.0.15-2.3 is installed
OR freeradius-server-sqlite-3.0.15-2.3 is installed
OR freeradius-server-utils-3.0.15-2.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
bash-4.3-82 is installed
OR bash-doc-4.3-82 is installed
OR libreadline6-6.3-82 is installed
OR libreadline6-32bit-6.3-82 is installed
OR readline-doc-6.3-82 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
libseccomp-2.4.1-11.3 is installed
OR libseccomp2-2.4.1-11.3 is installed
OR libseccomp2-32bit-2.4.1-11.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
libseccomp-2.4.1-11.3 is installed
OR libseccomp2-2.4.1-11.3 is installed
OR libseccomp2-32bit-2.4.1-11.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
libsolv-0.6.36-2.27.19 is installed
OR libsolv-tools-0.6.36-2.27.19 is installed
OR libzypp-16.20.2-27.60 is installed
OR perl-solv-0.6.36-2.27.19 is installed
OR python-solv-0.6.36-2.27.19 is installed
OR zypper-1.13.54-18.40 is installed
OR zypper-log-1.13.54-18.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
libsolv-0.6.36-2.27.19 is installed
OR libsolv-tools-0.6.36-2.27.19 is installed
OR libzypp-16.20.2-27.60 is installed
OR perl-solv-0.6.36-2.27.19 is installed
OR python-solv-0.6.36-2.27.19 is installed
OR zypper-1.13.54-18.40 is installed
OR zypper-log-1.13.54-18.40 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
ghostscript-9.27-23.28 is installed
OR ghostscript-x11-9.27-23.28 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
ghostscript-9.27-23.28 is installed
OR ghostscript-x11-9.27-23.28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND clamav-0.100.1-33.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND clamav-0.100.1-33.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libopenssl1_1-1.1.1b-2.12 is installed
OR libopenssl1_1-32bit-1.1.1b-2.12 is installed
OR openssl-1_1-1.1.1b-2.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libopenssl1_1-1.1.1b-2.12 is installed
OR libopenssl1_1-32bit-1.1.1b-2.12 is installed
OR openssl-1_1-1.1.1b-2.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
ghostscript-9.27-23.31 is installed
OR ghostscript-x11-9.27-23.31 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
ghostscript-9.27-23.31 is installed
OR ghostscript-x11-9.27-23.31 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_51-52_34-default-5-2 is installed
OR kgraft-patch-3_12_51-52_34-xen-5-2 is installed
OR kgraft-patch-SLE12_Update_10-5-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_51-52_34-default-5-2 is installed
OR kgraft-patch-3_12_51-52_34-xen-5-2 is installed
OR kgraft-patch-SLE12_Update_10-5-2 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.63 is installed
OR kernel-default-base-3.12.74-60.64.63 is installed
OR kernel-default-devel-3.12.74-60.64.63 is installed
OR kernel-devel-3.12.74-60.64.63 is installed
OR kernel-macros-3.12.74-60.64.63 is installed
OR kernel-source-3.12.74-60.64.63 is installed
OR kernel-syms-3.12.74-60.64.63 is installed
OR kernel-xen-3.12.74-60.64.63 is installed
OR kernel-xen-base-3.12.74-60.64.63 is installed
OR kernel-xen-devel-3.12.74-60.64.63 is installed
OR kgraft-patch-3_12_74-60_64_63-default-1-2 is installed
OR kgraft-patch-3_12_74-60_64_63-xen-1-2 is installed
OR kgraft-patch-SLE12-SP1_Update_22-1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
java-1_8_0-ibm-1.8.0_sr5.35-30.50 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.35-30.50 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.35-30.50 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.35-30.50 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND Package Information
MozillaFirefox-60.9.0-109.86 is installed
OR MozillaFirefox-translations-common-60.9.0-109.86 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND Package Information
grub2-2.02-12.31 is installed
OR grub2-i386-pc-2.02-12.31 is installed
OR grub2-powerpc-ieee1275-2.02-12.31 is installed
OR grub2-snapper-plugin-2.02-12.31 is installed
OR grub2-systemd-sleep-plugin-2.02-12.31 is installed
OR grub2-x86_64-efi-2.02-12.31 is installed
OR grub2-x86_64-xen-2.02-12.31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
libreoffice-4.3.3.2-6 is installed
OR libreoffice-base-4.3.3.2-6 is installed
OR libreoffice-base-drivers-mysql-4.3.3.2-6 is installed
OR libreoffice-base-drivers-postgresql-4.3.3.2-6 is installed
OR libreoffice-calc-4.3.3.2-6 is installed
OR libreoffice-calc-extensions-4.3.3.2-6 is installed
OR libreoffice-draw-4.3.3.2-6 is installed
OR libreoffice-filters-optional-4.3.3.2-6 is installed
OR libreoffice-gnome-4.3.3.2-6 is installed
OR libreoffice-icon-theme-tango-4.3.3.2-6 is installed
OR libreoffice-impress-4.3.3.2-6 is installed
OR libreoffice-l10n-af-4.3.3.2-6 is installed
OR libreoffice-l10n-ar-4.3.3.2-6 is installed
OR libreoffice-l10n-ca-4.3.3.2-6 is installed
OR libreoffice-l10n-cs-4.3.3.2-6 is installed
OR libreoffice-l10n-da-4.3.3.2-6 is installed
OR libreoffice-l10n-de-4.3.3.2-6 is installed
OR libreoffice-l10n-en-4.3.3.2-6 is installed
OR libreoffice-l10n-es-4.3.3.2-6 is installed
OR libreoffice-l10n-fi-4.3.3.2-6 is installed
OR libreoffice-l10n-fr-4.3.3.2-6 is installed
OR libreoffice-l10n-gu-4.3.3.2-6 is installed
OR libreoffice-l10n-hi-4.3.3.2-6 is installed
OR libreoffice-l10n-hu-4.3.3.2-6 is installed
OR libreoffice-l10n-it-4.3.3.2-6 is installed
OR libreoffice-l10n-ja-4.3.3.2-6 is installed
OR libreoffice-l10n-ko-4.3.3.2-6 is installed
OR libreoffice-l10n-nb-4.3.3.2-6 is installed
OR libreoffice-l10n-nl-4.3.3.2-6 is installed
OR libreoffice-l10n-nn-4.3.3.2-6 is installed
OR libreoffice-l10n-pl-4.3.3.2-6 is installed
OR libreoffice-l10n-pt-BR-4.3.3.2-6 is installed
OR libreoffice-l10n-pt-PT-4.3.3.2-6 is installed
OR libreoffice-l10n-ru-4.3.3.2-6 is installed
OR libreoffice-l10n-sk-4.3.3.2-6 is installed
OR libreoffice-l10n-sv-4.3.3.2-6 is installed
OR libreoffice-l10n-xh-4.3.3.2-6 is installed
OR libreoffice-l10n-zh-Hans-4.3.3.2-6 is installed
OR libreoffice-l10n-zh-Hant-4.3.3.2-6 is installed
OR libreoffice-l10n-zu-4.3.3.2-6 is installed
OR libreoffice-mailmerge-4.3.3.2-6 is installed
OR libreoffice-math-4.3.3.2-6 is installed
OR libreoffice-officebean-4.3.3.2-6 is installed
OR libreoffice-pyuno-4.3.3.2-6 is installed
OR libreoffice-writer-4.3.3.2-6 is installed
OR libreoffice-writer-extensions-4.3.3.2-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
kernel-default-3.12.67-60.64.18 is installed
OR kernel-default-extra-3.12.67-60.64.18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
kernel-default-4.4.49-92.14 is installed
OR kernel-default-extra-4.4.49-92.14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libmysqlclient_r18-10.0.34-29.16 is installed
OR libmysqlclient_r18-32bit-10.0.34-29.16 is installed
OR mariadb-10.0.34-29.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
libSoundTouch0-32bit-1.7.1-5.11 is installed
OR soundtouch-1.7.1-5.11 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
ntp-4.2.8p8-47 is installed
OR ntp-doc-4.2.8p8-47 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND mongodb-2.4.14-1 is installed
|