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





The SUSE Linux Enterprise 15 SP1 LTSS kernel was updated to receive various security and bugfixes.

The following security bugs were fixed:

- Unprivileged BPF has been disabled by default to reduce attack surface as too many security issues have happened in the past (jsc#SLE-22573)

You can reenable via systemctl setting /proc/sys/kernel/unprivileged_bpf_disabled to 0. (kernel.unprivileged_bpf_disabled = 0)

- CVE-2021-0941: In bpf_skb_change_head of filter.c, there is a possible out of bounds read due to a use after free. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation (bnc#1192045). - CVE-2021-31916: An out-of-bounds (OOB) memory write flaw was found in list_devices in drivers/md/dm-ioctl.c in the Multi-device driver module in the Linux kernel A bound check failure allowed an attacker with special user (CAP_SYS_ADMIN) privilege to gain access to out-of-bounds memory leading to a system crash or a leak of internal kernel information. The highest threat from this vulnerability is to system availability (bnc#1192781). - CVE-2021-20322: Make the ipv4 and ipv6 ICMP exception caches less predictive to avoid information leaks about UDP ports in use. (bsc#1191790) - CVE-2021-34981: Fixed file refcounting in cmtp when cmtp_attach_device fails (bsc#1191961). - CVE-2021-37159: hso_free_net_device in drivers/net/usb/hso.c in the Linux kernel calls unregister_netdev without checking for the NETREG_REGISTERED state, leading to a use-after-free and a double free (bnc#1188601). - CVE-2021-3772: Fixed sctp vtag check in sctp_sf_ootb (bsc#1190351). - CVE-2021-3655: Missing size validations on inbound SCTP packets may have allowed the kernel to read uninitialized memory (bnc#1188563). - CVE-2021-33033: The Linux kernel has a use-after-free in cipso_v4_genopt in net/ipv4/cipso_ipv4.c because the CIPSO and CALIPSO refcounting for the DOI definitions is mishandled, aka CID-ad5d07f4a9cd. This leads to writing an arbitrary value (bnc#1186109 bnc#1186390 bnc#1188876). - CVE-2021-3760: Fixed a use-after-free vulnerability with the ndev->rf_conn_info object (bsc#1190067). - CVE-2021-42739: The firewire subsystem in the Linux kernel has a buffer overflow related to drivers/media/firewire/firedtv-avc.c and drivers/media/firewire/firedtv-ci.c, because avc_ca_pmt mishandled bounds checking (bnc#1184673). - CVE-2021-3542: Fixed heap buffer overflow in firedtv driver (bsc#1186063). - CVE-2018-13405: The inode_init_owner function in fs/inode.c in the Linux kernel allowed local users to create files with an unintended group ownership, in a scenario where a directory is SGID to a certain group and is writable by a user who is not a member of that group. Here, the non-member can trigger creation of a plain file whose group ownership is that group. The intended behavior was that the non-member can trigger creation of a directory (but not a plain file) whose group ownership is that group. The non-member can escalate privileges by making the plain file executable and SGID (bnc#1100416 bnc#1129735). - CVE-2021-3715: Fixed a use-after-free in route4_change() in net/sched/cls_route.c (bsc#1190349). - CVE-2021-34556: An unprivileged BPF program can obtain sensitive information from kernel memory via a Speculative Store Bypass side-channel attack because the protection mechanism neglects the possibility of uninitialized memory locations on the BPF stack (bnc#1188983). - CVE-2021-35477: An unprivileged BPF program can obtain sensitive information from kernel memory via a Speculative Store Bypass side-channel attack because a certain preempting store operation did not necessarily occur before a store operation that has an attacker-controlled value (bnc#1188985). - CVE-2021-42252: An issue was discovered in aspeed_lpc_ctrl_mmap in drivers/soc/aspeed/aspeed-lpc-ctrl.c in the Linux kernel Local attackers able to access the Aspeed LPC control interface could overwrite memory in the kernel and potentially execute privileges, aka CID-b49a0e69a7b1. This occurs because a certain comparison uses values that are not memory sizes (bnc#1190479). - CVE-2021-41864: prealloc_elems_and_freelist in kernel/bpf/stackmap.c in the Linux kernel allowed unprivileged users to trigger an eBPF multiplication integer overflow with a resultant out-of-bounds write (bnc#1191317). - CVE-2021-42008: The decode_data function in drivers/net/hamradio/6pack.c in the Linux kernel has a slab out-of-bounds write. Input from a process that has the CAP_NET_ADMIN capability can lead to root access (bnc#1191315). - CVE-2021-3759: Unaccounted ipc objects could have lead to breaking memcg limits and DoS attacks (bsc#1190115). - CVE-2020-3702: Specifically timed and handcrafted traffic can cause internal errors in a WLAN device that lead to improper layer 2 Wi-Fi encryption with a consequent possibility of information disclosure over the air for a discrete set of traffic (bnc#1191193). - CVE-2021-3752: Fixed a use after free vulnerability in the bluetooth module. (bsc#1190023) - CVE-2021-40490: A race condition was discovered in ext4_write_inline_data_end in fs/ext4/inline.c in the ext4 subsystem in the Linux kernel (bnc#1190159 bnc#1192775) - CVE-2021-3744: Fixed a bug which could allows attackers to cause a denial of service. (bsc#1189884) - CVE-2021-3764: Fixed a bug which could allows attackers to cause a denial of service. (bsc#1190534) - CVE-2020-12770: An issue was discovered in the Linux kernel sg_write lacks an sg_remove_request call in a certain failure case, aka CID-83c6f2390040 (bnc#1171420). - CVE-2021-3640: Fixed a Use-After-Free vulnerability in function sco_sock_sendmsg() in the bluetooth stack (bsc#1188172). - CVE-2019-3900: An infinite loop issue was found in the vhost_net kernel module, while handling incoming packets in handle_rx(). It could occur if one end sends packets faster than the other end can process them. A guest user, maybe remote one, could use this flaw to stall the vhost_net kernel thread, resulting in a DoS scenario (bnc#1133374). - CVE-2019-3874: The SCTP socket buffer used by a userspace application is not accounted by the cgroups subsystem. An attacker can use this flaw to cause a denial of service attack. (bnc#1129898). - CVE-2018-9517: In pppol2tp_connect, there is possible memory corruption due to a use after free. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. (bnc#1108488). - CVE-2021-38160: Data corruption or loss could be triggered by an untrusted device that supplies a buf->len value exceeding the buffer size in drivers/char/virtio_console.c (bsc#1190117) - CVE-2021-3753: Fixed race out-of-bounds in virtual terminal handling (bsc#1190025). - CVE-2021-3732: Mounting overlayfs inside an unprivileged user namespace can reveal files (bsc#1189706). - CVE-2021-3653: A flaw was found in the KVM's AMD code for supporting SVM nested virtualization. The flaw occurs when processing the VMCB (virtual machine control block) provided by the L1 guest to spawn/handle a nested guest (L2). Due to improper validation of the 'int_ctl' field, this issue could allow a malicious L1 to enable AVIC support (Advanced Virtual Interrupt Controller) for the L2 guest. As a result, the L2 guest would be allowed to read/write physical pages of the host, resulting in a crash of the entire system, leak of sensitive data or potential guest-to-host escape. This flaw affects Linux kernel versions prior to 5.14-rc7 (bnc#1189399). - CVE-2021-3656: Missing validation of the the `virt_ext` VMCB field and allows a malicious L1 guest to disable both VMLOAD/VMSAVE intercepts and VLS for the L2 guest (bsc#1189400). - CVE-2021-38204: drivers/usb/host/max3421-hcd.c allowed physically proximate attackers to cause a denial of service (use-after-free and panic) by removing a MAX-3421 USB device in certain situations (bnc#1189291). - CVE-2021-3679: A lack of CPU resource in the tracing module functionality was found in the way user uses trace ring buffer in a specific way. Only privileged local users (with CAP_SYS_ADMIN capability) could use this flaw to starve the resources causing denial of service (bnc#1189057). - CVE-2020-4788: IBM Power9 (AIX 7.1, 7.2, and VIOS 3.1) processors could allow a local user to obtain sensitive information from the data in the L1 cache under extenuating circumstances. IBM X-Force ID: 189296 (bnc#0 bnc#1177666 bnc#1181158). - CVE-2021-3659: Fixed a NULL pointer dereference in llsec_key_alloc() in net/mac802154/llsec.c (bsc#1188876). - CVE-2020-0429: In l2tp_session_delete and related functions of l2tp_core.c, there is possible memory corruption due to a use after free. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation (bnc#1176724). - CVE-2021-37576: arch/powerpc/kvm/book3s_rtas.c on the powerpc platform allowed KVM guest OS users to cause host OS memory corruption via rtas_args.nargs, aka CID-f62f3c20647e (bnc#1188838 bnc#1190276). - CVE-2021-22543: KVM through Improper handling of VM_IO|VM_PFNMAP vmas in KVM can bypass RO checks and can lead to pages being freed while still accessible by the VMM and guest. This allowed users with the ability to start and control a VM to read/write random pages of memory and can result in local privilege escalation (bnc#1186482 bnc#1190276). - CVE-2021-33909: fs/seq_file.c did not properly restrict seq buffer allocations, leading to an integer overflow, an Out-of-bounds Write, and escalation to root by an unprivileged user, aka CID-8cae8cd89f05 (bnc#1188062 bnc#1188063).

The following non-security bugs were fixed:

- Add arch-dependent support markers in supported.conf (bsc#1186672) - Add the support for kernel-FLAVOR-optional subpackage (jsc#SLE-11796) - bpf: Add kconfig knob for disabling unpriv bpf by default (jsc#SLE-22913) - bpf: Disallow unprivileged bpf by default (jsc#SLE-22913). - ceph: take snap_empty_lock atomically with snaprealm refcount change (bsc#1191888). - config: disable unprivileged BPF by default (jsc#SLE-22913) - cpufreq: intel_pstate: Add Icelake servers support in no-HWP mode (bsc#1185758,bsc#1192400). - drm: fix spectre issue in vmw_execbuf_ioctl (bsc#1192802). - ftrace: Fix scripts/recordmcount.pl due to new binutils (bsc#1192267). - gigaset: fix spectre issue in do_data_b3_req (bsc#1192802). - hisax: fix spectre issues (bsc#1192802). - hv: mana: adjust mana_select_queue to old API (jsc#SLE-18779, bsc#1185726). - hv: mana: remove netdev_lockdep_set_classes usage (jsc#SLE-18779, bsc#1185726). - hv_netvsc: Make netvsc/VF binding check both MAC and serial number (jsc#SLE-18779, bsc#1185726). - hysdn: fix spectre issue in hycapi_send_message (bsc#1192802). - infiniband: fix spectre issue in ib_uverbs_write (bsc#1192802). - infiniband: fix spectre issue in ib_uverbs_write (bsc#1192802). - ipc: remove memcg accounting for sops objects in do_semtimedop() (bsc#1190115). - iwlwifi: fix spectre issue in iwl_dbgfs_update_pm (bsc#1192802). - kernel-binary.spec: Exctract s390 decompression code (jsc#SLE-17042). - kernel-binary.spec: Fix up usrmerge for non-modular kernels. - kernel-binary.spec.in: build-id check requires elfutils. - kernel-binary.spec.in: Regenerate makefile when not using mkmakefile. - kernel-binary.spec: Only use mkmakefile when it exists Linux 5.13 no longer had a mkmakefile script - kernel-binary.spec: Remove obsolete and wrong comment mkmakefile is repleced by echo on newer kernel - kernel-docs.spec.in: Build using an utf-8 locale. Sphinx cannot handle UTF-8 input in non-UTF-8 locale. - media: dvb_ca_en50221: prevent using slot_info for Spectre attacs (bsc#1192802). - media: dvb_ca_en50221: sanity check slot number from userspace (bsc#1192802). - media: wl128x: get rid of a potential spectre issue (bsc#1192802). - memcg: enable accounting for file lock caches (bsc#1190115). - mm/memory.c: do_fault: avoid usage of stale vm_area_struct (bsc#1136513). - mpt3sas: fix spectre issues (bsc#1192802). - net: mana: Add a driver for Microsoft Azure Network Adapter (MANA) (jsc#SLE-18779, bsc#1185726). - net: mana: Add support for EQ sharing (jsc#SLE-18779, bsc#1185726). - net: mana: Add WARN_ON_ONCE in case of CQE read overflow (jsc#SLE-18779, bsc#1185726). - net: mana: Fix a memory leak in an error handling path in (jsc#SLE-18779, bsc#1185726). - net: mana: Fix error handling in mana_create_rxq() (git-fixes, bsc#1191800). - net: mana: fix PCI_HYPERV dependency (jsc#SLE-18779, bsc#1185726). - net: mana: Move NAPI from EQ to CQ (jsc#SLE-18779, bsc#1185726). - net: mana: Prefer struct_size over open coded arithmetic (jsc#SLE-18779, bsc#1185726). - net: mana: remove redundant initialization of variable err (jsc#SLE-18779, bsc#1185726). - net: mana: Use int to check the return value of mana_gd_poll_cq() (jsc#SLE-18779, bsc#1185726). - net: mana: Use struct_size() in kzalloc() (jsc#SLE-18779, bsc#1185726). - net_sched: cls_route: remove the right filter from hashtable (networking-stable-20_03_28). - net: sched: sch_teql: fix null-pointer dereference (bsc#1190717). - net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd() (bsc#1192802). - NFS: Do uncached readdir when we're seeking a cookie in an empty page cache (bsc#1191628). - objtool: Do not fail on missing symbol table (bsc#1192379). - osst: fix spectre issue in osst_verify_frame (bsc#1192802). - ovl: check whiteout in ovl_create_over_whiteout() (bsc#1189846). - ovl: filter of trusted xattr results in audit (bsc#1189846). - ovl: fix dentry leak in ovl_get_redirect (bsc#1189846). - ovl: initialize error in ovl_copy_xattr (bsc#1189846). - ovl: relax WARN_ON() on rename to self (bsc#1189846). - PCI: hv: Use expected affinity when unmasking IRQ (bsc#1185973). - Revert 'memcg: enable accounting for file lock caches (bsc#1190115).' This reverts commit 912b4421a3e9bb9f0ef1aadc64a436666259bd4d. It's effectively upstream commit 3754707bcc3e190e5dadc978d172b61e809cb3bd applied to kernel-source (to avoid proliferation of patches). Make a note in blacklist.conf too. - s390/bpf: Fix 64-bit subtraction of the -0x80000000 constant (bsc#1190601). - s390/bpf: Fix branch shortening during codegen pass (bsc#1190601). - s390/bpf: Fix optimizing out zero-extensions (bsc#1190601). - s390: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_* (bsc#1190601). - s390/bpf: Wrap JIT macro parameter usages in parentheses (bsc#1190601). - scripts/git_sort/git_sort.py: add bpf git repo - scripts/git_sort/git_sort.py: Update nvme repositories - scsi: libfc: Fix array index out of bound exception (bsc#1188616). - scsi: lpfc: Fix FLOGI failure due to accessing a freed node (bsc#1191349). - scsi: lpfc: Fix memory overwrite during FC-GS I/O abort handling (bsc#1191349 bsc#1191457). - scsi: lpfc: Keep NDLP reference until after freeing the IOCB after ELS handling (bsc#1191349 bsc#1191457). - scsi: target: avoid using lun_tg_pt_gp after unlock (bsc#1186078). - sctp: check asoc peer.asconf_capable before processing asconf (bsc#1190351). - sctp: fully initialize v4 addr in some functions (bsc#1188563). - sysvipc/sem: mitigate semnum index against spectre v1 (bsc#1192802). - target: core: Fix sense key for invalid XCOPY request (bsc#1186078). - Update config files: Add CONFIG_BPF_UNPRIV_DEFAULT_OFF is not set - Use /usr/lib/modules as module dir when usermerge is active in the target distro. - UsrMerge the kernel (boo#1184804) - x86/CPU: Add more Icelake model numbers (bsc#1185758,bsc#1192400). - xfrm: xfrm_state_mtu should return at least 1280 for ipv6 (bsc#1185377).
Family:unixClass:patch
Status:Reference(s):1100416
1108488
1129735
1129898
1133374
1136513
1171420
1176724
1177666
1181158
1184673
1184804
1185377
1185726
1185758
1185973
1186078
1186109
1186390
1186482
1186672
1188062
1188063
1188172
1188563
1188601
1188616
1188838
1188876
1188983
1188985
1189057
1189262
1189291
1189399
1189400
1189706
1189846
1189884
1190023
1190025
1190067
1190115
1190117
1190159
1190276
1190349
1190351
1190479
1190534
1190601
1190717
1191193
1191315
1191317
1191349
1191457
1191628
1191790
1191800
1191888
1191961
1192045
1192267
1192379
1192400
1192775
1192781
1192802
CVE-2004-0801
CVE-2006-0855
CVE-2007-1669
CVE-2008-4316
CVE-2010-2242
CVE-2010-2947
CVE-2010-4267
CVE-2011-0461
CVE-2011-1146
CVE-2011-2054
CVE-2011-2511
CVE-2011-2697
CVE-2011-2722
CVE-2011-4600
CVE-2012-3445
CVE-2012-3524
CVE-2013-0170
CVE-2013-1962
CVE-2013-2063
CVE-2013-2218
CVE-2013-2230
CVE-2013-4153
CVE-2013-4154
CVE-2013-4239
CVE-2013-4296
CVE-2013-4297
CVE-2013-4311
CVE-2013-4325
CVE-2013-4399
CVE-2013-4400
CVE-2013-4401
CVE-2013-6402
CVE-2013-6427
CVE-2013-6436
CVE-2013-6456
CVE-2013-6457
CVE-2013-6458
CVE-2013-7447
CVE-2014-0028
CVE-2014-0179
CVE-2014-1447
CVE-2014-1932
CVE-2014-3065
CVE-2014-3566
CVE-2014-3633
CVE-2014-3657
CVE-2014-4288
CVE-2014-6456
CVE-2014-6457
CVE-2014-6458
CVE-2014-6466
CVE-2014-6476
CVE-2014-6492
CVE-2014-6493
CVE-2014-6502
CVE-2014-6503
CVE-2014-6506
CVE-2014-6511
CVE-2014-6512
CVE-2014-6513
CVE-2014-6515
CVE-2014-6527
CVE-2014-6531
CVE-2014-6532
CVE-2014-6558
CVE-2014-7823
CVE-2014-8131
CVE-2014-8891
CVE-2014-8892
CVE-2015-0204
CVE-2015-0236
CVE-2015-0458
CVE-2015-0459
CVE-2015-0469
CVE-2015-0477
CVE-2015-0478
CVE-2015-0480
CVE-2015-0486
CVE-2015-0488
CVE-2015-0491
CVE-2015-0839
CVE-2015-0840
CVE-2015-1931
CVE-2015-2590
CVE-2015-2601
CVE-2015-2613
CVE-2015-2619
CVE-2015-2621
CVE-2015-2625
CVE-2015-2632
CVE-2015-2637
CVE-2015-2638
CVE-2015-2664
CVE-2015-2808
CVE-2015-4000
CVE-2015-4729
CVE-2015-4731
CVE-2015-4732
CVE-2015-4733
CVE-2015-4734
CVE-2015-4748
CVE-2015-4749
CVE-2015-4760
CVE-2015-4803
CVE-2015-4805
CVE-2015-4806
CVE-2015-4810
CVE-2015-4835
CVE-2015-4840
CVE-2015-4842
CVE-2015-4843
CVE-2015-4844
CVE-2015-4860
CVE-2015-4871
CVE-2015-4872
CVE-2015-4882
CVE-2015-4883
CVE-2015-4893
CVE-2015-4902
CVE-2015-4903
CVE-2015-4911
CVE-2015-5006
CVE-2015-5041
CVE-2015-5247
CVE-2015-5313
CVE-2015-7575
CVE-2015-8126
CVE-2015-8472
CVE-2016-0264
CVE-2016-0363
CVE-2016-0376
CVE-2016-0402
CVE-2016-0448
CVE-2016-0466
CVE-2016-0475
CVE-2016-0483
CVE-2016-0494
CVE-2016-0686
CVE-2016-0687
CVE-2016-0705
CVE-2016-10165
CVE-2016-2183
CVE-2016-3422
CVE-2016-3426
CVE-2016-3427
CVE-2016-3443
CVE-2016-3449
CVE-2016-3485
CVE-2016-3511
CVE-2016-3598
CVE-2016-5542
CVE-2016-5547
CVE-2016-5548
CVE-2016-5549
CVE-2016-5552
CVE-2016-5554
CVE-2016-5556
CVE-2016-5568
CVE-2016-5573
CVE-2016-5597
CVE-2016-7951
CVE-2016-7952
CVE-2016-9811
CVE-2016-9840
CVE-2016-9841
CVE-2016-9842
CVE-2016-9843
CVE-2016-9843
CVE-2016-9957
CVE-2016-9958
CVE-2016-9959
CVE-2016-9960
CVE-2016-9961
CVE-2017-1000256
CVE-2017-10053
CVE-2017-10067
CVE-2017-10074
CVE-2017-10078
CVE-2017-10081
CVE-2017-10087
CVE-2017-10089
CVE-2017-10090
CVE-2017-10096
CVE-2017-10101
CVE-2017-10102
CVE-2017-10105
CVE-2017-10107
CVE-2017-10108
CVE-2017-10109
CVE-2017-10110
CVE-2017-10111
CVE-2017-10115
CVE-2017-10116
CVE-2017-10125
CVE-2017-10243
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-1289
CVE-2017-2635
CVE-2017-2885
CVE-2017-3231
CVE-2017-3241
CVE-2017-3252
CVE-2017-3253
CVE-2017-3259
CVE-2017-3261
CVE-2017-3272
CVE-2017-3289
CVE-2017-3509
CVE-2017-3511
CVE-2017-3512
CVE-2017-3514
CVE-2017-3533
CVE-2017-3539
CVE-2017-3544
CVE-2017-3732
CVE-2017-3736
CVE-2017-5715
CVE-2017-5837
CVE-2017-5839
CVE-2017-5842
CVE-2017-5844
CVE-2018-1064
CVE-2018-12539
CVE-2018-12910
CVE-2018-13405
CVE-2018-1417
CVE-2018-1517
CVE-2018-1656
CVE-2018-2579
CVE-2018-2582
CVE-2018-2588
CVE-2018-2599
CVE-2018-2602
CVE-2018-2603
CVE-2018-2618
CVE-2018-2633
CVE-2018-2634
CVE-2018-2637
CVE-2018-2638
CVE-2018-2639
CVE-2018-2641
CVE-2018-2663
CVE-2018-2677
CVE-2018-2678
CVE-2018-2783
CVE-2018-2790
CVE-2018-2794
CVE-2018-2795
CVE-2018-2796
CVE-2018-2797
CVE-2018-2798
CVE-2018-2799
CVE-2018-2800
CVE-2018-2814
CVE-2018-2825
CVE-2018-2826
CVE-2018-2940
CVE-2018-2952
CVE-2018-2964
CVE-2018-2973
CVE-2018-3639
CVE-2018-5748
CVE-2018-9517
CVE-2019-3874
CVE-2019-3900
CVE-2020-0429
CVE-2020-12770
CVE-2020-3702
CVE-2020-4788
CVE-2021-0941
CVE-2021-20322
CVE-2021-22543
CVE-2021-31916
CVE-2021-33033
CVE-2021-33909
CVE-2021-34556
CVE-2021-34981
CVE-2021-3542
CVE-2021-35477
CVE-2021-3640
CVE-2021-3653
CVE-2021-3655
CVE-2021-3656
CVE-2021-3659
CVE-2021-3679
CVE-2021-3715
CVE-2021-37159
CVE-2021-3732
CVE-2021-3744
CVE-2021-3752
CVE-2021-3753
CVE-2021-37576
CVE-2021-3759
CVE-2021-3760
CVE-2021-3764
CVE-2021-3772
CVE-2021-38160
CVE-2021-38198
CVE-2021-38204
CVE-2021-40490
CVE-2021-41864
CVE-2021-42008
CVE-2021-42252
CVE-2021-42739
SUSE-SU-2021:3876-1
Platform(s):openSUSE 13.1
openSUSE 13.2
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP4
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise for SAP 11 SP2
SUSE Linux Enterprise High Availability 15 SP1
SUSE Linux Enterprise High Availability Extension 11 SP2
SUSE Linux Enterprise High Availability Extension 11 SP4
SUSE Linux Enterprise High Performance Computing 15 SP1
SUSE Linux Enterprise Live Patching 12
SUSE Linux Enterprise Live Patching 12 SP3
SUSE Linux Enterprise Module for Advanced Systems Management 12
SUSE Linux Enterprise Module for Containers 12
SUSE Linux Enterprise Module for High Performance Computing 12
SUSE Linux Enterprise Module for Legacy Software 12
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Point of Sale 11 SP3
SUSE Linux Enterprise Point of Sale 12 SP2
SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP2-LTSS
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 SP4
SUSE Linux Enterprise Server 11-SECURITY
SUSE Linux Enterprise Server 12
SUSE Linux Enterprise Server 12 SP1
SUSE Linux Enterprise Server 12 SP1-LTSS
SUSE Linux Enterprise Server 12 SP2
SUSE Linux Enterprise Server 12 SP3
SUSE Linux Enterprise Server 12 SP4
SUSE Linux Enterprise Server 12 SP5
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server 15 SP1
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12-LTSS
SUSE Linux Enterprise Server for SAP Applications 15 SP1
SUSE Linux Enterprise Server for VMWare 11 SP2
SUSE Linux Enterprise Server for VMWare 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP2
SUSE Linux Enterprise Software Development Kit 11 SP4
SUSE Linux Enterprise Software Development Kit 12
SUSE Linux Enterprise Software Development Kit 12 SP1
SUSE Linux Enterprise Software Development Kit 12 SP2
SUSE Linux Enterprise Software Development Kit 12 SP3
SUSE Linux Enterprise Software Development Kit 12 SP4
SUSE Linux Enterprise Storage 6
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 Manager Proxy 4.0
SUSE Manager Server 4.0
Product(s):
Definition Synopsis
  • SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
  • AND Package Information
  • python-keystoneclient-1.0.0-16.1 is installed
  • OR python-keystoneclient-doc-1.0.0-16.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • dhcp-4.2.4.P2-0.11.13.1 is installed
  • OR dhcp-client-4.2.4.P2-0.11.13.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND LibVNCServer-0.9.1-156.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • qemu-2.0.2-48.4.1 is installed
  • OR qemu-block-curl-2.0.2-48.4.1 is installed
  • OR qemu-ipxe-1.0.0-48.4.1 is installed
  • OR qemu-kvm-2.0.2-48.4.1 is installed
  • OR qemu-seabios-1.7.4-48.4.1 is installed
  • OR qemu-sgabios-8-48.4.1 is installed
  • OR qemu-tools-2.0.2-48.4.1 is installed
  • OR qemu-vgabios-1.7.4-48.4.1 is installed
  • OR qemu-x86-2.0.2-48.4.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • flash-player-11.2.202.637-143 is installed
  • OR flash-player-gnome-11.2.202.637-143 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • qemu-2.6.2-31 is installed
  • OR qemu-block-curl-2.6.2-31 is installed
  • OR qemu-ipxe-1.0.0-31 is installed
  • OR qemu-kvm-2.6.2-31 is installed
  • OR qemu-seabios-1.9.1-31 is installed
  • OR qemu-sgabios-8-31 is installed
  • OR qemu-tools-2.6.2-31 is installed
  • OR qemu-vgabios-1.9.1-31 is installed
  • OR qemu-x86-2.6.2-31 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND puppet-3.8.5-15.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise for SAP 11 SP2 is installed
  • AND sap_suse_cluster_connector-1.0.0-0.8.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 15 SP1 is installed
  • AND Package Information
  • cluster-md-kmp-default-4.12.14-197.102.2 is installed
  • OR dlm-kmp-default-4.12.14-197.102.2 is installed
  • OR gfs2-kmp-default-4.12.14-197.102.2 is installed
  • OR ocfs2-kmp-default-4.12.14-197.102.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP2 is installed
  • AND lighttpd-1.4.20-2.52.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP4 is installed
  • AND Package Information
  • gnutls-2.4.1-24.39.57.1 is installed
  • OR libgnutls-extra26-2.4.1-24.39.57.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Live Patching 12 is installed
  • AND Package Information
  • kgraft-patch-4_4_90-92_45-default-4-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_14-4-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Live Patching 12 SP3 is installed
  • AND Package Information
  • kgraft-patch-4_4_82-6_3-default-2-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_1-2-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
  • AND Package Information
  • salt-2016.11.4-46.7 is installed
  • OR salt-api-2016.11.4-46.7 is installed
  • OR salt-bash-completion-2016.11.4-46.7 is installed
  • OR salt-cloud-2016.11.4-46.7 is installed
  • OR salt-doc-2016.11.4-46.7 is installed
  • OR salt-master-2016.11.4-46.7 is installed
  • OR salt-minion-2016.11.4-46.7 is installed
  • OR salt-proxy-2016.11.4-46.7 is installed
  • OR salt-ssh-2016.11.4-46.7 is installed
  • OR salt-syndic-2016.11.4-46.7 is installed
  • OR salt-zsh-completion-2016.11.4-46.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND Package Information
  • containerd-0.2.4+gitr565_0366d7e-9 is installed
  • OR docker-1.12.3-81 is installed
  • OR ruby2.1-rubygem-docker-api-1.31.0-11 is installed
  • OR ruby2.1-rubygem-excon-0.52.0-9 is installed
  • OR rubygem-docker-api-1.31.0-11 is installed
  • OR rubygem-excon-0.52.0-9 is installed
  • OR runc-0.1.1+gitr2816_02f8fa7-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for High Performance Computing 12 is installed
  • AND Package Information
  • libpmi0-17.02.10-6.16 is installed
  • OR libslurm31-17.02.10-6.16 is installed
  • OR perl-slurm-17.02.10-6.16 is installed
  • OR slurm-17.02.10-6.16 is installed
  • OR slurm-auth-none-17.02.10-6.16 is installed
  • OR slurm-devel-17.02.10-6.16 is installed
  • OR slurm-doc-17.02.10-6.16 is installed
  • OR slurm-lua-17.02.10-6.16 is installed
  • OR slurm-munge-17.02.10-6.16 is installed
  • OR slurm-pam_slurm-17.02.10-6.16 is installed
  • OR slurm-plugins-17.02.10-6.16 is installed
  • OR slurm-sched-wiki-17.02.10-6.16 is installed
  • OR slurm-slurmdb-direct-17.02.10-6.16 is installed
  • OR slurm-slurmdbd-17.02.10-6.16 is installed
  • OR slurm-sql-17.02.10-6.16 is installed
  • OR slurm-torque-17.02.10-6.16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • java-1_6_0-ibm-1.6.0_sr16.7-22 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.7-22 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.7-22 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.7-22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.60-52.49 is installed
  • OR kernel-ec2-devel-3.12.60-52.49 is installed
  • OR kernel-ec2-extra-3.12.60-52.49 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-22 is installed
  • OR php5-5.5.14-22 is installed
  • OR php5-bcmath-5.5.14-22 is installed
  • OR php5-bz2-5.5.14-22 is installed
  • OR php5-calendar-5.5.14-22 is installed
  • OR php5-ctype-5.5.14-22 is installed
  • OR php5-curl-5.5.14-22 is installed
  • OR php5-dba-5.5.14-22 is installed
  • OR php5-dom-5.5.14-22 is installed
  • OR php5-enchant-5.5.14-22 is installed
  • OR php5-exif-5.5.14-22 is installed
  • OR php5-fastcgi-5.5.14-22 is installed
  • OR php5-fileinfo-5.5.14-22 is installed
  • OR php5-fpm-5.5.14-22 is installed
  • OR php5-ftp-5.5.14-22 is installed
  • OR php5-gd-5.5.14-22 is installed
  • OR php5-gettext-5.5.14-22 is installed
  • OR php5-gmp-5.5.14-22 is installed
  • OR php5-iconv-5.5.14-22 is installed
  • OR php5-intl-5.5.14-22 is installed
  • OR php5-json-5.5.14-22 is installed
  • OR php5-ldap-5.5.14-22 is installed
  • OR php5-mbstring-5.5.14-22 is installed
  • OR php5-mcrypt-5.5.14-22 is installed
  • OR php5-mysql-5.5.14-22 is installed
  • OR php5-odbc-5.5.14-22 is installed
  • OR php5-openssl-5.5.14-22 is installed
  • OR php5-pcntl-5.5.14-22 is installed
  • OR php5-pdo-5.5.14-22 is installed
  • OR php5-pear-5.5.14-22 is installed
  • OR php5-pgsql-5.5.14-22 is installed
  • OR php5-pspell-5.5.14-22 is installed
  • OR php5-shmop-5.5.14-22 is installed
  • OR php5-snmp-5.5.14-22 is installed
  • OR php5-soap-5.5.14-22 is installed
  • OR php5-sockets-5.5.14-22 is installed
  • OR php5-sqlite-5.5.14-22 is installed
  • OR php5-suhosin-5.5.14-22 is installed
  • OR php5-sysvmsg-5.5.14-22 is installed
  • OR php5-sysvsem-5.5.14-22 is installed
  • OR php5-sysvshm-5.5.14-22 is installed
  • OR php5-tokenizer-5.5.14-22 is installed
  • OR php5-wddx-5.5.14-22 is installed
  • OR php5-xmlreader-5.5.14-22 is installed
  • OR php5-xmlrpc-5.5.14-22 is installed
  • OR php5-xmlwriter-5.5.14-22 is installed
  • OR php5-xsl-5.5.14-22 is installed
  • OR php5-zip-5.5.14-22 is installed
  • OR php5-zlib-5.5.14-22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-45.7.0esr-65.2 is installed
  • OR MozillaFirefox-translations-45.7.0esr-65.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 12 SP2 is installed
  • AND Package Information
  • salt-2016.11.4-46.7 is installed
  • OR salt-minion-2016.11.4-46.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT is installed
  • AND Package Information
  • java-1_8_0-openjdk-1.8.0.171-27.19 is installed
  • OR java-1_8_0-openjdk-demo-1.8.0.171-27.19 is installed
  • OR java-1_8_0-openjdk-devel-1.8.0.171-27.19 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.171-27.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 is installed
  • AND Package Information
  • evolution-data-server-2.24.1.1-11.12.1 is installed
  • OR evolution-data-server-32bit-2.24.1.1-11.12.1 is installed
  • OR evolution-data-server-lang-2.24.1.1-11.12.1 is installed
  • OR evolution-data-server-x86-2.24.1.1-11.12.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • MozillaFirefox-3.5.9-0.1.1 is installed
  • OR MozillaFirefox-translations-3.5.9-0.1.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS is installed
  • AND spacewalk-backend-libs-1.2.74-0.22.2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • gnutls-2.4.1-24.39.47.1 is installed
  • OR libgnutls-extra26-2.4.1-24.39.47.1 is installed
  • OR libgnutls26-2.4.1-24.39.47.1 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.47.1 is installed
  • OR libgnutls26-x86-2.4.1-24.39.47.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • gnutls-2.4.1-24.39.47.1 is installed
  • OR libgnutls-extra26-2.4.1-24.39.47.1 is installed
  • OR libgnutls26-2.4.1-24.39.47.1 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.47.1 is installed
  • OR libgnutls26-x86-2.4.1-24.39.47.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • gnutls-2.4.1-24.39.47.1 is installed
  • OR libgnutls-extra26-2.4.1-24.39.47.1 is installed
  • OR libgnutls26-2.4.1-24.39.47.1 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.47.1 is installed
  • OR libgnutls26-x86-2.4.1-24.39.47.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • ibutils-1.5.4-0.7.7.1 is installed
  • OR ibutils-32bit-1.5.4-0.7.7.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • ibutils-1.5.4-0.7.7.1 is installed
  • OR ibutils-32bit-1.5.4-0.7.7.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • MozillaFirefox-10.0-0.3.2 is installed
  • OR MozillaFirefox-translations-10.0-0.3.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND Package Information
  • java-1_6_0-ibm-1.6.0_sr16.20-49.1 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.20-49.1 is installed
  • OR java-1_6_0-ibm-devel-1.6.0_sr16.20-49.1 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.20-49.1 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.20-49.1 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.20-49.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • MozillaFirefox-17.0.9esr-0.7.1 is installed
  • OR MozillaFirefox-translations-17.0.9esr-0.7.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • MozillaFirefox-17.0.9esr-0.7.1 is installed
  • OR MozillaFirefox-translations-17.0.9esr-0.7.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • kdelibs3-3.5.10-23.27.1 is installed
  • OR kdelibs3-32bit-3.5.10-23.27.1 is installed
  • OR kdelibs3-default-style-3.5.10-23.27.1 is installed
  • OR kdelibs3-default-style-32bit-3.5.10-23.27.1 is installed
  • OR kdelibs3-default-style-x86-3.5.10-23.27.1 is installed
  • OR kdelibs3-x86-3.5.10-23.27.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • ImageMagick-6.4.3.6-7.40.1 is installed
  • OR libMagickCore1-6.4.3.6-7.40.1 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.40.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND LibVNCServer-0.9.1-154.24 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND Package Information
  • libopenssl1-devel-1.0.1g-0.22.1 is installed
  • OR libopenssl1_0_0-1.0.1g-0.22.1 is installed
  • OR libopenssl1_0_0-32bit-1.0.1g-0.22.1 is installed
  • OR libopenssl1_0_0-x86-1.0.1g-0.22.1 is installed
  • OR openssl1-1.0.1g-0.22.1 is installed
  • OR openssl1-doc-1.0.1g-0.22.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • ecryptfs-utils-103-7 is installed
  • OR ecryptfs-utils-32bit-103-7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • ecryptfs-utils-103-7 is installed
  • OR ecryptfs-utils-32bit-103-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND tcpdump-4.5.1-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • libipa_hbac0-1.11.5.1-28 is installed
  • OR libsss_idmap0-1.11.5.1-28 is installed
  • OR libsss_sudo-1.11.5.1-28 is installed
  • OR python-sssd-config-1.11.5.1-28 is installed
  • OR sssd-1.11.5.1-28 is installed
  • OR sssd-32bit-1.11.5.1-28 is installed
  • OR sssd-ad-1.11.5.1-28 is installed
  • OR sssd-ipa-1.11.5.1-28 is installed
  • OR sssd-krb5-1.11.5.1-28 is installed
  • OR sssd-krb5-common-1.11.5.1-28 is installed
  • OR sssd-ldap-1.11.5.1-28 is installed
  • OR sssd-proxy-1.11.5.1-28 is installed
  • OR sssd-tools-1.11.5.1-28 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • kgraft-patch-3_12_67-60_64_18-default-8-3.1 is installed
  • OR kgraft-patch-3_12_67-60_64_18-xen-8-3.1 is installed
  • OR kgraft-patch-SLE12-SP1_Update_9-8-3.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • gtk2-data-2.24.31-7 is installed
  • OR gtk2-lang-2.24.31-7 is installed
  • OR gtk2-tools-2.24.31-7 is installed
  • OR gtk2-tools-32bit-2.24.31-7 is installed
  • OR libgtk-2_0-0-2.24.31-7 is installed
  • OR libgtk-2_0-0-32bit-2.24.31-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • libsoup-2.54.1-5.3.1 is installed
  • OR libsoup-2_4-1-2.54.1-5.3.1 is installed
  • OR libsoup-2_4-1-32bit-2.54.1-5.3.1 is installed
  • OR libsoup-lang-2.54.1-5.3.1 is installed
  • OR typelib-1_0-Soup-2_4-2.54.1-5.3.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND Package Information
  • glib2-lang-2.48.2-10 is installed
  • OR glib2-tools-2.48.2-10 is installed
  • OR libgio-2_0-0-2.48.2-10 is installed
  • OR libgio-2_0-0-32bit-2.48.2-10 is installed
  • OR libglib-2_0-0-2.48.2-10 is installed
  • OR libglib-2_0-0-32bit-2.48.2-10 is installed
  • OR libgmodule-2_0-0-2.48.2-10 is installed
  • OR libgmodule-2_0-0-32bit-2.48.2-10 is installed
  • OR libgobject-2_0-0-2.48.2-10 is installed
  • OR libgobject-2_0-0-32bit-2.48.2-10 is installed
  • OR libgthread-2_0-0-2.48.2-10 is installed
  • OR libgthread-2_0-0-32bit-2.48.2-10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND Package Information
  • aaa_base-13.2+git20140911.61c1681-38.13 is installed
  • OR aaa_base-extras-13.2+git20140911.61c1681-38.13 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • ctdb-4.2.4-18.27 is installed
  • OR libdcerpc-binding0-4.2.4-18.27 is installed
  • OR libdcerpc-binding0-32bit-4.2.4-18.27 is installed
  • OR libdcerpc0-4.2.4-18.27 is installed
  • OR libdcerpc0-32bit-4.2.4-18.27 is installed
  • OR libgensec0-4.2.4-18.27 is installed
  • OR libgensec0-32bit-4.2.4-18.27 is installed
  • OR libndr-krb5pac0-4.2.4-18.27 is installed
  • OR libndr-krb5pac0-32bit-4.2.4-18.27 is installed
  • OR libndr-nbt0-4.2.4-18.27 is installed
  • OR libndr-nbt0-32bit-4.2.4-18.27 is installed
  • OR libndr-standard0-4.2.4-18.27 is installed
  • OR libndr-standard0-32bit-4.2.4-18.27 is installed
  • OR libndr0-4.2.4-18.27 is installed
  • OR libndr0-32bit-4.2.4-18.27 is installed
  • OR libnetapi0-4.2.4-18.27 is installed
  • OR libnetapi0-32bit-4.2.4-18.27 is installed
  • OR libregistry0-4.2.4-18.27 is installed
  • OR libsamba-credentials0-4.2.4-18.27 is installed
  • OR libsamba-credentials0-32bit-4.2.4-18.27 is installed
  • OR libsamba-hostconfig0-4.2.4-18.27 is installed
  • OR libsamba-hostconfig0-32bit-4.2.4-18.27 is installed
  • OR libsamba-passdb0-4.2.4-18.27 is installed
  • OR libsamba-passdb0-32bit-4.2.4-18.27 is installed
  • OR libsamba-util0-4.2.4-18.27 is installed
  • OR libsamba-util0-32bit-4.2.4-18.27 is installed
  • OR libsamdb0-4.2.4-18.27 is installed
  • OR libsamdb0-32bit-4.2.4-18.27 is installed
  • OR libsmbclient-raw0-4.2.4-18.27 is installed
  • OR libsmbclient-raw0-32bit-4.2.4-18.27 is installed
  • OR libsmbclient0-4.2.4-18.27 is installed
  • OR libsmbclient0-32bit-4.2.4-18.27 is installed
  • OR libsmbconf0-4.2.4-18.27 is installed
  • OR libsmbconf0-32bit-4.2.4-18.27 is installed
  • OR libsmbldap0-4.2.4-18.27 is installed
  • OR libsmbldap0-32bit-4.2.4-18.27 is installed
  • OR libtevent-util0-4.2.4-18.27 is installed
  • OR libtevent-util0-32bit-4.2.4-18.27 is installed
  • OR libwbclient0-4.2.4-18.27 is installed
  • OR libwbclient0-32bit-4.2.4-18.27 is installed
  • OR samba-4.2.4-18.27 is installed
  • OR samba-32bit-4.2.4-18.27 is installed
  • OR samba-client-4.2.4-18.27 is installed
  • OR samba-client-32bit-4.2.4-18.27 is installed
  • OR samba-doc-4.2.4-18.27 is installed
  • OR samba-libs-4.2.4-18.27 is installed
  • OR samba-libs-32bit-4.2.4-18.27 is installed
  • OR samba-winbind-4.2.4-18.27 is installed
  • OR samba-winbind-32bit-4.2.4-18.27 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • ctdb-4.2.4-18.27 is installed
  • OR libdcerpc-binding0-4.2.4-18.27 is installed
  • OR libdcerpc-binding0-32bit-4.2.4-18.27 is installed
  • OR libdcerpc0-4.2.4-18.27 is installed
  • OR libdcerpc0-32bit-4.2.4-18.27 is installed
  • OR libgensec0-4.2.4-18.27 is installed
  • OR libgensec0-32bit-4.2.4-18.27 is installed
  • OR libndr-krb5pac0-4.2.4-18.27 is installed
  • OR libndr-krb5pac0-32bit-4.2.4-18.27 is installed
  • OR libndr-nbt0-4.2.4-18.27 is installed
  • OR libndr-nbt0-32bit-4.2.4-18.27 is installed
  • OR libndr-standard0-4.2.4-18.27 is installed
  • OR libndr-standard0-32bit-4.2.4-18.27 is installed
  • OR libndr0-4.2.4-18.27 is installed
  • OR libndr0-32bit-4.2.4-18.27 is installed
  • OR libnetapi0-4.2.4-18.27 is installed
  • OR libnetapi0-32bit-4.2.4-18.27 is installed
  • OR libregistry0-4.2.4-18.27 is installed
  • OR libsamba-credentials0-4.2.4-18.27 is installed
  • OR libsamba-credentials0-32bit-4.2.4-18.27 is installed
  • OR libsamba-hostconfig0-4.2.4-18.27 is installed
  • OR libsamba-hostconfig0-32bit-4.2.4-18.27 is installed
  • OR libsamba-passdb0-4.2.4-18.27 is installed
  • OR libsamba-passdb0-32bit-4.2.4-18.27 is installed
  • OR libsamba-util0-4.2.4-18.27 is installed
  • OR libsamba-util0-32bit-4.2.4-18.27 is installed
  • OR libsamdb0-4.2.4-18.27 is installed
  • OR libsamdb0-32bit-4.2.4-18.27 is installed
  • OR libsmbclient-raw0-4.2.4-18.27 is installed
  • OR libsmbclient-raw0-32bit-4.2.4-18.27 is installed
  • OR libsmbclient0-4.2.4-18.27 is installed
  • OR libsmbclient0-32bit-4.2.4-18.27 is installed
  • OR libsmbconf0-4.2.4-18.27 is installed
  • OR libsmbconf0-32bit-4.2.4-18.27 is installed
  • OR libsmbldap0-4.2.4-18.27 is installed
  • OR libsmbldap0-32bit-4.2.4-18.27 is installed
  • OR libtevent-util0-4.2.4-18.27 is installed
  • OR libtevent-util0-32bit-4.2.4-18.27 is installed
  • OR libwbclient0-4.2.4-18.27 is installed
  • OR libwbclient0-32bit-4.2.4-18.27 is installed
  • OR samba-4.2.4-18.27 is installed
  • OR samba-32bit-4.2.4-18.27 is installed
  • OR samba-client-4.2.4-18.27 is installed
  • OR samba-client-32bit-4.2.4-18.27 is installed
  • OR samba-doc-4.2.4-18.27 is installed
  • OR samba-libs-4.2.4-18.27 is installed
  • OR samba-libs-32bit-4.2.4-18.27 is installed
  • OR samba-winbind-4.2.4-18.27 is installed
  • OR samba-winbind-32bit-4.2.4-18.27 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND apache2-mod_perl-2.0.8-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND Package Information
  • php53-devel-5.3.8-0.43.1 is installed
  • OR php53-imap-5.3.8-0.43.1 is installed
  • OR php53-posix-5.3.8-0.43.1 is installed
  • OR php53-readline-5.3.8-0.43.1 is installed
  • OR php53-sockets-5.3.8-0.43.1 is installed
  • OR php53-sqlite-5.3.8-0.43.1 is installed
  • OR php53-tidy-5.3.8-0.43.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND NetworkManager-devel-0.7.1_git20090811-3.28.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 is installed
  • AND dia-0.97.2-13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
  • AND java-1_7_1-ibm-devel-1.7.1_sr3.10-14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP2 is installed
  • AND accountsservice-devel-0.6.42-14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
  • AND Package Information
  • DirectFB-devel-1.7.1-6 is installed
  • OR lib++dfb-devel-1.7.1-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
  • AND Package Information
  • FastCGI-2.4.0-168 is installed
  • OR FastCGI-devel-2.4.0-168 is installed
  • OR perl-FastCGI-2.4.0-168 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • flash-player-11.2.202.418-11.1 is installed
  • OR flash-player-gnome-11.2.202.418-11.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • flash-player-11.2.202.559-117.1 is installed
  • OR flash-player-gnome-11.2.202.559-117.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • imap-2007e_suse-22.1 is installed
  • OR libc-client2007e_suse-2007e_suse-22.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • gnome-shell-3.20.4-77.7.5 is installed
  • OR gnome-shell-calendar-3.20.4-77.7.5 is installed
  • BACK