Oval Definition:oval:org.opensuse.security:def:10371
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-2006-7243
CVE-2006-7250
CVE-2008-5077
CVE-2009-0023
CVE-2009-0590
CVE-2009-0591
CVE-2009-0789
CVE-2009-0946
CVE-2009-1377
CVE-2009-1378
CVE-2009-1379
CVE-2009-1386
CVE-2009-1387
CVE-2009-2412
CVE-2009-2473
CVE-2009-2474
CVE-2009-3560
CVE-2009-3720
CVE-2010-0407
CVE-2010-0407
CVE-2010-0740
CVE-2010-0742
CVE-2010-1623
CVE-2010-1633
CVE-2010-2225
CVE-2010-2497
CVE-2010-2805
CVE-2010-2939
CVE-2010-2950
CVE-2010-3053
CVE-2010-3054
CVE-2010-3311
CVE-2010-3436
CVE-2010-3709
CVE-2010-3710
CVE-2010-3814
CVE-2010-3855
CVE-2010-3864
CVE-2010-4150
CVE-2010-4352
CVE-2010-4531
CVE-2010-4531
CVE-2010-4645
CVE-2010-5298
CVE-2011-0014
CVE-2011-0226
CVE-2011-0420
CVE-2011-0421
CVE-2011-0708
CVE-2011-1092
CVE-2011-1153
CVE-2011-1466
CVE-2011-2202
CVE-2011-3177
CVE-2011-3207
CVE-2011-3210
CVE-2011-3256
CVE-2011-3379
CVE-2011-3439
CVE-2011-4108
CVE-2011-4153
CVE-2011-4566
CVE-2011-4576
CVE-2011-4577
CVE-2011-4619
CVE-2011-4718
CVE-2011-4885
CVE-2012-0027
CVE-2012-0050
CVE-2012-0830
CVE-2012-0884
CVE-2012-1126
CVE-2012-1127
CVE-2012-1128
CVE-2012-1129
CVE-2012-1130
CVE-2012-1131
CVE-2012-1132
CVE-2012-1133
CVE-2012-1134
CVE-2012-1135
CVE-2012-1136
CVE-2012-1137
CVE-2012-1138
CVE-2012-1139
CVE-2012-1140
CVE-2012-1141
CVE-2012-1142
CVE-2012-1143
CVE-2012-1144
CVE-2012-1162
CVE-2012-1163
CVE-2012-1165
CVE-2012-1823
CVE-2012-2110
CVE-2012-2311
CVE-2012-2335
CVE-2012-2336
CVE-2012-2686
CVE-2012-2688
CVE-2012-3365
CVE-2012-3524
CVE-2012-4929
CVE-2012-5668
CVE-2012-5669
CVE-2012-5670
CVE-2013-0166
CVE-2013-0169
CVE-2013-1635
CVE-2013-1643
CVE-2013-1824
CVE-2013-2168
CVE-2013-4113
CVE-2013-4248
CVE-2013-4353
CVE-2013-6370
CVE-2013-6371
CVE-2013-6420
CVE-2013-6449
CVE-2013-6450
CVE-2013-6712
CVE-2013-7327
CVE-2013-7345
CVE-2013-7456
CVE-2014-0076
CVE-2014-0160
CVE-2014-0185
CVE-2014-0195
CVE-2014-0198
CVE-2014-0221
CVE-2014-0224
CVE-2014-0237
CVE-2014-0238
CVE-2014-1943
CVE-2014-2240
CVE-2014-2241
CVE-2014-2270
CVE-2014-2497
CVE-2014-3158
CVE-2014-3470
CVE-2014-3477
CVE-2014-3505
CVE-2014-3506
CVE-2014-3507
CVE-2014-3508
CVE-2014-3509
CVE-2014-3510
CVE-2014-3511
CVE-2014-3512
CVE-2014-3513
CVE-2014-3532
CVE-2014-3533
CVE-2014-3567
CVE-2014-3568
CVE-2014-3569
CVE-2014-3570
CVE-2014-3571
CVE-2014-3572
CVE-2014-3587
CVE-2014-3597
CVE-2014-3635
CVE-2014-3636
CVE-2014-3637
CVE-2014-3638
CVE-2014-3639
CVE-2014-3668
CVE-2014-3669
CVE-2014-3670
CVE-2014-3970
CVE-2014-4049
CVE-2014-4670
CVE-2014-4698
CVE-2014-5120
CVE-2014-5139
CVE-2014-5459
CVE-2014-7300
CVE-2014-7824
CVE-2014-8142
CVE-2014-8148
CVE-2014-8275
CVE-2014-9427
CVE-2014-9652
CVE-2014-9656
CVE-2014-9657
CVE-2014-9658
CVE-2014-9659
CVE-2014-9660
CVE-2014-9661
CVE-2014-9662
CVE-2014-9663
CVE-2014-9664
CVE-2014-9665
CVE-2014-9666
CVE-2014-9667
CVE-2014-9668
CVE-2014-9669
CVE-2014-9670
CVE-2014-9671
CVE-2014-9672
CVE-2014-9673
CVE-2014-9674
CVE-2014-9675
CVE-2014-9705
CVE-2014-9709
CVE-2014-9767
CVE-2015-0204
CVE-2015-0205
CVE-2015-0206
CVE-2015-0209
CVE-2015-0231
CVE-2015-0232
CVE-2015-0245
CVE-2015-0273
CVE-2015-0286
CVE-2015-0287
CVE-2015-0288
CVE-2015-0289
CVE-2015-0293
CVE-2015-1788
CVE-2015-1789
CVE-2015-1790
CVE-2015-1791
CVE-2015-1792
CVE-2015-1793
CVE-2015-1794
CVE-2015-2301
CVE-2015-2305
CVE-2015-2331
CVE-2015-2348
CVE-2015-2783
CVE-2015-2787
CVE-2015-3193
CVE-2015-3194
CVE-2015-3195
CVE-2015-3196
CVE-2015-3197
CVE-2015-3329
CVE-2015-3330
CVE-2015-3411
CVE-2015-3412
CVE-2015-4021
CVE-2015-4022
CVE-2015-4024
CVE-2015-4026
CVE-2015-4116
CVE-2015-4148
CVE-2015-4598
CVE-2015-4599
CVE-2015-4600
CVE-2015-4601
CVE-2015-4602
CVE-2015-4603
CVE-2015-4643
CVE-2015-4644
CVE-2015-5589
CVE-2015-5590
CVE-2015-6831
CVE-2015-6832
CVE-2015-6833
CVE-2015-6834
CVE-2015-6835
CVE-2015-6836
CVE-2015-6837
CVE-2015-6838
CVE-2015-7803
CVE-2015-8835
CVE-2015-8838
CVE-2015-8866
CVE-2015-8867
CVE-2015-8873
CVE-2015-8874
CVE-2015-8876
CVE-2015-8877
CVE-2015-8879
CVE-2015-8935
CVE-2015-8994
CVE-2016-0701
CVE-2016-0702
CVE-2016-0705
CVE-2016-0797
CVE-2016-0798
CVE-2016-0800
CVE-2016-10109
CVE-2016-10109
CVE-2016-10158
CVE-2016-10159
CVE-2016-10160
CVE-2016-10161
CVE-2016-10166
CVE-2016-10167
CVE-2016-10168
CVE-2016-10244
CVE-2016-10397
CVE-2016-10712
CVE-2016-1903
CVE-2016-2105
CVE-2016-2106
CVE-2016-2107
CVE-2016-2109
CVE-2016-2176
CVE-2016-2177
CVE-2016-2178
CVE-2016-2179
CVE-2016-2180
CVE-2016-2181
CVE-2016-2182
CVE-2016-2183
CVE-2016-2554
CVE-2016-3141
CVE-2016-3142
CVE-2016-3185
CVE-2016-3587
CVE-2016-4070
CVE-2016-4071
CVE-2016-4073
CVE-2016-4342
CVE-2016-4346
CVE-2016-4537
CVE-2016-4538
CVE-2016-4539
CVE-2016-4540
CVE-2016-4541
CVE-2016-4542
CVE-2016-4543
CVE-2016-4544
CVE-2016-5093
CVE-2016-5094
CVE-2016-5095
CVE-2016-5096
CVE-2016-5385
CVE-2016-5399
CVE-2016-5766
CVE-2016-5767
CVE-2016-5768
CVE-2016-5769
CVE-2016-5770
CVE-2016-5771
CVE-2016-5772
CVE-2016-5773
CVE-2016-6128
CVE-2016-6161
CVE-2016-6207
CVE-2016-6288
CVE-2016-6289
CVE-2016-6290
CVE-2016-6291
CVE-2016-6292
CVE-2016-6294
CVE-2016-6295
CVE-2016-6296
CVE-2016-6297
CVE-2016-6302
CVE-2016-6303
CVE-2016-6304
CVE-2016-6306
CVE-2016-6911
CVE-2016-7052
CVE-2016-7055
CVE-2016-7056
CVE-2016-7124
CVE-2016-7125
CVE-2016-7126
CVE-2016-7127
CVE-2016-7128
CVE-2016-7129
CVE-2016-7130
CVE-2016-7131
CVE-2016-7132
CVE-2016-7134
CVE-2016-7411
CVE-2016-7412
CVE-2016-7413
CVE-2016-7414
CVE-2016-7416
CVE-2016-7417
CVE-2016-7418
CVE-2016-7478
CVE-2016-7568
CVE-2016-8670
CVE-2016-9137
CVE-2016-9933
CVE-2016-9934
CVE-2016-9935
CVE-2017-11143
CVE-2017-11144
CVE-2017-11145
CVE-2017-11146
CVE-2017-11147
CVE-2017-11628
CVE-2017-12618
CVE-2017-12933
CVE-2017-14107
CVE-2017-16642
CVE-2017-3731
CVE-2017-3732
CVE-2017-4025
CVE-2017-7272
CVE-2017-7890
CVE-2017-8105
CVE-2017-8287
CVE-2017-9118
CVE-2017-9224
CVE-2017-9226
CVE-2017-9227
CVE-2017-9228
CVE-2017-9229
CVE-2018-10360
CVE-2018-10545
CVE-2018-10546
CVE-2018-10547
CVE-2018-10548
CVE-2018-12882
CVE-2018-13405
CVE-2018-14851
CVE-2018-17082
CVE-2018-5711
CVE-2018-5712
CVE-2018-7584
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 Leap 42.2
SUSE Linux Enterprise Build System Kit 12
SUSE Linux Enterprise Build System Kit 12 SP1
SUSE Linux Enterprise Build System Kit 12 SP3
SUSE Linux Enterprise Build System Kit 12 SP4
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 11 SP4
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise High Availability Extension 11 SP3
SUSE Linux Enterprise Module for Containers 12
SUSE Linux Enterprise Module for Legacy Software 12
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Point of Sale 11 SP3
SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT
SUSE Linux Enterprise Real Time Extension 11 SP3
SUSE Linux Enterprise Real Time Extension 12 SP1
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-LTSS
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP2-LTSS
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 SP4
SUSE Linux Enterprise Server 11-SECURITY
SUSE Linux Enterprise Server 12
SUSE Linux Enterprise Server 12 SP1
SUSE Linux Enterprise Server 12 SP1-LTSS
SUSE Linux Enterprise Server 12 SP2
SUSE Linux Enterprise Server 12 SP2-BCL
SUSE Linux Enterprise Server 12 SP2-LTSS
SUSE Linux Enterprise Server 12 SP3
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
SUSE Linux Enterprise Server for Rasperry Pi 12 SP2
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-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3
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 SP3
SUSE Linux Enterprise Software Development Kit 11 SP4
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 Software Development Kit 12 SP5
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 Linux Enterprise Workstation Extension 12 SP5
Product(s):
Definition Synopsis
  • openSUSE 13.1 is installed
  • AND typo3-cms-4_5-4.5.34-2.4.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 is installed
  • AND Package Information
  • libreoffice-4.3.3.2-6 is installed
  • OR libreoffice-sdk-4.3.3.2-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP1 is installed
  • AND kernel-zfcpdump-3.12.57-60.35 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP3 is installed
  • AND kernel-zfcpdump-4.4.156-94.57 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP4 is installed
  • AND Package Information
  • krb5-mini-1.12.5-40.31 is installed
  • OR krb5-mini-devel-1.12.5-40.31 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • ImageMagick-6.4.3.6-7.26.1 is installed
  • OR libMagick++1-6.4.3.6-7.26.1 is installed
  • OR libMagickCore1-6.4.3.6-7.26.1 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.26.1 is installed
  • OR libMagickWand1-6.4.3.6-7.26.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND a2ps-4.13-1326.37.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • flash-player-11.2.202.548-0.26.1 is installed
  • OR flash-player-gnome-11.2.202.548-0.26.1 is installed
  • OR flash-player-kde4-11.2.202.548-0.26.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • libtasn1-3.7-4 is installed
  • OR libtasn1-6-3.7-4 is installed
  • OR libtasn1-6-32bit-3.7-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-87 is installed
  • OR libopenssl0_9_8-0.9.8j-87 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-87 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • jasper-1.900.14-181 is installed
  • OR libjasper1-1.900.14-181 is installed
  • OR libjasper1-32bit-1.900.14-181 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • libraw-0.15.4-9 is installed
  • OR libraw9-0.15.4-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
  • AND Package Information
  • hawk-0.6.1-0.17.1 is installed
  • OR hawk-templates-0.6.1-0.17.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND Package Information
  • ruby2.1-rubygem-passenger-5.0.18-6.1 is installed
  • OR rubygem-passenger-5.0.18-6.1 is installed
  • OR rubygem-passenger-apache2-5.0.18-6.1 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.20-30 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.20-30 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.20-30 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.20-30 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.60-52.63 is installed
  • OR kernel-ec2-devel-3.12.60-52.63 is installed
  • OR kernel-ec2-extra-3.12.60-52.63 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • nodejs-common-1.0-2 is installed
  • OR nodejs4-4.8.4-15.5 is installed
  • OR nodejs4-devel-4.8.4-15.5 is installed
  • OR nodejs4-docs-4.8.4-15.5 is installed
  • OR nodejs6-6.11.1-11.5 is installed
  • OR nodejs6-devel-6.11.1-11.5 is installed
  • OR nodejs6-docs-6.11.1-11.5 is installed
  • OR npm4-4.8.4-15.5 is installed
  • OR npm6-6.11.1-11.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-45.3.0esr-50.1 is installed
  • OR MozillaFirefox-translations-45.3.0esr-50.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT is installed
  • AND shadow-4.2.1-27.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 11 SP3 is installed
  • AND Package Information
  • kernel-rt-3.0.101.rt130-0.33.44.2 is installed
  • OR kernel-rt-base-3.0.101.rt130-0.33.44.2 is installed
  • OR kernel-rt-devel-3.0.101.rt130-0.33.44.2 is installed
  • OR kernel-rt_trace-3.0.101.rt130-0.33.44.2 is installed
  • OR kernel-rt_trace-base-3.0.101.rt130-0.33.44.2 is installed
  • OR kernel-rt_trace-devel-3.0.101.rt130-0.33.44.2 is installed
  • OR kernel-source-rt-3.0.101.rt130-0.33.44.2 is installed
  • OR kernel-syms-rt-3.0.101.rt130-0.33.44.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 12 SP1 is installed
  • AND Package Information
  • kernel-compute-3.12.67-60.27 is installed
  • OR kernel-compute-base-3.12.67-60.27 is installed
  • OR kernel-compute-devel-3.12.67-60.27 is installed
  • OR kernel-compute_debug-3.12.67-60.27 is installed
  • OR kernel-compute_debug-devel-3.12.67-60.27 is installed
  • OR kernel-devel-rt-3.12.67-60.27 is installed
  • OR kernel-rt-3.12.67-60.27 is installed
  • OR kernel-rt-base-3.12.67-60.27 is installed
  • OR kernel-rt-devel-3.12.67-60.27 is installed
  • OR kernel-rt_debug-3.12.67-60.27 is installed
  • OR kernel-rt_debug-devel-3.12.67-60.27 is installed
  • OR kernel-source-rt-3.12.67-60.27 is installed
  • OR kernel-syms-rt-3.12.67-60.27 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 is installed
  • AND Package Information
  • kdelibs4-4.1.3-8.18.1 is installed
  • OR kdelibs4-core-4.1.3-8.18.1 is installed
  • OR libkde4-4.1.3-8.18.1 is installed
  • OR libkde4-32bit-4.1.3-8.18.1 is installed
  • OR libkde4-x86-4.1.3-8.18.1 is installed
  • OR libkdecore4-4.1.3-8.18.1 is installed
  • OR libkdecore4-32bit-4.1.3-8.18.1 is installed
  • OR libkdecore4-x86-4.1.3-8.18.1 is installed
  • OR utempter-0.5.5-106.18 is installed
  • OR utempter-32bit-0.5.5-106.18 is installed
  • OR utempter-x86-0.5.5-106.18 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND clamav-0.97.5-0.2.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND clamav-0.97.5-0.2.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND clamav-0.97.5-0.2.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND arpwatch-2.1a15-131.23.2.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND arpwatch-2.1a15-131.23.2.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • coreutils-6.12-32.26.1 is installed
  • OR coreutils-lang-6.12-32.26.1 is installed
  • OR coreutils-x86-6.12-32.26.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND Package Information
  • MozillaFirefox-31.3.0esr-0.3.1 is installed
  • OR MozillaFirefox-translations-31.3.0esr-0.3.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • kernel-default-3.0.101-0.7.17.1 is installed
  • OR kernel-default-base-3.0.101-0.7.17.1 is installed
  • OR kernel-default-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-default-man-3.0.101-0.7.17.1 is installed
  • OR kernel-ec2-3.0.101-0.7.17.1 is installed
  • OR kernel-ec2-base-3.0.101-0.7.17.1 is installed
  • OR kernel-ec2-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-pae-3.0.101-0.7.17.1 is installed
  • OR kernel-pae-base-3.0.101-0.7.17.1 is installed
  • OR kernel-pae-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-ppc64-3.0.101-0.7.17.1 is installed
  • OR kernel-ppc64-base-3.0.101-0.7.17.1 is installed
  • OR kernel-ppc64-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-source-3.0.101-0.7.17.1 is installed
  • OR kernel-syms-3.0.101-0.7.17.1 is installed
  • OR kernel-trace-3.0.101-0.7.17.1 is installed
  • OR kernel-trace-base-3.0.101-0.7.17.1 is installed
  • OR kernel-trace-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-xen-3.0.101-0.7.17.1 is installed
  • OR kernel-xen-base-3.0.101-0.7.17.1 is installed
  • OR kernel-xen-devel-3.0.101-0.7.17.1 is installed
  • OR xen-kmp-default-4.1.6_04_3.0.101_0.7.17-0.5.16 is installed
  • OR xen-kmp-pae-4.1.6_04_3.0.101_0.7.17-0.5.16 is installed
  • OR xen-kmp-trace-4.1.6_04_3.0.101_0.7.17-0.5.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • kernel-default-3.0.101-0.7.17.1 is installed
  • OR kernel-default-base-3.0.101-0.7.17.1 is installed
  • OR kernel-default-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-default-man-3.0.101-0.7.17.1 is installed
  • OR kernel-ec2-3.0.101-0.7.17.1 is installed
  • OR kernel-ec2-base-3.0.101-0.7.17.1 is installed
  • OR kernel-ec2-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-pae-3.0.101-0.7.17.1 is installed
  • OR kernel-pae-base-3.0.101-0.7.17.1 is installed
  • OR kernel-pae-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-ppc64-3.0.101-0.7.17.1 is installed
  • OR kernel-ppc64-base-3.0.101-0.7.17.1 is installed
  • OR kernel-ppc64-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-source-3.0.101-0.7.17.1 is installed
  • OR kernel-syms-3.0.101-0.7.17.1 is installed
  • OR kernel-trace-3.0.101-0.7.17.1 is installed
  • OR kernel-trace-base-3.0.101-0.7.17.1 is installed
  • OR kernel-trace-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-xen-3.0.101-0.7.17.1 is installed
  • OR kernel-xen-base-3.0.101-0.7.17.1 is installed
  • OR kernel-xen-devel-3.0.101-0.7.17.1 is installed
  • OR xen-kmp-default-4.1.6_04_3.0.101_0.7.17-0.5.16 is installed
  • OR xen-kmp-pae-4.1.6_04_3.0.101_0.7.17-0.5.16 is installed
  • OR xen-kmp-trace-4.1.6_04_3.0.101_0.7.17-0.5.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • kernel-default-3.0.101-0.7.17.1 is installed
  • OR kernel-default-base-3.0.101-0.7.17.1 is installed
  • OR kernel-default-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-default-man-3.0.101-0.7.17.1 is installed
  • OR kernel-ec2-3.0.101-0.7.17.1 is installed
  • OR kernel-ec2-base-3.0.101-0.7.17.1 is installed
  • OR kernel-ec2-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-pae-3.0.101-0.7.17.1 is installed
  • OR kernel-pae-base-3.0.101-0.7.17.1 is installed
  • OR kernel-pae-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-ppc64-3.0.101-0.7.17.1 is installed
  • OR kernel-ppc64-base-3.0.101-0.7.17.1 is installed
  • OR kernel-ppc64-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-source-3.0.101-0.7.17.1 is installed
  • OR kernel-syms-3.0.101-0.7.17.1 is installed
  • OR kernel-trace-3.0.101-0.7.17.1 is installed
  • OR kernel-trace-base-3.0.101-0.7.17.1 is installed
  • OR kernel-trace-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-xen-3.0.101-0.7.17.1 is installed
  • OR kernel-xen-base-3.0.101-0.7.17.1 is installed
  • OR kernel-xen-devel-3.0.101-0.7.17.1 is installed
  • OR xen-kmp-default-4.1.6_04_3.0.101_0.7.17-0.5.16 is installed
  • OR xen-kmp-pae-4.1.6_04_3.0.101_0.7.17-0.5.16 is installed
  • OR xen-kmp-trace-4.1.6_04_3.0.101_0.7.17-0.5.16 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libxslt-1.1.24-19.23.1 is installed
  • OR libxslt-32bit-1.1.24-19.23.1 is installed
  • OR libxslt-x86-1.1.24-19.23.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • libxslt-1.1.24-19.23.1 is installed
  • OR libxslt-32bit-1.1.24-19.23.1 is installed
  • OR libxslt-x86-1.1.24-19.23.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 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 SP2-LTSS is installed
  • AND Package Information
  • MozillaFirefox-38.7.0esr-36.3 is installed
  • OR MozillaFirefox-translations-38.7.0esr-36.3 is installed
  • OR libfreebl3-3.20.2-20.1 is installed
  • OR libfreebl3-32bit-3.20.2-20.1 is installed
  • OR mozilla-nspr-4.12-19.1 is installed
  • OR mozilla-nspr-32bit-4.12-19.1 is installed
  • OR mozilla-nspr-devel-4.12-19.1 is installed
  • OR mozilla-nss-3.20.2-20.1 is installed
  • OR mozilla-nss-32bit-3.20.2-20.1 is installed
  • OR mozilla-nss-devel-3.20.2-20.1 is installed
  • OR mozilla-nss-tools-3.20.2-20.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND a2ps-4.13-1326.37.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND a2ps-4.13-1326.37.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • libltdl7-2.2.6-2.131 is installed
  • OR libltdl7-32bit-2.2.6-2.131 is installed
  • OR libltdl7-x86-2.2.6-2.131 is installed
  • OR libtool-2.2.6-2.131 is installed
  • OR libtool-32bit-2.2.6-2.131 is installed
  • OR libtool-x86-2.2.6-2.131 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • bind-9.9.6P1-0.25.1 is installed
  • OR bind-chrootenv-9.9.6P1-0.25.1 is installed
  • OR bind-doc-9.9.6P1-0.25.1 is installed
  • OR bind-libs-9.9.6P1-0.25.1 is installed
  • OR bind-libs-32bit-9.9.6P1-0.25.1 is installed
  • OR bind-utils-9.9.6P1-0.25.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND fastjar-0.95-1.24.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND Package Information
  • curl-openssl1-7.19.7-1.70.3.1 is installed
  • OR libcurl4-openssl1-7.19.7-1.70.3.1 is installed
  • OR libcurl4-openssl1-32bit-7.19.7-1.70.3.1 is installed
  • OR libcurl4-openssl1-x86-7.19.7-1.70.3.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • rsyslog-8.4.0-5 is installed
  • OR rsyslog-diag-tools-8.4.0-5 is installed
  • OR rsyslog-doc-8.4.0-5 is installed
  • OR rsyslog-module-gssapi-8.4.0-5 is installed
  • OR rsyslog-module-gtls-8.4.0-5 is installed
  • OR rsyslog-module-mysql-8.4.0-5 is installed
  • OR rsyslog-module-pgsql-8.4.0-5 is installed
  • OR rsyslog-module-relp-8.4.0-5 is installed
  • OR rsyslog-module-snmp-8.4.0-5 is installed
  • OR rsyslog-module-udpspoof-8.4.0-5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • rsyslog-8.4.0-5 is installed
  • OR rsyslog-diag-tools-8.4.0-5 is installed
  • OR rsyslog-doc-8.4.0-5 is installed
  • OR rsyslog-module-gssapi-8.4.0-5 is installed
  • OR rsyslog-module-gtls-8.4.0-5 is installed
  • OR rsyslog-module-mysql-8.4.0-5 is installed
  • OR rsyslog-module-pgsql-8.4.0-5 is installed
  • OR rsyslog-module-relp-8.4.0-5 is installed
  • OR rsyslog-module-snmp-8.4.0-5 is installed
  • OR rsyslog-module-udpspoof-8.4.0-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • aaa_base-13.2+git20140911.61c1681-1.8 is installed
  • OR aaa_base-extras-13.2+git20140911.61c1681-1.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND busybox-1.21.1-3.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kernel-default-3.12.74-60.64.93 is installed
  • OR kernel-default-base-3.12.74-60.64.93 is installed
  • OR kernel-default-devel-3.12.74-60.64.93 is installed
  • OR kernel-default-man-3.12.74-60.64.93 is installed
  • OR kernel-devel-3.12.74-60.64.93 is installed
  • OR kernel-macros-3.12.74-60.64.93 is installed
  • OR kernel-source-3.12.74-60.64.93 is installed
  • OR kernel-syms-3.12.74-60.64.93 is installed
  • OR kernel-xen-3.12.74-60.64.93 is installed
  • OR kernel-xen-base-3.12.74-60.64.93 is installed
  • OR kernel-xen-devel-3.12.74-60.64.93 is installed
  • OR kgraft-patch-3_12_74-60_64_93-default-1-2.5 is installed
  • OR kgraft-patch-3_12_74-60_64_93-xen-1-2.5 is installed
  • OR kgraft-patch-SLE12-SP1_Update_28-1-2.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • kernel-default-3.12.74-60.64.93 is installed
  • OR kernel-default-base-3.12.74-60.64.93 is installed
  • OR kernel-default-devel-3.12.74-60.64.93 is installed
  • OR kernel-default-man-3.12.74-60.64.93 is installed
  • OR kernel-devel-3.12.74-60.64.93 is installed
  • OR kernel-macros-3.12.74-60.64.93 is installed
  • OR kernel-source-3.12.74-60.64.93 is installed
  • OR kernel-syms-3.12.74-60.64.93 is installed
  • OR kernel-xen-3.12.74-60.64.93 is installed
  • OR kernel-xen-base-3.12.74-60.64.93 is installed
  • OR kernel-xen-devel-3.12.74-60.64.93 is installed
  • OR kgraft-patch-3_12_74-60_64_93-default-1-2.5 is installed
  • OR kgraft-patch-3_12_74-60_64_93-xen-1-2.5 is installed
  • OR kgraft-patch-SLE12-SP1_Update_28-1-2.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • jasper-1.900.14-181 is installed
  • OR libjasper1-1.900.14-181 is installed
  • OR libjasper1-32bit-1.900.14-181 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • jasper-1.900.14-181 is installed
  • OR libjasper1-1.900.14-181 is installed
  • OR libjasper1-32bit-1.900.14-181 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • alsa-1.0.27.2-11.4 is installed
  • OR alsa-docs-1.0.27.2-11.4 is installed
  • OR libasound2-1.0.27.2-11.4 is installed
  • OR libasound2-32bit-1.0.27.2-11.10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND
  • libvirt-2.0.0-27.45 is installed
  • OR libvirt-client-2.0.0-27.45 is installed
  • OR libvirt-daemon-2.0.0-27.45 is installed
  • OR libvirt-daemon-config-network-2.0.0-27.45 is installed
  • OR libvirt-daemon-config-nwfilter-2.0.0-27.45 is installed
  • OR libvirt-daemon-driver-interface-2.0.0-27.45 is installed
  • OR libvirt-daemon-driver-libxl-2.0.0-27.45 is installed
  • OR libvirt-daemon-driver-lxc-2.0.0-27.45 is installed
  • OR libvirt-daemon-driver-network-2.0.0-27.45 is installed
  • OR libvirt-daemon-driver-nodedev-2.0.0-27.45 is installed
  • OR libvirt-daemon-driver-nwfilter-2.0.0-27.45 is installed
  • OR libvirt-daemon-driver-qemu-2.0.0-27.45 is installed
  • OR libvirt-daemon-driver-secret-2.0.0-27.45 is installed
  • OR libvirt-daemon-driver-storage-2.0.0-27.45 is installed
  • OR libvirt-daemon-hooks-2.0.0-27.45 is installed
  • OR libvirt-daemon-lxc-2.0.0-27.45 is installed
  • OR libvirt-daemon-qemu-2.0.0-27.45 is installed
  • OR libvirt-daemon-xen-2.0.0-27.45 is installed
  • OR libvirt-doc-2.0.0-27.45 is installed
  • OR libvirt-lock-sanlock-2.0.0-27.45 is installed
  • OR libvirt-nss-2.0.0-27.45 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND
  • libvirt-2.0.0-27.45 is installed
  • OR libvirt-client-2.0.0-27.45 is installed
  • OR libvirt-daemon-2.0.0-27.45 is installed
  • OR libvirt-daemon-config-network-2.0.0-27.45 is installed
  • OR libvirt-daemon-config-nwfilter-2.0.0-27.45 is installed
  • OR libvirt-daemon-driver-interface-2.0.0-27.45 is installed
  • OR libvirt-daemon-driver-libxl-2.0.0-27.45 is installed
  • OR libvirt-daemon-driver-lxc-2.0.0-27.45 is installed
  • OR libvirt-daemon-driver-network-2.0.0-27.45 is installed
  • OR libvirt-daemon-driver-nodedev-2.0.0-27.45 is installed
  • OR libvirt-daemon-driver-nwfilter-2.0.0-27.45 is installed
  • OR libvirt-daemon-driver-qemu-2.0.0-27.45 is installed
  • OR libvirt-daemon-driver-secret-2.0.0-27.45 is installed
  • OR libvirt-daemon-driver-storage-2.0.0-27.45 is installed
  • OR libvirt-daemon-hooks-2.0.0-27.45 is installed
  • OR libvirt-daemon-lxc-2.0.0-27.45 is installed
  • OR libvirt-daemon-qemu-2.0.0-27.45 is installed
  • OR libvirt-daemon-xen-2.0.0-27.45 is installed
  • OR libvirt-doc-2.0.0-27.45 is installed
  • OR libvirt-lock-sanlock-2.0.0-27.45 is installed
  • OR libvirt-nss-2.0.0-27.45 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • xen-4.7.6_05-43.45 is installed
  • OR xen-doc-html-4.7.6_05-43.45 is installed
  • OR xen-libs-4.7.6_05-43.45 is installed
  • OR xen-libs-32bit-4.7.6_05-43.45 is installed
  • OR xen-tools-4.7.6_05-43.45 is installed
  • OR xen-tools-domU-4.7.6_05-43.45 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • xen-4.7.6_05-43.45 is installed
  • OR xen-doc-html-4.7.6_05-43.45 is installed
  • OR xen-libs-4.7.6_05-43.45 is installed
  • OR xen-libs-32bit-4.7.6_05-43.45 is installed
  • OR xen-tools-4.7.6_05-43.45 is installed
  • OR xen-tools-domU-4.7.6_05-43.45 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • libncurses5-5.9-50 is installed
  • OR libncurses5-32bit-5.9-50 is installed
  • OR libncurses6-5.9-50 is installed
  • OR libncurses6-32bit-5.9-50 is installed
  • OR ncurses-5.9-50 is installed
  • OR ncurses-devel-5.9-50 is installed
  • OR ncurses-devel-32bit-5.9-50 is installed
  • OR ncurses-utils-5.9-50 is installed
  • OR tack-5.9-50 is installed
  • OR terminfo-5.9-50 is installed
  • OR terminfo-base-5.9-50 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • libncurses5-5.9-50 is installed
  • OR libncurses5-32bit-5.9-50 is installed
  • OR libncurses6-5.9-50 is installed
  • OR libncurses6-32bit-5.9-50 is installed
  • OR ncurses-5.9-50 is installed
  • OR ncurses-devel-5.9-50 is installed
  • OR ncurses-devel-32bit-5.9-50 is installed
  • OR ncurses-utils-5.9-50 is installed
  • OR tack-5.9-50 is installed
  • OR terminfo-5.9-50 is installed
  • OR terminfo-base-5.9-50 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • qemu-2.6.2-31 is installed
  • OR qemu-arm-2.6.2-31 is installed
  • OR qemu-block-curl-2.6.2-31 is installed
  • OR qemu-block-rbd-2.6.2-31 is installed
  • OR qemu-block-ssh-2.6.2-31 is installed
  • OR qemu-guest-agent-2.6.2-31 is installed
  • OR qemu-ipxe-1.0.0-31 is installed
  • OR qemu-lang-2.6.2-31 is installed
  • OR qemu-tools-2.6.2-31 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Rasperry Pi 12 SP2 is installed
  • AND Package Information
  • qemu-2.6.2-31.2 is installed
  • OR qemu-arm-2.6.2-31.2 is installed
  • OR qemu-block-curl-2.6.2-31.2 is installed
  • OR qemu-block-rbd-2.6.2-31.2 is installed
  • OR qemu-block-ssh-2.6.2-31.2 is installed
  • OR qemu-guest-agent-2.6.2-31.2 is installed
  • OR qemu-ipxe-1.0.0-31.2 is installed
  • OR qemu-lang-2.6.2-31.2 is installed
  • OR qemu-tools-2.6.2-31.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • kgraft-patch-3_12_51-52_39-default-4-2 is installed
  • OR kgraft-patch-3_12_51-52_39-xen-4-2 is installed
  • OR kgraft-patch-SLE12_Update_11-4-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • libspice-server1-0.12.5-10 is installed
  • OR spice-0.12.5-10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 15 SP1 is installed
  • AND Package Information
  • kernel-default-4.12.14-197.102.2 is installed
  • OR kernel-default-base-4.12.14-197.102.2 is installed
  • OR kernel-default-devel-4.12.14-197.102.2 is installed
  • OR kernel-devel-4.12.14-197.102.2 is installed
  • OR kernel-docs-4.12.14-197.102.2 is installed
  • OR kernel-macros-4.12.14-197.102.2 is installed
  • OR kernel-obs-build-4.12.14-197.102.1 is installed
  • OR kernel-source-4.12.14-197.102.2 is installed
  • OR kernel-syms-4.12.14-197.102.2 is installed
  • OR reiserfs-kmp-default-4.12.14-197.102.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND Package Information
  • mozilla-nspr-devel-4.9.4-0.3.1 is installed
  • OR mozilla-nss-devel-3.14.1-0.3.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-devel-24.8.0esr-0.8.1 is installed
  • OR mozilla-nspr-devel-4.10.7-0.3.1 is installed
  • OR mozilla-nss-devel-3.16.4-0.8.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND Package Information
  • GraphicsMagick-1.2.5-4.33.1 is installed
  • OR libGraphicsMagick2-1.2.5-4.33.1 is installed
  • OR perl-GraphicsMagick-1.2.5-4.33.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
  • AND ppp-devel-2.4.7-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP2 is installed
  • AND Package Information
  • jasper-1.900.14-181 is installed
  • OR libjasper-devel-1.900.14-181 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
  • AND Package Information
  • libpoppler44-0.24.4-14.6 is installed
  • OR poppler-0.24.4-14.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
  • AND libneon-devel-0.30.0-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP5 is installed
  • AND Package Information
  • dbus-1-devel-1.8.22-9 is installed
  • OR dbus-1-devel-doc-1.8.22-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • gcc48-gij-4.8.3+r212056-6 is installed
  • OR gcc48-gij-32bit-4.8.3+r212056-6 is installed
  • OR libgcj48-4.8.3+r212056-6 is installed
  • OR libgcj48-32bit-4.8.3+r212056-6 is installed
  • OR libgcj48-jar-4.8.3+r212056-6 is installed
  • OR libgcj_bc1-4.8.3+r212056-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • colord-1.1.7-5 is installed
  • OR colord-lang-1.1.7-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND gd-32bit-2.1.0-12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND libFLAC++6-32bit-1.3.0-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND bluez-cups-5.13-5.4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
  • AND doxygen-1.8.6-3.3 is installed
  • BACK