SUSE-SU-2021:3616-1

Vulnerability from csaf_suse - Published: 2021-11-04 11:29 - Updated: 2026-09-20 14:08
Summary
Security update for binutils
Severity
Moderate
Notes
Title of the patch: Security update for binutils
Description of the patch: This update for binutils fixes the following issues: Update to binutils 2.37: * The GNU Binutils sources now requires a C99 compiler and library to build. * Support for Realm Management Extension (RME) for AArch64 has been added. * A new linker option '-z report-relative-reloc' for x86 ELF targets has been added to report dynamic relative relocations. * A new linker option '-z start-stop-gc' has been added to disable special treatment of __start_*/__stop_* references when --gc-sections. * A new linker options '-Bno-symbolic' has been added which will cancel the '-Bsymbolic' and '-Bsymbolic-functions' options. * The readelf tool has a new command line option which can be used to specify how the numeric values of symbols are reported. --sym-base=0|8|10|16 tells readelf to display the values in base 8, base 10 or base 16. A sym base of 0 represents the default action of displaying values under 10000 in base 10 and values above that in base 16. * A new format has been added to the nm program. Specifying '--format=just-symbols' (or just using -j) will tell the program to only display symbol names and nothing else. * A new command line option '--keep-section-symbols' has been added to objcopy and strip. This stops the removal of unused section symbols when the file is copied. Removing these symbols saves space, but sometimes they are needed by other tools. * The '--weaken', '--weaken-symbol' and '--weaken-symbols' options supported by objcopy now make undefined symbols weak on targets that support weak symbols. * Readelf and objdump can now display and use the contents of .debug_sup sections. * Readelf and objdump will now follow links to separate debug info files by default. This behaviour can be stopped via the use of the new '-wN' or '--debug-dump=no-follow-links' options for readelf and the '-WN' or '--dwarf=no-follow-links' options for objdump. Also the old behaviour can be restored by the use of the '--enable-follow-debug-links=no' configure time option. The semantics of the =follow-links option have also been slightly changed. When enabled, the option allows for the loading of symbol tables and string tables from the separate files which can be used to enhance the information displayed when dumping other sections, but it does not automatically imply that information from the separate files should be displayed. If other debug section display options are also enabled (eg '--debug-dump=info') then the contents of matching sections in both the main file and the separate debuginfo file *will* be displayed. This is because in most cases the debug section will only be present in one of the files. If however non-debug section display options are enabled (eg '--sections') then the contents of matching parts of the separate debuginfo file will *not* be displayed. This is because in most cases the user probably only wanted to load the symbol information from the separate debuginfo file. In order to change this behaviour a new command line option --process-links can be used. This will allow di0pslay options to applied to both the main file and any separate debuginfo files. * Nm has a new command line option: '--quiet'. This suppresses 'no symbols' diagnostic. Update to binutils 2.36: New features in the Assembler: - General: * When setting the link order attribute of ELF sections, it is now possible to use a numeric section index instead of symbol name. * Added a .nop directive to generate a single no-op instruction in a target neutral manner. This instruction does have an effect on DWARF line number generation, if that is active. * Removed --reduce-memory-overheads and --hash-size as gas now uses hash tables that can be expand and shrink automatically. - X86/x86_64: * Add support for AVX VNNI, HRESET, UINTR, TDX, AMX and Key Locker instructions. * Support non-absolute segment values for lcall and ljmp. * Add {disp16} pseudo prefix to x86 assembler. * Configure with --enable-x86-used-note by default for Linux/x86. - ARM/AArch64: * Add support for Cortex-A78, Cortex-A78AE and Cortex-X1, Cortex-R82, Neoverse V1, and Neoverse N2 cores. * Add support for ETMv4 (Embedded Trace Macrocell), ETE (Embedded Trace Extension), TRBE (Trace Buffer Extension), CSRE (Call Stack Recorder Extension) and BRBE (Branch Record Buffer Extension) system registers. * Add support for Armv8-R and Armv8.7-A ISA extensions. * Add support for DSB memory nXS barrier, WFET and WFIT instruction for Armv8.7. * Add support for +csre feature for -march. Add CSR PDEC instruction for CSRE feature in AArch64. * Add support for +flagm feature for -march in Armv8.4 AArch64. * Add support for +ls64 feature for -march in Armv8.7 AArch64. Add atomic 64-byte load/store instructions for this feature. * Add support for +pauth (Pointer Authentication) feature for -march in AArch64. New features in the Linker: * Add --error-handling-script=<NAME> command line option to allow a helper script to be invoked when an undefined symbol or a missing library is encountered. This option can be suppressed via the configure time switch: --enable-error-handling-script=no. * Add -z x86-64-{baseline|v[234]} to the x86 ELF linker to mark x86-64-{baseline|v[234]} ISA level as needed. * Add -z unique-symbol to avoid duplicated local symbol names. * The creation of PE format DLLs now defaults to using a more secure set of DLL characteristics. * The linker now deduplicates the types in .ctf sections. The new command-line option --ctf-share-types describes how to do this: its default value, share-unconflicted, produces the most compact output. * The linker now omits the 'variable section' from .ctf sections by default, saving space. This is almost certainly what you want unless you are working on a project that has its own analogue of symbol tables that are not reflected in the ELF symtabs. New features in other binary tools: * The ar tool's previously unused l modifier is now used for specifying dependencies of a static library. The arguments of this option (or --record-libdeps long form option) will be stored verbatim in the __.LIBDEP member of the archive, which the linker may read at link time. * Readelf can now display the contents of LTO symbol table sections when asked to do so via the --lto-syms command line option. * Readelf now accepts the -C command line option to enable the demangling of symbol names. In addition the --demangle=<style>, --no-demangle, --recurse-limit and --no-recurse-limit options are also now availale. The following security fixes are addressed by the update: - CVE-2021-20197: Fixed a race condition which allows users to own arbitrary files (bsc#1181452). - CVE-2021-20284: Fixed a heap-based buffer overflow in _bfd_elf_slurp_secondary_reloc_section in elf.c (bsc#1183511). - CVE-2021-3487: Fixed a denial of service via excessive debug section size causing excessive memory consumption in bfd's dwarf2.c read_section() (bsc#1184620). - CVE-2020-35448: Fixed a heap-based buffer over-read in bfd_getl_signed_32() in libbfd.c (bsc#1184794). - CVE-2020-16590: Fixed a double free vulnerability in process_symbol_table() (bsc#1179898). - CVE-2020-16591: Fixed an invalid read in process_symbol_table() (bsc#1179899). - CVE-2020-16592: Fixed an use-after-free in bfd_hash_lookup() (bsc#1179900). - CVE-2020-16593: Fixed a null pointer dereference in scan_unit_for_symbols() (bsc#1179901). - CVE-2020-16598: Fixed a null pointer dereference in debug_get_real_type() (bsc#1179902). - CVE-2020-16599: Fixed a null pointer dereference in _bfd_elf_get_symbol_version_string() (bsc#1179903) - CVE-2020-35493: Fixed heap-based buffer overflow in bfd_pef_parse_function_stubs function in bfd/pef.c via crafted PEF file (bsc#1180451). - CVE-2020-35496: Fixed multiple null pointer dereferences in bfd module due to not checking return value of bfd_malloc (bsc#1180454). - CVE-2020-35507: Fixed a null pointer dereference in bfd_pef_parse_function_stubs() (bsc#1180461).
Patchnames: SUSE-2021-3616,SUSE-SLE-Module-Basesystem-15-SP2-2021-3616,SUSE-SLE-Module-Basesystem-15-SP3-2021-3616,SUSE-SLE-Module-Development-Tools-15-SP2-2021-3616,SUSE-SLE-Module-Development-Tools-15-SP3-2021-3616,SUSE-SLE-Module-Packagehub-Subpackages-15-SP2-2021-3616,SUSE-SLE-Module-Packagehub-Subpackages-15-SP3-2021-3616,SUSE-SLE-Product-HPC-15-SP1-ESPOS-2021-3616,SUSE-SLE-Product-HPC-15-SP1-LTSS-2021-3616,SUSE-SLE-Product-SLES-15-SP1-BCL-2021-3616,SUSE-SLE-Product-SLES-15-SP1-LTSS-2021-3616,SUSE-SLE-Product-SLES_SAP-15-SP1-2021-3616,SUSE-Storage-6-2021-3616
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Product Identifier Version Remediation
Unresolved product id: SUSE Enterprise Storage 6:binutils-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 6:binutils-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 6:binutils-devel-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 6:binutils-devel-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 6:binutils-devel-32bit-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 6:libctf-nobfd0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 6:libctf-nobfd0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 6:libctf0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 6:libctf0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:binutils-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:binutils-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:binutils-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:binutils-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:binutils-devel-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:binutils-devel-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:binutils-devel-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:binutils-devel-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:libctf-nobfd0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:libctf-nobfd0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:libctf-nobfd0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:libctf-nobfd0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:libctf0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:libctf0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:libctf0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7.1:libctf0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7:binutils-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7:binutils-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7:binutils-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7:binutils-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7:binutils-devel-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7:binutils-devel-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7:binutils-devel-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7:binutils-devel-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7:libctf-nobfd0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7:libctf-nobfd0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7:libctf-nobfd0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7:libctf-nobfd0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7:libctf0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7:libctf0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7:libctf0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Enterprise Storage 7:libctf0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP2:binutils-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP2:binutils-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP2:binutils-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP2:binutils-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP2:binutils-devel-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP2:binutils-devel-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP2:binutils-devel-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP2:binutils-devel-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP2:libctf-nobfd0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP2:libctf-nobfd0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP2:libctf-nobfd0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP2:libctf-nobfd0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP2:libctf0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP2:libctf0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP2:libctf0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP2:libctf0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP3:binutils-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP3:binutils-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP3:binutils-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP3:binutils-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP3:binutils-devel-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP3:binutils-devel-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP3:binutils-devel-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP3:binutils-devel-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP3:libctf-nobfd0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP3:libctf-nobfd0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP3:libctf-nobfd0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP3:libctf-nobfd0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP3:libctf0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP3:libctf0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP3:libctf0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 15 SP3:libctf0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:binutils-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:binutils-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:binutils-devel-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:binutils-devel-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:binutils-devel-32bit-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libctf-nobfd0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libctf-nobfd0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libctf0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS:libctf0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:binutils-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:binutils-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:binutils-devel-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:binutils-devel-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:binutils-devel-32bit-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libctf-nobfd0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libctf-nobfd0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libctf0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:libctf0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1:binutils-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1:binutils-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1:binutils-devel-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1:binutils-devel-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1:binutils-devel-32bit-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1:libctf-nobfd0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1:libctf-nobfd0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1:libctf0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1:libctf0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2:binutils-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2:binutils-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2:binutils-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2:binutils-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2:binutils-devel-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2:binutils-devel-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2:binutils-devel-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2:binutils-devel-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2:libctf-nobfd0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2:libctf-nobfd0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2:libctf-nobfd0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2:libctf-nobfd0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2:libctf0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2:libctf0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2:libctf0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2:libctf0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3:binutils-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3:binutils-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3:binutils-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3:binutils-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3:binutils-devel-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3:binutils-devel-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3:binutils-devel-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3:binutils-devel-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3:libctf-nobfd0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3:libctf-nobfd0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3:libctf-nobfd0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3:libctf-nobfd0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3:libctf0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3:libctf0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3:libctf0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3:libctf0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP2:binutils-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP2:binutils-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP2:binutils-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP2:binutils-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP2:binutils-devel-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP2:binutils-devel-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP2:binutils-devel-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP2:binutils-devel-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP2:libctf-nobfd0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP2:libctf-nobfd0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP2:libctf-nobfd0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP2:libctf-nobfd0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP2:libctf0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP2:libctf0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP2:libctf0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP2:libctf0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:binutils-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:binutils-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:binutils-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:binutils-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:binutils-devel-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:binutils-devel-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:binutils-devel-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:binutils-devel-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:libctf-nobfd0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:libctf-nobfd0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:libctf-nobfd0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:libctf-nobfd0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:libctf0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:libctf0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:libctf0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP3:libctf0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP2:binutils-devel-32bit-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:binutils-devel-32bit-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:bpftrace-0:0.11.4-3.2.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:bpftrace-0:0.11.4-3.2.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:bpftrace-0:0.11.4-3.2.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:bpftrace-0:0.11.4-3.2.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP3:bpftrace-tools-0:0.11.4-3.2.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP2:binutils-gold-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP2:binutils-gold-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP2:binutils-gold-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP2:binutils-gold-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:binutils-gold-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:binutils-gold-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:binutils-gold-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:binutils-gold-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:binutils-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:binutils-devel-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:binutils-devel-32bit-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:libctf-nobfd0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-BCL:libctf0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:binutils-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:binutils-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:binutils-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:binutils-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:binutils-devel-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:binutils-devel-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:binutils-devel-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:binutils-devel-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:binutils-devel-32bit-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libctf-nobfd0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libctf-nobfd0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libctf-nobfd0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libctf-nobfd0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libctf0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libctf0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libctf0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:libctf0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1:binutils-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1:binutils-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1:binutils-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1:binutils-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1:binutils-devel-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1:binutils-devel-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1:binutils-devel-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1:binutils-devel-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1:binutils-devel-32bit-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1:libctf-nobfd0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1:libctf-nobfd0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1:libctf-nobfd0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1:libctf-nobfd0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1:libctf0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1:libctf0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1:libctf0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP1:libctf0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP2:binutils-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP2:binutils-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP2:binutils-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP2:binutils-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP2:binutils-devel-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP2:binutils-devel-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP2:binutils-devel-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP2:binutils-devel-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP2:libctf-nobfd0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP2:libctf-nobfd0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP2:libctf-nobfd0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP2:libctf-nobfd0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP2:libctf0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP2:libctf0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP2:libctf0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP2:libctf0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3:binutils-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3:binutils-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3:binutils-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3:binutils-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3:binutils-devel-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3:binutils-devel-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3:binutils-devel-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3:binutils-devel-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3:libctf-nobfd0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3:libctf-nobfd0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3:libctf-nobfd0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3:libctf-nobfd0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3:libctf0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3:libctf0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3:libctf0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP3:libctf0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:binutils-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:binutils-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:binutils-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:binutils-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:binutils-devel-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:binutils-devel-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:binutils-devel-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:binutils-devel-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:binutils-devel-32bit-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libctf-nobfd0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libctf-nobfd0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libctf-nobfd0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libctf-nobfd0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libctf0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libctf0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libctf0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:libctf0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:binutils-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:binutils-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:binutils-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:binutils-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:binutils-devel-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:binutils-devel-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:binutils-devel-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:binutils-devel-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libctf-nobfd0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libctf-nobfd0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libctf-nobfd0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libctf-nobfd0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libctf0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libctf0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libctf0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:libctf0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:binutils-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:binutils-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:binutils-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:binutils-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:binutils-devel-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:binutils-devel-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:binutils-devel-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:binutils-devel-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libctf-nobfd0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libctf-nobfd0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libctf-nobfd0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libctf-nobfd0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libctf0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libctf0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libctf0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:libctf0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.1:binutils-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.1:binutils-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.1:binutils-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.1:binutils-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.1:binutils-devel-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.1:binutils-devel-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.1:binutils-devel-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.1:binutils-devel-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.1:libctf-nobfd0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.1:libctf-nobfd0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.1:libctf-nobfd0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.1:libctf-nobfd0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.1:libctf0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.1:libctf0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.1:libctf0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.1:libctf0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.2:binutils-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.2:binutils-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.2:binutils-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.2:binutils-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.2:binutils-devel-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.2:binutils-devel-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.2:binutils-devel-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.2:binutils-devel-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.2:libctf-nobfd0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.2:libctf-nobfd0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.2:libctf-nobfd0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.2:libctf-nobfd0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.2:libctf0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.2:libctf0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.2:libctf0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.2:libctf0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.1:binutils-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.1:binutils-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.1:binutils-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.1:binutils-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.1:binutils-devel-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.1:binutils-devel-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.1:binutils-devel-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.1:binutils-devel-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.1:libctf-nobfd0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.1:libctf-nobfd0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.1:libctf-nobfd0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.1:libctf-nobfd0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.1:libctf0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.1:libctf0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.1:libctf0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.1:libctf0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.2:binutils-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.2:binutils-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.2:binutils-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.2:binutils-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.2:binutils-devel-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.2:binutils-devel-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.2:binutils-devel-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.2:binutils-devel-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.2:libctf-nobfd0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.2:libctf-nobfd0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.2:libctf-nobfd0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.2:libctf-nobfd0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.2:libctf0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.2:libctf0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.2:libctf0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Retail Branch Server 4.2:libctf0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.1:binutils-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.1:binutils-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Server 4.1:binutils-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Server 4.1:binutils-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.1:binutils-devel-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.1:binutils-devel-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Server 4.1:binutils-devel-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Server 4.1:binutils-devel-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.1:libctf-nobfd0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.1:libctf-nobfd0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Server 4.1:libctf-nobfd0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Server 4.1:libctf-nobfd0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.1:libctf0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.1:libctf0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Server 4.1:libctf0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Server 4.1:libctf0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.2:binutils-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.2:binutils-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Server 4.2:binutils-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Server 4.2:binutils-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.2:binutils-devel-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.2:binutils-devel-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Server 4.2:binutils-devel-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Server 4.2:binutils-devel-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.2:libctf-nobfd0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.2:libctf-nobfd0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Server 4.2:libctf-nobfd0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Server 4.2:libctf-nobfd0-0:2.37-7.21.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.2:libctf0-0:2.37-7.21.2.aarch64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.2:libctf0-0:2.37-7.21.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Server 4.2:libctf0-0:2.37-7.21.2.s390x
Vendor Fix
Unresolved product id: SUSE Manager Server 4.2:libctf0-0:2.37-7.21.2.x86_64
Vendor Fix
Threats
Impact moderate
Affected products
Recommended 395 products, the same list as for CVE-2020-16590
Threats
Impact moderate
Affected products
Recommended 395 products, the same list as for CVE-2020-16590
Threats
Impact moderate
Affected products
Recommended 395 products, the same list as for CVE-2020-16590
Threats
Impact moderate
Affected products
Recommended 395 products, the same list as for CVE-2020-16590
Threats
Impact moderate
Affected products
Recommended 395 products, the same list as for CVE-2020-16590
Threats
Impact moderate
Affected products
Recommended 395 products, the same list as for CVE-2020-16590
Threats
Impact moderate
Affected products
Recommended 395 products, the same list as for CVE-2020-16590
Threats
Impact moderate
Affected products
Recommended 395 products, the same list as for CVE-2020-16590
Threats
Impact moderate
Affected products
Recommended 395 products, the same list as for CVE-2020-16590
Threats
Impact moderate
Affected products
Recommended 395 products, the same list as for CVE-2020-16590
Threats
Impact moderate
Affected products
Recommended 395 products, the same list as for CVE-2020-16590
Threats
Impact moderate
Affected products
Recommended 395 products, the same list as for CVE-2020-16590
Threats
Impact moderate
References
URL Category
https://www.suse.com/support/security/rating/ external
https://ftp.suse.com/pub/projects/security/csaf/s… self
https://www.suse.com/support/update/announcement/… self
https://lists.suse.com/pipermail/sle-security-upd… self
https://bugzilla.suse.com/1179898 self
https://bugzilla.suse.com/1179899 self
https://bugzilla.suse.com/1179900 self
https://bugzilla.suse.com/1179901 self
https://bugzilla.suse.com/1179902 self
https://bugzilla.suse.com/1179903 self
https://bugzilla.suse.com/1180451 self
https://bugzilla.suse.com/1180454 self
https://bugzilla.suse.com/1180461 self
https://bugzilla.suse.com/1181452 self
https://bugzilla.suse.com/1182252 self
https://bugzilla.suse.com/1183511 self
https://bugzilla.suse.com/1184620 self
https://bugzilla.suse.com/1184794 self
https://www.suse.com/security/cve/CVE-2020-16590/ self
https://www.suse.com/security/cve/CVE-2020-16591/ self
https://www.suse.com/security/cve/CVE-2020-16592/ self
https://www.suse.com/security/cve/CVE-2020-16593/ self
https://www.suse.com/security/cve/CVE-2020-16598/ self
https://www.suse.com/security/cve/CVE-2020-16599/ self
https://www.suse.com/security/cve/CVE-2020-35448/ self
https://www.suse.com/security/cve/CVE-2020-35493/ self
https://www.suse.com/security/cve/CVE-2020-35496/ self
https://www.suse.com/security/cve/CVE-2020-35507/ self
https://www.suse.com/security/cve/CVE-2021-20197/ self
https://www.suse.com/security/cve/CVE-2021-20284/ self
https://www.suse.com/security/cve/CVE-2021-3487/ self
https://www.suse.com/security/cve/CVE-2020-16590 external
https://bugzilla.suse.com/1179898 external
https://www.suse.com/security/cve/CVE-2020-16591 external
https://bugzilla.suse.com/1179899 external
https://www.suse.com/security/cve/CVE-2020-16592 external
https://bugzilla.suse.com/1179900 external
https://www.suse.com/security/cve/CVE-2020-16593 external
https://bugzilla.suse.com/1179901 external
https://www.suse.com/security/cve/CVE-2020-16598 external
https://bugzilla.suse.com/1179902 external
https://www.suse.com/security/cve/CVE-2020-16599 external
https://bugzilla.suse.com/1179903 external
https://bugzilla.suse.com/1206080 external
https://www.suse.com/security/cve/CVE-2020-35448 external
https://bugzilla.suse.com/1184794 external
https://www.suse.com/security/cve/CVE-2020-35493 external
https://bugzilla.suse.com/1180451 external
https://www.suse.com/security/cve/CVE-2020-35496 external
https://bugzilla.suse.com/1180454 external
https://www.suse.com/security/cve/CVE-2020-35507 external
https://bugzilla.suse.com/1180461 external
https://www.suse.com/security/cve/CVE-2021-20197 external
https://bugzilla.suse.com/1181452 external
https://www.suse.com/security/cve/CVE-2021-20284 external
https://bugzilla.suse.com/1183511 external
https://www.suse.com/security/cve/CVE-2021-3487 external
https://bugzilla.suse.com/1184620 external

Loading 1.6 MB of JSON…



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…