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





The SUSE Linux Enterprise 15 SP3 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).

The following non-security bugs were fixed:

- ABI: sysfs-kernel-slab: Document some stats (git-fixes). - ALSA: hda: fix general protection fault in azx_runtime_idle (git-fixes). - ALSA: hda: Free card instance properly at probe errors (git-fixes). - ALSA: usb-audio: Add Audient iD14 to mixer map quirk table (git-fixes). - ALSA: usb-audio: Add minimal-mute notion in dB mapping table (bsc#1192375). - ALSA: usb-audio: Add Schiit Hel device to mixer map quirk table (git-fixes). - ALSA: usb-audio: Fix dB level of Bose Revolve+ SoundLink (bsc#1192375). - ALSA: usb-audio: Use int for dB map values (bsc#1192375). - ARM: socfpga: Fix crash with CONFIG_FORTIRY_SOURCE (bsc#1192473). - auxdisplay: ht16k33: Connect backlight to fbdev (git-fixes). - auxdisplay: ht16k33: Fix frame buffer device blanking (git-fixes). - auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string (git-fixes). - bpf: Add kconfig knob for disabling unpriv bpf by default (jsc#SLE-22573) - bpf: Add kconfig knob for disabling unpriv bpf by default (jsc#SLE-22574) - bpf: Disallow unprivileged bpf by default (jsc#SLE-22573). - bpf: Disallow unprivileged bpf by default (jsc#SLE-22574). - bpf: Fix BPF_JIT kconfig symbol dependency (git-fixes jsc#SLE-22574). - bpf: Fix potential race in tail call compatibility check (git-fixes). - bpf, kconfig: Add consolidated menu entry for bpf with core options (jsc#SLE-22574). - btrfs: block-group: Rework documentation of check_system_chunk function (bsc#1192896). - btrfs: fix deadlock between chunk allocation and chunk btree modifications (bsc#1192896). - btrfs: fix memory ordering between normal and ordered work functions (git-fixes). - btrfs: update comments for chunk allocation -ENOSPC cases (bsc#1192896). - cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsem (git-fixes). - config: disable unprivileged BPF by default (jsc#SLE-22573) Backport of mainline commit 8a03e56b253e ('bpf: Disallow unprivileged bpf by default') only changes kconfig default, used e.g. for 'make oldconfig' when the config option is missing, but does not update our kernel configs used for build. Update also these to make sure unprivileged BPF is really disabled by default. - crypto: caam - disable pkc for non-E SoCs (git-fixes). - crypto: qat - detect PFVF collision after ACK (git-fixes). - crypto: qat - disregard spurious PFVF interrupts (git-fixes). - drm/i915: Introduce intel_hpd_hotplug_irqs() (bsc#1192758). - drm: prevent spectre issue in vmw_execbuf_ioctl (bsc#1192802). - EDAC/sb_edac: Fix top-of-high-memory value for Broadwell/Haswell (bsc#1152489). - Eradicate Patch-mainline: No The pre-commit check can reject this deprecated tag then. - exfat: fix erroneous discard when clear cluster bit (git-fixes). - exfat: handle wrong stream entry size in exfat_readdir() (git-fixes). - exfat: properly set s_time_gran (bsc#1192328). - exfat: truncate atimes to 2s granularity (bsc#1192328). - Fix problem with missing installkernel on Tumbleweed. - fuse: fix page stealing (bsc#1192718). - gpio: mpc8xxx: Use 'devm_gpiochip_add_data()' to simplify the code and avoid a leak (git-fixes). - gpio/rockchip: add driver for rockchip gpio (bsc#1192217). - gpio/rockchip: drop irq_gc_lock/irq_gc_unlock for irq set type (bsc#1192217). - gpio/rockchip: extended debounce support is only available on v2 (bsc#1192217). - gpio/rockchip: fetch deferred output settings on probe (bsc#1192217). - gpio/rockchip: fix get_direction value handling (bsc#1192217). - gpio/rockchip: support next version gpio controller (bsc#1192217). - gpio/rockchip: use struct rockchip_gpio_regs for gpio controller (bsc#1192217). - HID: u2fzero: clarify error check and length calculations (git-fixes). - HID: u2fzero: properly handle timeouts in usb_submit_urb (git-fixes). - ibmvnic: check failover_pending in login response (bsc#1190523 ltc#194510). - ibmvnic: do not stop queue in xmit (bsc#1192273 ltc#194629). - ibmvnic: Process crqs after enabling interrupts (bsc#1192273 ltc#194629). - iio: dac: ad5446: Fix ad5622_write() return value (git-fixes). - Input: elantench - fix misreporting trackpoint coordinates (bsc#1192918). - kernel-*-subpackage: Add dependency on kernel scriptlets (bsc#1192740). - mm/hugetlb: initialize hugetlb_usage in mm_init (bsc#1192906). - Move upstreamed sound fix into sorted section - net: dsa: felix: re-enable TX flow control in ocelot_port_flush() (git-fixes). - net: mscc: ocelot: fix hardware timestamp dequeue logic. - net: mscc: ocelot: warn when a PTP IRQ is raised for an unknown skb (git-fixes). - net/smc: Correct smc link connection counter in case of smc client (git-fixes). - net/smc: fix 'workqueue leaked lock' in smc_conn_abort_work (git-fixes). - ocfs2: do not zero pages beyond i_size (bsc#1190795). - ocfs2: fix data corruption on truncate (bsc#1190795). - PCI: aardvark: Do not clear status bits of masked interrupts (git-fixes). - PCI: aardvark: Do not spam about PIO Response Status (git-fixes). - PCI: aardvark: Do not unmask unused interrupts (git-fixes). - PCI: aardvark: Fix checking for link up via LTSSM state (git-fixes). - PCI: aardvark: Fix reporting Data Link Layer Link Active (git-fixes). - PCI: aardvark: Fix return value of MSI domain .alloc() method (git-fixes). - PCI: aardvark: Read all 16-bits from PCIE_MSI_PAYLOAD_REG (git-fixes). - PCI/ACPI: Check for _OSC support in acpi_pci_osc_control_set() (bsc#1169263). - PCI/ACPI: Clarify message about _OSC failure (bsc#1169263). - PCI/ACPI: Move _OSC query checks to separate function (bsc#1169263). - PCI/ACPI: Move supported and control calculations to separate functions (bsc#1169263). - PCI/ACPI: Remove OSC_PCI_SUPPORT_MASKS and OSC_PCI_CONTROL_MASKS (bsc#1169263). - PCI/ACPI: Remove unnecessary osc_lock (bsc#1169263). - PCI: pci-bridge-emul: Fix emulation of W1C bits (git-fixes). - PCI: uniphier: Serialize INTx masking/unmasking and fix the bit operation (git-fixes). - pinctrl: core: fix possible memory leak in pinctrl_enable() (git-fixes). - pinctrl: pinctrl-rockchip: Fix a bunch of kerneldoc misdemeanours (bsc#1192217). - pinctrl/rockchip: add a queue for deferred pin output settings on probe (bsc#1192217). - pinctrl/rockchip: add pinctrl device to gpio bank struct (bsc#1192217). - pinctrl: rockchip: add rk3308 SoC support (bsc#1192217). - pinctrl: rockchip: add support for rk3568 (bsc#1192217). - pinctrl/rockchip: always enable clock for gpio controller (bsc#1192217). - pinctrl: rockchip: clear int status when driver probed (bsc#1192217). - pinctrl: rockchip: create irq mapping in gpio_to_irq (bsc#1192217). - pinctrl: rockchip: do coding style for mux route struct (bsc#1192217). - pinctrl/rockchip: drop the gpio related codes (bsc#1192217). - pinctrl: rockchip: enable gpio pclk for rockchip_gpio_to_irq (bsc#1192217). - pinctrl: rockchip: make driver be tristate module (bsc#1192217). - pinctrl: rockchip: Replace HTTP links with HTTPS ones (bsc#1192217). - pinctrl: rockchip: return ENOMEM instead of EINVAL if allocation fails (bsc#1192217). - pinctrl/rockchip: separate struct rockchip_pin_bank to a head file (bsc#1192217). - power: supply: bq27xxx: Fix kernel crash on IRQ handler register error (git-fixes). - power: supply: max17042_battery: Prevent int underflow in set_soc_threshold (git-fixes). - power: supply: max17042_battery: use VFSOC for capacity when no rsns (git-fixes). - power: supply: rt5033-battery: Change voltage values to 5V (git-fixes). - printk/console: Allow to disable console output by using console='' or console=null (bsc#1192753). - printk: handle blank console arguments passed in (bsc#1192753). - qtnfmac: fix potential Spectre vulnerabilities (bsc#1192802). - r8152: add a helper function about setting EEE (git-fixes). - r8152: Add macpassthru support for ThinkPad Thunderbolt 3 Dock Gen 2 (git-fixes). - r8152: Disable PLA MCU clock speed down (git-fixes). - r8152: disable U2P3 for RTL8153B (git-fixes). - r8152: divide the tx and rx bottom functions (git-fixes). - r8152: do not enable U1U2 with USB_SPEED_HIGH for RTL8153B (git-fixes). - r8152: fix runtime resume for linking change (git-fixes). - r8152: replace array with linking list for rx information (git-fixes). - r8152: reset flow control patch when linking on for RTL8153B (git-fixes). - r8152: saving the settings of EEE (git-fixes). - r8152: separate the rx buffer size (git-fixes). - r8152: use alloc_pages for rx buffer (git-fixes). - random: fix crash on multiple early calls to add_bootloader_randomness() (bsc#1184924) - Revert 'ibmvnic: check failover_pending in login response' (bsc#1190523 ltc#194510). - Revert 'platform/x86: i2c-multi-instantiate: Do not create platform device for INT3515 ACPI nodes' (git-fixes). - Revert 'r8152: adjust the settings about MAC clock speed down for RTL8153' (git-fixes). - Revert 'scsi: ufs: fix a missing check of devm_reset_control_get' (git-fixes). - Revert 'x86/kvm: fix vcpu-id indexed array sizes' (git-fixes). - rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request (git-fixes). - s390/dasd: fix use after free in dasd path handling (git-fixes). - s390/pci: fix use after free of zpci_dev (git-fixes). - s390/pci: fix zpci_zdev_put() on reserve (git-fixes). - s390/qeth: fix deadlock during failing recovery (git-fixes). - s390/qeth: Fix deadlock in remove_discipline (git-fixes). - s390/qeth: fix NULL deref in qeth_clear_working_pool_list() (git-fixes). - s390/topology: clear thread/group maps for offline cpus (git-fixes). - scsi: be2iscsi: Fix an error handling path in beiscsi_dev_probe() (git-fixes). - scsi: BusLogic: Fix missing pr_cont() use (git-fixes). - scsi: core: Fix spelling in a source code comment (git-fixes). - scsi: csiostor: Add module softdep on cxgb4 (git-fixes). - scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn() (git-fixes). - scsi: dc395: Fix error case unwinding (git-fixes). - scsi: fdomain: Fix error return code in fdomain_probe() (git-fixes). - scsi: FlashPoint: Rename si_flags field (git-fixes). - scsi: iscsi: Fix iface sysfs attr detection (git-fixes). - scsi: libsas: Use _safe() loop in sas_resume_port() (git-fixes). - scsi: mpt3sas: Fix error return value in _scsih_expander_add() (git-fixes). - scsi: qedf: Add pointer checks in qedf_update_link_speed() (git-fixes). - scsi: qedf: Fix error codes in qedf_alloc_global_queues() (git-fixes). - scsi: qedi: Fix error codes in qedi_alloc_global_queues() (git-fixes). - scsi: qla2xxx: Fix a memory leak in an error path of qla2x00_process_els() (git-fixes). - scsi: qla2xxx: Make sure that aborted commands are freed (git-fixes). - scsi: smartpqi: Fix an error code in pqi_get_raid_map() (git-fixes). - scsi: snic: Fix an error message (git-fixes). - scsi: ufs-pci: Add quirk for broken auto-hibernate for Intel EHL (git-fixes). - scsi: ufs: ufshcd-pltfrm: Fix memory leak due to probe defer (git-fixes). - serial: 8250_dw: Drop wrong use of ACPI_PTR() (git-fixes). - serial: xilinx_uartps: Fix race condition causing stuck TX (git-fixes). - staging: r8712u: fix control-message timeout (git-fixes). - staging: rtl8192u: fix control-message timeouts (git-fixes). - stmmac: platform: Fix signedness bug in stmmac_probe_config_dt() (git-fixes). - tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker together (bsc#1192745). - Update config files: Add CONFIG_BPF_UNPRIV_DEFAULT_OFF is not set - Update config files: pull BPF configs together - usb: gadget: hid: fix error code in do_config() (git-fixes). - USB: iowarrior: fix control-message timeouts (git-fixes). - usb: max-3421: Use driver data instead of maintaining a list of bound devices (git-fixes). - usb: musb: Balance list entry in musb_gadget_queue (git-fixes). - USB: serial: keyspan: fix memleak on probe errors (git-fixes). - video: fbdev: chipsfb: use memset_io() instead of memset() (git-fixes). - x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.c (bsc#1152489). - x86/xen: Mark cpu_bringup_and_idle() as dead_end_function (git-fixes). - xen-pciback: Fix return in pm_ctrl_init() (git-fixes). - xen: Fix implicit type conversion (git-fixes).
Family:unixClass:patch
Status:Reference(s):1152489
1169263
1170269
1184924
1190523
1190795
1191790
1191961
1192045
1192217
1192273
1192328
1192375
1192473
1192718
1192740
1192745
1192750
1192753
1192758
1192781
1192802
1192896
1192906
1192918
CVE-2008-3522
CVE-2010-2891
CVE-2010-3170
CVE-2011-0523
CVE-2011-0524
CVE-2011-2485
CVE-2011-3389
CVE-2011-3640
CVE-2011-4516
CVE-2011-4517
CVE-2012-0247
CVE-2012-0248
CVE-2012-1185
CVE-2012-1186
CVE-2012-1571
CVE-2012-4510
CVE-2012-5643
CVE-2013-0211
CVE-2013-0743
CVE-2013-0791
CVE-2013-1620
CVE-2013-1739
CVE-2013-1740
CVE-2013-5605
CVE-2013-6401
CVE-2014-1492
CVE-2014-1568
CVE-2014-1569
CVE-2014-3710
CVE-2014-7141
CVE-2014-7142
CVE-2014-8116
CVE-2014-8117
CVE-2014-8137
CVE-2014-8138
CVE-2014-8157
CVE-2014-8158
CVE-2014-8354
CVE-2014-8355
CVE-2014-8562
CVE-2014-8716
CVE-2014-9029
CVE-2014-9620
CVE-2014-9621
CVE-2014-9653
CVE-2014-9749
CVE-2014-9805
CVE-2014-9806
CVE-2014-9807
CVE-2014-9808
CVE-2014-9809
CVE-2014-9810
CVE-2014-9811
CVE-2014-9812
CVE-2014-9813
CVE-2014-9814
CVE-2014-9815
CVE-2014-9816
CVE-2014-9817
CVE-2014-9818
CVE-2014-9819
CVE-2014-9820
CVE-2014-9821
CVE-2014-9822
CVE-2014-9823
CVE-2014-9824
CVE-2014-9825
CVE-2014-9826
CVE-2014-9828
CVE-2014-9829
CVE-2014-9830
CVE-2014-9831
CVE-2014-9832
CVE-2014-9833
CVE-2014-9834
CVE-2014-9835
CVE-2014-9836
CVE-2014-9837
CVE-2014-9838
CVE-2014-9839
CVE-2014-9840
CVE-2014-9841
CVE-2014-9842
CVE-2014-9843
CVE-2014-9844
CVE-2014-9845
CVE-2014-9846
CVE-2014-9847
CVE-2014-9848
CVE-2014-9849
CVE-2014-9850
CVE-2014-9851
CVE-2014-9852
CVE-2014-9853
CVE-2014-9854
CVE-2014-9907
CVE-2015-2304
CVE-2015-2924
CVE-2015-4000
CVE-2015-4491
CVE-2015-5203
CVE-2015-5221
CVE-2015-5400
CVE-2015-7181
CVE-2015-7182
CVE-2015-7236
CVE-2015-7552
CVE-2015-7575
CVE-2015-7673
CVE-2015-7674
CVE-2015-8894
CVE-2015-8895
CVE-2015-8896
CVE-2015-8897
CVE-2015-8898
CVE-2015-8900
CVE-2015-8901
CVE-2015-8902
CVE-2015-8903
CVE-2015-8915
CVE-2015-8916
CVE-2015-8918
CVE-2015-8919
CVE-2015-8920
CVE-2015-8921
CVE-2015-8922
CVE-2015-8923
CVE-2015-8924
CVE-2015-8925
CVE-2015-8926
CVE-2015-8928
CVE-2015-8929
CVE-2015-8930
CVE-2015-8931
CVE-2015-8932
CVE-2015-8933
CVE-2015-8934
CVE-2015-8957
CVE-2015-8958
CVE-2015-8959
CVE-2016-0764
CVE-2016-10002
CVE-2016-10003
CVE-2016-10046
CVE-2016-10048
CVE-2016-10049
CVE-2016-10050
CVE-2016-10051
CVE-2016-10052
CVE-2016-10059
CVE-2016-10060
CVE-2016-10061
CVE-2016-10062
CVE-2016-10063
CVE-2016-10064
CVE-2016-10065
CVE-2016-10068
CVE-2016-10069
CVE-2016-10070
CVE-2016-10071
CVE-2016-10144
CVE-2016-10145
CVE-2016-10146
CVE-2016-10251
CVE-2016-1541
CVE-2016-1577
CVE-2016-1867
CVE-2016-1938
CVE-2016-1950
CVE-2016-1978
CVE-2016-1979
CVE-2016-2089
CVE-2016-2116
CVE-2016-2390
CVE-2016-2569
CVE-2016-2570
CVE-2016-2571
CVE-2016-2572
CVE-2016-2834
CVE-2016-3714
CVE-2016-3715
CVE-2016-3716
CVE-2016-3717
CVE-2016-3718
CVE-2016-3947
CVE-2016-3948
CVE-2016-4051
CVE-2016-4052
CVE-2016-4053
CVE-2016-4054
CVE-2016-4300
CVE-2016-4301
CVE-2016-4302
CVE-2016-4553
CVE-2016-4554
CVE-2016-4555
CVE-2016-4556
CVE-2016-4562
CVE-2016-4563
CVE-2016-4564
CVE-2016-4809
CVE-2016-5010
CVE-2016-5118
CVE-2016-5285
CVE-2016-5418
CVE-2016-5687
CVE-2016-5688
CVE-2016-5689
CVE-2016-5690
CVE-2016-5691
CVE-2016-5841
CVE-2016-5842
CVE-2016-5844
CVE-2016-6250
CVE-2016-6352
CVE-2016-6491
CVE-2016-6520
CVE-2016-6823
CVE-2016-7101
CVE-2016-7513
CVE-2016-7514
CVE-2016-7515
CVE-2016-7516
CVE-2016-7517
CVE-2016-7518
CVE-2016-7519
CVE-2016-7520
CVE-2016-7521
CVE-2016-7522
CVE-2016-7523
CVE-2016-7524
CVE-2016-7525
CVE-2016-7526
CVE-2016-7527
CVE-2016-7528
CVE-2016-7529
CVE-2016-7530
CVE-2016-7531
CVE-2016-7532
CVE-2016-7533
CVE-2016-7534
CVE-2016-7535
CVE-2016-7537
CVE-2016-7538
CVE-2016-7539
CVE-2016-7540
CVE-2016-7545
CVE-2016-7799
CVE-2016-7800
CVE-2016-7996
CVE-2016-7997
CVE-2016-8635
CVE-2016-8654
CVE-2016-8677
CVE-2016-8682
CVE-2016-8683
CVE-2016-8684
CVE-2016-8687
CVE-2016-8688
CVE-2016-8689
CVE-2016-8690
CVE-2016-8691
CVE-2016-8692
CVE-2016-8693
CVE-2016-8707
CVE-2016-8862
CVE-2016-8866
CVE-2016-8880
CVE-2016-8881
CVE-2016-8882
CVE-2016-8883
CVE-2016-8884
CVE-2016-8885
CVE-2016-8886
CVE-2016-8887
CVE-2016-9074
CVE-2016-9262
CVE-2016-9388
CVE-2016-9389
CVE-2016-9390
CVE-2016-9391
CVE-2016-9392
CVE-2016-9393
CVE-2016-9394
CVE-2016-9395
CVE-2016-9398
CVE-2016-9556
CVE-2016-9559
CVE-2016-9560
CVE-2016-9574
CVE-2016-9583
CVE-2016-9591
CVE-2016-9600
CVE-2016-9773
CVE-2017-0381
CVE-2017-1000050
CVE-2017-1000422
CVE-2017-1000445
CVE-2017-1000476
CVE-2017-10800
CVE-2017-10928
CVE-2017-10995
CVE-2017-11141
CVE-2017-11166
CVE-2017-11170
CVE-2017-11188
CVE-2017-11403
CVE-2017-11446
CVE-2017-11448
CVE-2017-11449
CVE-2017-11450
CVE-2017-11478
CVE-2017-11505
CVE-2017-11523
CVE-2017-11524
CVE-2017-11525
CVE-2017-11526
CVE-2017-11527
CVE-2017-11528
CVE-2017-11529
CVE-2017-11530
CVE-2017-11531
CVE-2017-11532
CVE-2017-11533
CVE-2017-11534
CVE-2017-11535
CVE-2017-11537
CVE-2017-11539
CVE-2017-11638
CVE-2017-11639
CVE-2017-11640
CVE-2017-11642
CVE-2017-11644
CVE-2017-11724
CVE-2017-11750
CVE-2017-11751
CVE-2017-11752
CVE-2017-12140
CVE-2017-12418
CVE-2017-12427
CVE-2017-12428
CVE-2017-12429
CVE-2017-12430
CVE-2017-12431
CVE-2017-12432
CVE-2017-12433
CVE-2017-12434
CVE-2017-12435
CVE-2017-12563
CVE-2017-12564
CVE-2017-12565
CVE-2017-12566
CVE-2017-12587
CVE-2017-12640
CVE-2017-12641
CVE-2017-12642
CVE-2017-12643
CVE-2017-12644
CVE-2017-12654
CVE-2017-12662
CVE-2017-12663
CVE-2017-12664
CVE-2017-12665
CVE-2017-12667
CVE-2017-12668
CVE-2017-12669
CVE-2017-12670
CVE-2017-12671
CVE-2017-12672
CVE-2017-12673
CVE-2017-12674
CVE-2017-12675
CVE-2017-12676
CVE-2017-12691
CVE-2017-12692
CVE-2017-12693
CVE-2017-12805
CVE-2017-12806
CVE-2017-12935
CVE-2017-12983
CVE-2017-13058
CVE-2017-13059
CVE-2017-13060
CVE-2017-13061
CVE-2017-13062
CVE-2017-13131
CVE-2017-13133
CVE-2017-13134
CVE-2017-13139
CVE-2017-13141
CVE-2017-13142
CVE-2017-13146
CVE-2017-13147
CVE-2017-13648
CVE-2017-13658
CVE-2017-13758
CVE-2017-13768
CVE-2017-13769
CVE-2017-14042
CVE-2017-14060
CVE-2017-14103
CVE-2017-14138
CVE-2017-14139
CVE-2017-14172
CVE-2017-14173
CVE-2017-14174
CVE-2017-14175
CVE-2017-14224
CVE-2017-14249
CVE-2017-14314
CVE-2017-14325
CVE-2017-14326
CVE-2017-14341
CVE-2017-14342
CVE-2017-14343
CVE-2017-14505
CVE-2017-14531
CVE-2017-14533
CVE-2017-14607
CVE-2017-14649
CVE-2017-14682
CVE-2017-14733
CVE-2017-14739
CVE-2017-14989
CVE-2017-14997
CVE-2017-15016
CVE-2017-15017
CVE-2017-15033
CVE-2017-15217
CVE-2017-15218
CVE-2017-15277
CVE-2017-15281
CVE-2017-15930
CVE-2017-16352
CVE-2017-16353
CVE-2017-16545
CVE-2017-16546
CVE-2017-16669
CVE-2017-17504
CVE-2017-17680
CVE-2017-17681
CVE-2017-17682
CVE-2017-17879
CVE-2017-17881
CVE-2017-17882
CVE-2017-17884
CVE-2017-17885
CVE-2017-17887
CVE-2017-17914
CVE-2017-17934
CVE-2017-18008
CVE-2017-18022
CVE-2017-18027
CVE-2017-18028
CVE-2017-18029
CVE-2017-18209
CVE-2017-18211
CVE-2017-18250
CVE-2017-18251
CVE-2017-18252
CVE-2017-18254
CVE-2017-18271
CVE-2017-2862
CVE-2017-2870
CVE-2017-5498
CVE-2017-5506
CVE-2017-5507
CVE-2017-5508
CVE-2017-5510
CVE-2017-5511
CVE-2017-6312
CVE-2017-6313
CVE-2017-6314
CVE-2017-6502
CVE-2017-6850
CVE-2017-7606
CVE-2017-7805
CVE-2017-7941
CVE-2017-7942
CVE-2017-7943
CVE-2017-8343
CVE-2017-8344
CVE-2017-8345
CVE-2017-8346
CVE-2017-8347
CVE-2017-8348
CVE-2017-8349
CVE-2017-8350
CVE-2017-8351
CVE-2017-8352
CVE-2017-8353
CVE-2017-8354
CVE-2017-8355
CVE-2017-8356
CVE-2017-8357
CVE-2017-8765
CVE-2017-8779
CVE-2017-8830
CVE-2017-9098
CVE-2017-9141
CVE-2017-9142
CVE-2017-9143
CVE-2017-9144
CVE-2017-9261
CVE-2017-9262
CVE-2017-9405
CVE-2017-9407
CVE-2017-9409
CVE-2017-9439
CVE-2017-9440
CVE-2017-9500
CVE-2017-9501
CVE-2018-1000024
CVE-2018-1000027
CVE-2018-10177
CVE-2018-10360
CVE-2018-1063
CVE-2018-10804
CVE-2018-10805
CVE-2018-11251
CVE-2018-11655
CVE-2018-11656
CVE-2018-1172
CVE-2018-12599
CVE-2018-12600
CVE-2018-14434
CVE-2018-14435
CVE-2018-14436
CVE-2018-14437
CVE-2018-16323
CVE-2018-16329
CVE-2018-16412
CVE-2018-16413
CVE-2018-16640
CVE-2018-16642
CVE-2018-16643
CVE-2018-16644
CVE-2018-16645
CVE-2018-16749
CVE-2018-16750
CVE-2018-17965
CVE-2018-17966
CVE-2018-18016
CVE-2018-18024
CVE-2018-18544
CVE-2018-20467
CVE-2018-5246
CVE-2018-5247
CVE-2018-5357
CVE-2018-5685
CVE-2018-6405
CVE-2018-7443
CVE-2018-7470
CVE-2018-8804
CVE-2018-8960
CVE-2018-9018
CVE-2018-9055
CVE-2018-9133
CVE-2018-9135
CVE-2019-10131
CVE-2019-10650
CVE-2019-11007
CVE-2019-11008
CVE-2019-11009
CVE-2019-11470
CVE-2019-11472
CVE-2019-11505
CVE-2019-11506
CVE-2019-11597
CVE-2019-11598
CVE-2019-12974
CVE-2019-12975
CVE-2019-12976
CVE-2019-12978
CVE-2019-12979
CVE-2019-13133
CVE-2019-13134
CVE-2019-13135
CVE-2019-13295
CVE-2019-13297
CVE-2019-13300
CVE-2019-13301
CVE-2019-13307
CVE-2019-13308
CVE-2019-13310
CVE-2019-13311
CVE-2019-13391
CVE-2019-13454
CVE-2019-7175
CVE-2019-7395
CVE-2019-7397
CVE-2019-7398
CVE-2019-8905
CVE-2019-8906
CVE-2019-8907
CVE-2019-9956
CVE-2021-0941
CVE-2021-20322
CVE-2021-31916
CVE-2021-34981
SUSE-SU-2021:3941-1
Platform(s):openSUSE 13.1
openSUSE 13.2
openSUSE 13.2 NonFree
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise for SAP 11 SP4
SUSE Linux Enterprise High Availability 15 SP3
SUSE Linux Enterprise High Performance Computing 15 SP3
SUSE Linux Enterprise Live Patching 12 SP3
SUSE Linux Enterprise Live Patching 12 SP4
SUSE Linux Enterprise Module for Advanced Systems Management 12
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
SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT
SUSE Linux Enterprise Real Time Extension 11 SP1
SUSE Linux Enterprise Real Time Extension 11 SP4
SUSE Linux Enterprise Real Time Extension 12 SP2
SUSE Linux Enterprise Real Time Extension 12 SP3
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 SP3
SUSE Linux Enterprise Server 12 SP4
SUSE Linux Enterprise Server 12 SP5
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server 15 SP3
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 SP3
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 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.2
SUSE Manager Server 4.2
Product(s):
Definition Synopsis
  • SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
  • AND Package Information
  • dnsmasq-2.71-6.3.1 is installed
  • OR dnsmasq-utils-2.71-6.3.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • libvirt-0.9.6-0.21.3 is installed
  • OR libvirt-client-0.9.6-0.21.3 is installed
  • OR libvirt-client-32bit-0.9.6-0.21.3 is installed
  • OR libvirt-doc-0.9.6-0.21.3 is installed
  • OR libvirt-python-0.9.6-0.21.3 is installed
  • OR virt-manager-0.9.0-3.19.1 is installed
  • OR vm-install-0.5.10-0.5.1 is installed
  • OR xen-4.1.2_20-0.5.2 is installed
  • OR xen-doc-html-4.1.2_20-0.5.2 is installed
  • OR xen-doc-pdf-4.1.2_20-0.5.2 is installed
  • OR xen-kmp-default-4.1.2_20_3.0.38_0.5-0.5.2 is installed
  • OR xen-kmp-trace-4.1.2_20_3.0.38_0.5-0.5.2 is installed
  • OR xen-libs-4.1.2_20-0.5.2 is installed
  • OR xen-libs-32bit-4.1.2_20-0.5.2 is installed
  • OR xen-tools-4.1.2_20-0.5.2 is installed
  • OR xen-tools-domU-4.1.2_20-0.5.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND libaugeas0-0.9.0-3.15.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • kernel-default-3.12.51-52.34.1 is installed
  • OR kernel-default-devel-3.12.51-52.34.1 is installed
  • OR kernel-default-extra-3.12.51-52.34.1 is installed
  • OR kernel-devel-3.12.51-52.34.1 is installed
  • OR kernel-macros-3.12.51-52.34.1 is installed
  • OR kernel-source-3.12.51-52.34.1 is installed
  • OR kernel-syms-3.12.51-52.34.1 is installed
  • OR kernel-xen-3.12.51-52.34.1 is installed
  • OR kernel-xen-devel-3.12.51-52.34.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • glibc-2.19-35 is installed
  • OR glibc-32bit-2.19-35 is installed
  • OR glibc-devel-2.19-35 is installed
  • OR glibc-devel-32bit-2.19-35 is installed
  • OR glibc-i18ndata-2.19-35 is installed
  • OR glibc-locale-2.19-35 is installed
  • OR glibc-locale-32bit-2.19-35 is installed
  • OR nscd-2.19-35 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • MozillaFirefox-45.5.1esr-93 is installed
  • OR MozillaFirefox-translations-45.5.1esr-93 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • libical-1.0.1-16.3 is installed
  • OR libical1-1.0.1-16.3 is installed
  • OR libical1-32bit-1.0.1-16.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise for SAP 11 SP4 is installed
  • AND Package Information
  • compat-openssl097g-0.9.7g-146.22.41.1 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22.41.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 15 SP3 is installed
  • AND Package Information
  • cluster-md-kmp-default-5.3.18-59.37.2 is installed
  • OR dlm-kmp-default-5.3.18-59.37.2 is installed
  • OR gfs2-kmp-default-5.3.18-59.37.2 is installed
  • OR ocfs2-kmp-default-5.3.18-59.37.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Live Patching 12 SP3 is installed
  • AND Package Information
  • kgraft-patch-4_4_138-94_39-default-3-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_14-3-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Live Patching 12 SP4 is installed
  • AND Package Information
  • kgraft-patch-4_12_14-95_3-default-1-7 is installed
  • OR kgraft-patch-SLE12-SP4_Update_1-1-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
  • AND Package Information
  • salt-2016.11.4-46.10 is installed
  • OR salt-api-2016.11.4-46.10 is installed
  • OR salt-bash-completion-2016.11.4-46.10 is installed
  • OR salt-cloud-2016.11.4-46.10 is installed
  • OR salt-doc-2016.11.4-46.10 is installed
  • OR salt-master-2016.11.4-46.10 is installed
  • OR salt-minion-2016.11.4-46.10 is installed
  • OR salt-proxy-2016.11.4-46.10 is installed
  • OR salt-ssh-2016.11.4-46.10 is installed
  • OR salt-syndic-2016.11.4-46.10 is installed
  • OR salt-zsh-completion-2016.11.4-46.10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND Package Information
  • ruby2.1-rubygem-rack-1_4-1.4.5-8 is installed
  • OR rubygem-rack-1_4-1.4.5-8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-70 is installed
  • OR libopenssl0_9_8-0.9.8j-70 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-70 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.48-52.27 is installed
  • OR kernel-ec2-devel-3.12.48-52.27 is installed
  • OR kernel-ec2-extra-3.12.48-52.27 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
  • POS_Image-Minimal3-3.4.0-18.1 is installed
  • OR POS_Image-Netboot-hooks-3.4.0-18.1 is installed
  • OR POS_Image-Tools-3.4.0-18.1 is installed
  • OR POS_Image3-3.5.5-18.1 is installed
  • OR POS_Migration-3.5.5-18.1 is installed
  • OR POS_Server-Admin3-3.5.5-18.1 is installed
  • OR POS_Server-AdminGUI-3.5.5-18.1 is installed
  • OR POS_Server-AdminTools3-3.5.5-18.1 is installed
  • OR POS_Server-BranchTools3-3.5.5-18.1 is installed
  • OR POS_Server-Modules3-3.5.5-18.1 is installed
  • OR POS_Server3-3.5.5-18.1 is installed
  • OR admind-1.9-18.1 is installed
  • OR admind-client-1.9-18.1 is installed
  • OR posbios-1.0-18.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 12 SP2 is installed
  • AND Package Information
  • salt-2016.11.4-45 is installed
  • OR salt-minion-2016.11.4-45 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT is installed
  • AND Package Information
  • glibc-2.22-62.13 is installed
  • OR glibc-32bit-2.22-62.13 is installed
  • OR glibc-devel-2.22-62.13 is installed
  • OR glibc-devel-32bit-2.22-62.13 is installed
  • OR glibc-html-2.22-62.13 is installed
  • OR glibc-i18ndata-2.22-62.13 is installed
  • OR glibc-info-2.22-62.13 is installed
  • OR glibc-locale-2.22-62.13 is installed
  • OR glibc-locale-32bit-2.22-62.13 is installed
  • OR glibc-profile-2.22-62.13 is installed
  • OR glibc-profile-32bit-2.22-62.13 is installed
  • OR nscd-2.22-62.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 11 SP1 is installed
  • AND ofed-kmp-rt-1.5.2_2.6.33.18_rt31_0.3-0.9.13.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
  • AND Package Information
  • kernel-rt-3.0.101.rt130-57.1 is installed
  • OR kernel-rt-base-3.0.101.rt130-57.1 is installed
  • OR kernel-rt-devel-3.0.101.rt130-57.1 is installed
  • OR kernel-rt_trace-3.0.101.rt130-57.1 is installed
  • OR kernel-rt_trace-base-3.0.101.rt130-57.1 is installed
  • OR kernel-rt_trace-devel-3.0.101.rt130-57.1 is installed
  • OR kernel-source-rt-3.0.101.rt130-57.1 is installed
  • OR kernel-syms-rt-3.0.101.rt130-57.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 12 SP2 is installed
  • AND Package Information
  • cluster-md-kmp-rt-4.4.88-18 is installed
  • OR cluster-network-kmp-rt-4.4.88-18 is installed
  • OR dlm-kmp-rt-4.4.88-18 is installed
  • OR gfs2-kmp-rt-4.4.88-18 is installed
  • OR kernel-devel-rt-4.4.88-18 is installed
  • OR kernel-rt-4.4.88-18 is installed
  • OR kernel-rt-base-4.4.88-18 is installed
  • OR kernel-rt-devel-4.4.88-18 is installed
  • OR kernel-rt_debug-4.4.88-18 is installed
  • OR kernel-rt_debug-devel-4.4.88-18 is installed
  • OR kernel-source-rt-4.4.88-18 is installed
  • OR kernel-syms-rt-4.4.88-18 is installed
  • OR ocfs2-kmp-rt-4.4.88-18 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 12 SP3 is installed
  • AND Package Information
  • cluster-md-kmp-rt-4.4.139-3.17 is installed
  • OR dlm-kmp-rt-4.4.139-3.17 is installed
  • OR gfs2-kmp-rt-4.4.139-3.17 is installed
  • OR kernel-devel-rt-4.4.139-3.17 is installed
  • OR kernel-rt-4.4.139-3.17 is installed
  • OR kernel-rt-base-4.4.139-3.17 is installed
  • OR kernel-rt-devel-4.4.139-3.17 is installed
  • OR kernel-rt_debug-4.4.139-3.17 is installed
  • OR kernel-rt_debug-devel-4.4.139-3.17 is installed
  • OR kernel-source-rt-4.4.139-3.17 is installed
  • OR kernel-syms-rt-4.4.139-3.17 is installed
  • OR ocfs2-kmp-rt-4.4.139-3.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 is installed
  • AND procps-3.2.7-151.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • MozillaFirefox-10.0.4-0.3.3 is installed
  • OR MozillaFirefox-translations-10.0.4-0.3.3 is installed
  • OR libfreebl3-3.13.4-0.2.1 is installed
  • OR libfreebl3-32bit-3.13.4-0.2.1 is installed
  • OR libfreebl3-x86-3.13.4-0.2.1 is installed
  • OR mozilla-nss-3.13.4-0.2.1 is installed
  • OR mozilla-nss-32bit-3.13.4-0.2.1 is installed
  • OR mozilla-nss-tools-3.13.4-0.2.1 is installed
  • OR mozilla-nss-x86-3.13.4-0.2.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • MozillaFirefox-10.0.4-0.3.3 is installed
  • OR MozillaFirefox-translations-10.0.4-0.3.3 is installed
  • OR libfreebl3-3.13.4-0.2.1 is installed
  • OR libfreebl3-32bit-3.13.4-0.2.1 is installed
  • OR libfreebl3-x86-3.13.4-0.2.1 is installed
  • OR mozilla-nss-3.13.4-0.2.1 is installed
  • OR mozilla-nss-32bit-3.13.4-0.2.1 is installed
  • OR mozilla-nss-tools-3.13.4-0.2.1 is installed
  • OR mozilla-nss-x86-3.13.4-0.2.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • PackageKit-0.3.14-2.12.105 is installed
  • OR PackageKit-lang-0.3.14-2.12.105 is installed
  • OR hal-0.5.12-23.40.5 is installed
  • OR hal-32bit-0.5.12-23.40.5 is installed
  • OR hal-doc-0.5.12-23.40.6 is installed
  • OR hal-x86-0.5.12-23.40.5 is installed
  • OR libpackagekit-glib10-0.3.14-2.12.105 is installed
  • OR yast2-core-2.17.35-0.2.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND Package Information
  • MozillaFirefox-24.5.0esr-0.3.1 is installed
  • OR MozillaFirefox-branding-SLED-24-0.4.10.14 is installed
  • OR MozillaFirefox-translations-24.5.0esr-0.3.1 is installed
  • OR libfreebl3-3.16-0.3.1 is installed
  • OR libfreebl3-32bit-3.16-0.3.1 is installed
  • OR mozilla-nspr-4.10.4-0.3.1 is installed
  • OR mozilla-nspr-32bit-4.10.4-0.3.1 is installed
  • OR mozilla-nss-3.16-0.3.1 is installed
  • OR mozilla-nss-32bit-3.16-0.3.1 is installed
  • OR mozilla-nss-tools-3.16-0.3.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • openCryptoki-2.4-0.11.1 is installed
  • OR openCryptoki-32bit-2.4-0.11.1 is installed
  • OR openCryptoki-64bit-2.4-0.11.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • openCryptoki-2.4-0.11.1 is installed
  • OR openCryptoki-32bit-2.4-0.11.1 is installed
  • OR openCryptoki-64bit-2.4-0.11.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • PackageKit-0.3.14-2.23.126 is installed
  • OR PackageKit-lang-0.3.14-2.23.126 is installed
  • OR hal-0.5.12-23.58.22 is installed
  • OR hal-32bit-0.5.12-23.58.22 is installed
  • OR hal-doc-0.5.12-23.58.21 is installed
  • OR hal-x86-0.5.12-23.58.22 is installed
  • OR libpackagekit-glib10-0.3.14-2.23.126 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND Package Information
  • libopenssl-devel-0.9.8j-0.97.1 is installed
  • OR libopenssl0_9_8-0.9.8j-0.97.1 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-0.97.1 is installed
  • OR libopenssl0_9_8-hmac-0.9.8j-0.97.1 is installed
  • OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.97.1 is installed
  • OR openssl-0.9.8j-0.97.1 is installed
  • OR openssl-doc-0.9.8j-0.97.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • bind-9.9.6P1-0.12.1 is installed
  • OR bind-chrootenv-9.9.6P1-0.12.1 is installed
  • OR bind-doc-9.9.6P1-0.12.1 is installed
  • OR bind-libs-9.9.6P1-0.12.1 is installed
  • OR bind-libs-32bit-9.9.6P1-0.12.1 is installed
  • OR bind-libs-x86-9.9.6P1-0.12.1 is installed
  • OR bind-utils-9.9.6P1-0.12.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • bind-9.9.6P1-0.12.1 is installed
  • OR bind-chrootenv-9.9.6P1-0.12.1 is installed
  • OR bind-doc-9.9.6P1-0.12.1 is installed
  • OR bind-libs-9.9.6P1-0.12.1 is installed
  • OR bind-libs-32bit-9.9.6P1-0.12.1 is installed
  • OR bind-libs-x86-9.9.6P1-0.12.1 is installed
  • OR bind-utils-9.9.6P1-0.12.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-17.0.4esr-0.10.42 is installed
  • OR MozillaFirefox-translations-17.0.4esr-0.10.42 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS 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 Server 11 SP4 is installed
  • AND Package Information
  • apache2-2.2.12-1.51.52.1 is installed
  • OR apache2-doc-2.2.12-1.51.52.1 is installed
  • OR apache2-example-pages-2.2.12-1.51.52.1 is installed
  • OR apache2-prefork-2.2.12-1.51.52.1 is installed
  • OR apache2-utils-2.2.12-1.51.52.1 is installed
  • OR apache2-worker-2.2.12-1.51.52.1 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
  • libxml2-2.9.1-20 is installed
  • OR libxml2-2-2.9.1-20 is installed
  • OR libxml2-2-32bit-2.9.1-20 is installed
  • OR libxml2-doc-2.9.1-20 is installed
  • OR libxml2-tools-2.9.1-20 is installed
  • OR python-libxml2-2.9.1-20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • libxml2-2.9.1-20 is installed
  • OR libxml2-2-2.9.1-20 is installed
  • OR libxml2-2-32bit-2.9.1-20 is installed
  • OR libxml2-doc-2.9.1-20 is installed
  • OR libxml2-tools-2.9.1-20 is installed
  • OR python-libxml2-2.9.1-20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • rpm-4.11.2-10 is installed
  • OR rpm-32bit-4.11.2-10 is installed
  • OR rpm-build-4.11.2-10 is installed
  • OR rpm-python-4.11.2-10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • glibc-2.19-35 is installed
  • OR glibc-32bit-2.19-35 is installed
  • OR glibc-devel-2.19-35 is installed
  • OR glibc-devel-32bit-2.19-35 is installed
  • OR glibc-html-2.19-35 is installed
  • OR glibc-i18ndata-2.19-35 is installed
  • OR glibc-info-2.19-35 is installed
  • OR glibc-locale-2.19-35 is installed
  • OR glibc-locale-32bit-2.19-35 is installed
  • OR glibc-profile-2.19-35 is installed
  • OR glibc-profile-32bit-2.19-35 is installed
  • OR nscd-2.19-35 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • git-2.12.3-27.5.1 is installed
  • OR git-core-2.12.3-27.5.1 is installed
  • OR git-doc-2.12.3-27.5.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND libjansson4-2.7-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • gdk-pixbuf-loader-rsvg-2.40.18-5.3.1 is installed
  • OR librsvg-2.40.18-5.3.1 is installed
  • OR librsvg-2-2-2.40.18-5.3.1 is installed
  • OR librsvg-2-2-32bit-2.40.18-5.3.1 is installed
  • OR rsvg-view-2.40.18-5.3.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND libarchive13-3.1.2-25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND Package Information
  • ImageMagick-config-6-SUSE-6.8.8.1-71.126 is installed
  • OR ImageMagick-config-6-upstream-6.8.8.1-71.126 is installed
  • OR libMagickCore-6_Q16-1-6.8.8.1-71.126 is installed
  • OR libMagickWand-6_Q16-1-6.8.8.1-71.126 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • postgresql93-9.3.18-25.5 is installed
  • OR postgresql93-contrib-9.3.18-25.5 is installed
  • OR postgresql93-docs-9.3.18-25.5 is installed
  • OR postgresql93-server-9.3.18-25.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • postgresql93-9.3.18-25.5 is installed
  • OR postgresql93-contrib-9.3.18-25.5 is installed
  • OR postgresql93-docs-9.3.18-25.5 is installed
  • OR postgresql93-server-9.3.18-25.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • accountsservice-0.6.42-14 is installed
  • OR accountsservice-lang-0.6.42-14 is installed
  • OR libaccountsservice0-0.6.42-14 is installed
  • OR typelib-1_0-AccountsService-1_0-0.6.42-14 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 Software Development Kit 11 SP2 is installed
  • AND Package Information
  • freeradius-server-devel-2.1.1-7.16.1 is installed
  • OR freeradius-server-libs-2.1.1-7.16.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND Package Information
  • OpenEXR-32bit-1.6.1-83.17.1 is installed
  • OR OpenEXR-devel-1.6.1-83.17.1 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 augeas-devel-1.2.0-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP2 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 SP3 is installed
  • AND Package Information
  • NetworkManager-1.0.12-12 is installed
  • OR NetworkManager-devel-1.0.12-12 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.468-89.1 is installed
  • OR flash-player-gnome-11.2.202.468-89.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • flash-player-11.2.202.635-140.1 is installed
  • OR flash-player-gnome-11.2.202.635-140.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • gstreamer-0_10-plugins-base-0.10.36-14.1 is installed
  • OR gstreamer-0_10-plugins-base-lang-0.10.36-14.1 is installed
  • OR libgstapp-0_10-0-0.10.36-14.1 is installed
  • OR libgstinterfaces-0_10-0-0.10.36-14.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND icu-52.1-8.3.1 is installed
  • BACK