suse-su-2018:3170-1
Vulnerability from csaf_suse
Published
2018-10-16 13:35
Modified
2018-10-16 13:35
Summary
Security update for binutils

Notes

Title of the patch
Security update for binutils
Description of the patch
This update for binutils to version 2.31 fixes the following issues: These security issues were fixed: - CVE-2017-15996: readelf allowed remote attackers to cause a denial of service (excessive memory allocation) or possibly have unspecified other impact via a crafted ELF file that triggered a buffer overflow on fuzzed archive header (bsc#1065643) - CVE-2017-15939: Binary File Descriptor (BFD) library (aka libbfd) mishandled NULL files in a .debug_line file table, which allowed remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a crafted ELF file, related to concat_filename (bsc#1065689) - CVE-2017-15938: the Binary File Descriptor (BFD) library (aka libbfd) miscalculated DW_FORM_ref_addr die refs in the case of a relocatable object file, which allowed remote attackers to cause a denial of service (find_abstract_instance_name invalid memory read, segmentation fault, and application crash) (bsc#1065693) - CVE-2017-16826: The coff_slurp_line_table function the Binary File Descriptor (BFD) library (aka libbfd) allowed remote attackers to cause a denial of service (invalid memory access and application crash) or possibly have unspecified other impact via a crafted PE file (bsc#1068640) - CVE-2017-16832: The pe_bfd_read_buildid function in the Binary File Descriptor (BFD) library (aka libbfd) did not validate size and offset values in the data dictionary, which allowed remote attackers to cause a denial of service (segmentation violation and application crash) or possibly have unspecified other impact via a crafted PE file (bsc#1068643) - CVE-2017-16831: Binary File Descriptor (BFD) library (aka libbfd) did not validate the symbol count, which allowed remote attackers to cause a denial of service (integer overflow and application crash, or excessive memory allocation) or possibly have unspecified other impact via a crafted PE file (bsc#1068887) - CVE-2017-16830: The print_gnu_property_note function did not have integer-overflow protection on 32-bit platforms, which allowed remote attackers to cause a denial of service (segmentation violation and application crash) or possibly have unspecified other impact via a crafted ELF file (bsc#1068888) - CVE-2017-16829: The _bfd_elf_parse_gnu_properties function in the Binary File Descriptor (BFD) library (aka libbfd) did not prevent negative pointers, which allowed remote attackers to cause a denial of service (out-of-bounds read and application crash) or possibly have unspecified other impact via a crafted ELF file (bsc#1068950) - CVE-2017-16828: The display_debug_frames function allowed remote attackers to cause a denial of service (integer overflow and heap-based buffer over-read, and application crash) or possibly have unspecified other impact via a crafted ELF file (bsc#1069176) - CVE-2017-16827: The aout_get_external_symbols function in the Binary File Descriptor (BFD) library (aka libbfd) allowed remote attackers to cause a denial of service (slurp_symtab invalid free and application crash) or possibly have unspecified other impact via a crafted ELF file (bsc#1069202) - CVE-2018-6323: The elf_object_p function in the Binary File Descriptor (BFD) library (aka libbfd) had an unsigned integer overflow because bfd_size_type multiplication is not used. A crafted ELF file allowed remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact (bsc#1077745) - CVE-2018-6543: Prevent integer overflow in the function load_specific_debug_section() which resulted in `malloc()` with 0 size. A crafted ELF file allowed remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact (bsc#1079103) - CVE-2018-6759: The bfd_get_debug_link_info_1 function in the Binary File Descriptor (BFD) library (aka libbfd) had an unchecked strnlen operation. Remote attackers could have leveraged this vulnerability to cause a denial of service (segmentation fault) via a crafted ELF file (bsc#1079741) - CVE-2018-6872: The elf_parse_notes function in the Binary File Descriptor (BFD) library (aka libbfd) allowed remote attackers to cause a denial of service (out-of-bounds read and segmentation violation) via a note with a large alignment (bsc#1080556) - CVE-2018-7208: In the coff_pointerize_aux function in the Binary File Descriptor (BFD) library (aka libbfd) an index was not validated, which allowed remote attackers to cause a denial of service (segmentation fault) or possibly have unspecified other impact via a crafted file, as demonstrated by objcopy of a COFF object (bsc#1081527) - CVE-2018-7570: The assign_file_positions_for_non_load_sections function in the Binary File Descriptor (BFD) library (aka libbfd) allowed remote attackers to cause a denial of service (NULL pointer dereference and application crash) via an ELF file with a RELRO segment that lacks a matching LOAD segment, as demonstrated by objcopy (bsc#1083528) - CVE-2018-7569: The Binary File Descriptor (BFD) library (aka libbfd) allowed remote attackers to cause a denial of service (integer underflow or overflow, and application crash) via an ELF file with a corrupt DWARF FORM block, as demonstrated by nm (bsc#1083532) - CVE-2018-8945: The bfd_section_from_shdr function in the Binary File Descriptor (BFD) library (aka libbfd) allowed remote attackers to cause a denial of service (segmentation fault) via a large attribute section (bsc#1086608) - CVE-2018-7643: The display_debug_ranges function allowed remote attackers to cause a denial of service (integer overflow and application crash) or possibly have unspecified other impact via a crafted ELF file, as demonstrated by objdump (bsc#1086784) - CVE-2018-7642: The swap_std_reloc_in function in the Binary File Descriptor (BFD) library (aka libbfd) allowed remote attackers to cause a denial of service (aout_32_swap_std_reloc_out NULL pointer dereference and application crash) via a crafted ELF file, as demonstrated by objcopy (bsc#1086786) - CVE-2018-7568: The parse_die function in the Binary File Descriptor (BFD) library (aka libbfd) allowed remote attackers to cause a denial of service (integer overflow and application crash) via an ELF file with corrupt dwarf1 debug information, as demonstrated by nm (bsc#1086788) - CVE-2018-10373: concat_filename in the Binary File Descriptor (BFD) library (aka libbfd) allowed remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a crafted binary file, as demonstrated by nm-new (bsc#1090997) - CVE-2018-10372: process_cu_tu_index allowed remote attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted binary file, as demonstrated by readelf (bsc#1091015) - CVE-2018-10535: The ignore_section_sym function in the Binary File Descriptor (BFD) library (aka libbfd) did not validate the output_section pointer in the case of a symtab entry with a 'SECTION' type that has a '0' value, which allowed remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a crafted file, as demonstrated by objcopy (bsc#1091365) - CVE-2018-10534: The _bfd_XX_bfd_copy_private_bfd_data_common function in the Binary File Descriptor (BFD) library (aka libbfd) processesed a negative Data Directory size with an unbounded loop that increased the value of (external_IMAGE_DEBUG_DIRECTORY) *edd so that the address exceeded its own memory region, resulting in an out-of-bounds memory write, as demonstrated by objcopy copying private info with _bfd_pex64_bfd_copy_private_bfd_data_common in pex64igen.c (bsc#1091368) These non-security issues were fixed: - The AArch64 port now supports showing disassembly notes which are emitted when inconsistencies are found with the instruction that may result in the instruction being invalid. These can be turned on with the option -M notes to objdump. - The AArch64 port now emits warnings when a combination of an instruction and a named register could be invalid. - Added O modifier to ar to display member offsets inside an archive - The ADR and ADRL pseudo-instructions supported by the ARM assembler now only set the bottom bit of the address of thumb function symbols if the -mthumb-interwork command line option is active. - Add --generate-missing-build-notes=[yes|no] option to create (or not) GNU Build Attribute notes if none are present in the input sources. Add a --enable-generate-build-notes=[yes|no] configure time option to set the default behaviour. Set the default if the configure option is not used to 'no'. - Remove -mold-gcc command-line option for x86 targets. - Add -O[2|s] command-line options to x86 assembler to enable alternate shorter instruction encoding. - Add support for .nops directive. It is currently supported only for x86 targets. - Speed up direct linking with DLLs for Cygwin and Mingw targets. - Add a configure option --enable-separate-code to decide whether -z separate-code should be enabled in ELF linker by default. Default to yes for Linux/x86 targets. Note that -z separate-code can increase disk and memory size. - RISC-V: Fix symbol address problem with versioned symbols - Restore riscv64-elf cross prefix via symlinks - Fix pacemaker libqb problem with section start/stop symbols - RISC-V: Don't enable relaxation in relocatable link - Prevent linking faiures on i386 with assertion (bsc#1085784) - Fix symbol size bug when relaxation deletes bytes - Add --debug-dump=links option to readelf and --dwarf=links option to objdump which displays the contents of any .gnu_debuglink or .gnu_debugaltlink sections. Add a --debug-dump=follow-links option to readelf and a --dwarf=follow-links option to objdump which causes indirect links into separate debug info files to be followed when dumping other DWARF sections. - Add support for loaction views in DWARF debug line information. - Add -z separate-code to generate separate code PT_LOAD segment. - Add '-z undefs' command line option as the inverse of the '-z defs' option. - Add -z globalaudit command line option to force audit libraries to be run for every dynamic object loaded by an executable - provided that the loader supports this functionality. - Tighten linker script grammar around file name specifiers to prevent the use of SORT_BY_ALIGNMENT and SORT_BY_INIT_PRIORITY on filenames. These would previously be accepted but had no effect. - The EXCLUDE_FILE directive can now be placed within any SORT_* directive within input section lists. - Fix linker relaxation with --wrap
Patchnames
SUSE-SLE-Module-Basesystem-15-2018-2265,SUSE-SLE-Module-Development-Tools-15-2018-2265
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).



{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Security update for binutils",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for binutils to version 2.31 fixes the following issues:\n\nThese security issues were fixed:\n\n- CVE-2017-15996: readelf allowed remote attackers to cause a denial of service\n  (excessive memory allocation) or possibly have unspecified other impact via a\n  crafted ELF file that triggered a buffer overflow on fuzzed archive header\n  (bsc#1065643)\n- CVE-2017-15939: Binary File Descriptor (BFD) library (aka libbfd) mishandled\n  NULL files in a .debug_line file table, which allowed remote attackers to cause\n  a denial of service (NULL pointer dereference and application crash) via a\n  crafted ELF file, related to concat_filename (bsc#1065689)\n- CVE-2017-15938: the Binary File Descriptor (BFD) library (aka libbfd)\n  miscalculated DW_FORM_ref_addr die refs in the case of a relocatable object\n  file, which allowed remote attackers to cause a denial of service\n  (find_abstract_instance_name invalid memory read, segmentation fault, and\n   application crash) (bsc#1065693)\n- CVE-2017-16826: The coff_slurp_line_table function the Binary File Descriptor\n  (BFD) library (aka libbfd) allowed remote attackers to cause a denial of\n  service (invalid memory access and application crash) or possibly have\n  unspecified other impact via a crafted PE file (bsc#1068640)\n- CVE-2017-16832: The pe_bfd_read_buildid function in the Binary File\n  Descriptor (BFD) library (aka libbfd) did not validate size and offset values\n  in the data dictionary, which allowed remote attackers to cause a denial of\n  service (segmentation violation and application crash) or possibly have\n  unspecified other impact via a crafted PE file (bsc#1068643)\n- CVE-2017-16831: Binary File Descriptor (BFD) library (aka libbfd) did not\n  validate the symbol count, which allowed remote attackers to cause a denial of\n  service (integer overflow and application crash, or excessive memory\n  allocation) or possibly have unspecified other impact via a crafted PE file\n  (bsc#1068887)\n- CVE-2017-16830: The print_gnu_property_note function did not have\n  integer-overflow protection on 32-bit platforms, which allowed remote attackers\n  to cause a denial of service (segmentation violation and application crash) or\n  possibly have unspecified other impact via a crafted ELF file (bsc#1068888)\n- CVE-2017-16829: The _bfd_elf_parse_gnu_properties function in the Binary File\n  Descriptor (BFD) library (aka libbfd) did not prevent negative pointers, which\n  allowed remote attackers to cause a denial of service (out-of-bounds read and\n  application crash) or possibly have unspecified other impact via a crafted ELF\n  file (bsc#1068950)\n- CVE-2017-16828: The display_debug_frames function allowed remote attackers to\n  cause a denial of service (integer overflow and heap-based buffer over-read,\n  and application crash) or possibly have unspecified other impact via a crafted\n  ELF file (bsc#1069176)\n- CVE-2017-16827: The aout_get_external_symbols function in the Binary File\n  Descriptor (BFD) library (aka libbfd) allowed remote attackers to cause a\n  denial of service (slurp_symtab invalid free and application crash) or possibly\n  have unspecified other impact via a crafted ELF file (bsc#1069202)\n- CVE-2018-6323: The elf_object_p function in the Binary File Descriptor (BFD)\n  library (aka libbfd) had an unsigned integer overflow because bfd_size_type\n  multiplication is not used. A crafted ELF file allowed remote attackers to\n  cause a denial of service (application crash) or possibly have unspecified\n  other impact (bsc#1077745)\n- CVE-2018-6543: Prevent integer overflow in the function\n  load_specific_debug_section() which resulted in `malloc()` with 0 size. A\n  crafted ELF file allowed remote attackers to cause a denial of service\n  (application crash) or possibly have unspecified other impact (bsc#1079103)\n- CVE-2018-6759: The bfd_get_debug_link_info_1 function in the Binary File\n  Descriptor (BFD) library (aka libbfd) had an unchecked strnlen operation.\n  Remote attackers could have leveraged this vulnerability to cause a denial of\n  service (segmentation fault) via a crafted ELF file (bsc#1079741)\n- CVE-2018-6872: The elf_parse_notes function in the Binary File Descriptor\n  (BFD) library (aka libbfd) allowed remote attackers to cause a denial of\n  service (out-of-bounds read and segmentation violation) via a note with a large\n  alignment (bsc#1080556)\n- CVE-2018-7208: In the coff_pointerize_aux function in the Binary File\n  Descriptor (BFD) library (aka libbfd) an index was not validated, which allowed\n  remote attackers to cause a denial of service (segmentation fault) or possibly\n  have unspecified other impact via a crafted file, as demonstrated by objcopy of\n  a COFF object (bsc#1081527)\n- CVE-2018-7570: The assign_file_positions_for_non_load_sections function in\n  the Binary File Descriptor (BFD) library (aka libbfd) allowed remote attackers\n  to cause a denial of service (NULL pointer dereference and application crash)\n  via an ELF file with a RELRO segment that lacks a matching LOAD segment, as\n  demonstrated by objcopy (bsc#1083528)\n- CVE-2018-7569: The Binary File Descriptor (BFD) library (aka libbfd) allowed\n  remote attackers to cause a denial of service (integer underflow or overflow,\n  and application crash) via an ELF file with a corrupt DWARF FORM block, as\n  demonstrated by nm (bsc#1083532)\n- CVE-2018-8945: The bfd_section_from_shdr function in the Binary File\n  Descriptor (BFD) library (aka libbfd) allowed remote attackers to cause a\n  denial of service (segmentation fault) via a large attribute section\n  (bsc#1086608)\n- CVE-2018-7643: The display_debug_ranges function allowed remote attackers to\n  cause a denial of service (integer overflow and application crash) or possibly\n  have unspecified other impact via a crafted ELF file, as demonstrated by\n  objdump (bsc#1086784)\n- CVE-2018-7642: The swap_std_reloc_in function in the Binary File Descriptor\n  (BFD) library (aka libbfd) allowed remote attackers to cause a denial of\n  service (aout_32_swap_std_reloc_out NULL pointer dereference and application\n  crash) via a crafted ELF file, as demonstrated by objcopy (bsc#1086786)\n- CVE-2018-7568: The parse_die function in the Binary File Descriptor (BFD)\n  library (aka libbfd) allowed remote attackers to cause a denial of service\n  (integer overflow and application crash) via an ELF file with corrupt dwarf1\n  debug information, as demonstrated by nm (bsc#1086788)\n- CVE-2018-10373: concat_filename in the Binary File Descriptor (BFD) library\n  (aka libbfd) allowed remote attackers to cause a denial of service (NULL\n  pointer dereference and application crash) via a crafted binary file, as\n  demonstrated by nm-new (bsc#1090997)\n- CVE-2018-10372: process_cu_tu_index allowed remote attackers to cause a\n  denial of service (heap-based buffer over-read and application crash) via a\n  crafted binary file, as demonstrated by readelf (bsc#1091015)\n- CVE-2018-10535: The ignore_section_sym function in the Binary File Descriptor\n  (BFD) library (aka libbfd) did not validate the output_section pointer in the\n  case of a symtab entry with a \u0027SECTION\u0027 type that has a \u00270\u0027 value, which\n  allowed remote attackers to cause a denial of service (NULL pointer dereference\n  and application crash) via a crafted file, as demonstrated by objcopy\n  (bsc#1091365)\n- CVE-2018-10534: The _bfd_XX_bfd_copy_private_bfd_data_common function in the\n  Binary File Descriptor (BFD) library (aka libbfd) processesed a negative Data\n  Directory size with an unbounded loop that increased the value of\n  (external_IMAGE_DEBUG_DIRECTORY) *edd so that the address exceeded its own\n  memory region, resulting in an out-of-bounds memory write, as demonstrated by\n  objcopy copying private info with _bfd_pex64_bfd_copy_private_bfd_data_common\n  in pex64igen.c (bsc#1091368)\n\nThese non-security issues were fixed:\n\n- The AArch64 port now supports showing disassembly notes which are emitted\n  when inconsistencies are found with the instruction that may result in the\n  instruction being invalid.  These can be turned on with the option -M notes\n  to objdump.\n- The AArch64 port now emits warnings when a combination of an instruction and\n  a named register could be invalid.\n- Added O modifier to ar to display member offsets inside an archive\n- The ADR and ADRL pseudo-instructions supported by the ARM assembler\n  now only set the bottom bit of the address of thumb function symbols\n  if the -mthumb-interwork command line option is active.\n- Add --generate-missing-build-notes=[yes|no] option to create (or not) GNU\n  Build Attribute notes if none are present in the input sources.  Add a\n  --enable-generate-build-notes=[yes|no] configure time option to set the\n  default behaviour.  Set the default if the configure option is not used\n  to \u0027no\u0027.\n- Remove -mold-gcc command-line option for x86 targets.\n- Add -O[2|s] command-line options to x86 assembler to enable alternate\n  shorter instruction encoding.\n- Add support for .nops directive.  It is currently supported only for\n  x86 targets.\n- Speed up direct linking with DLLs for Cygwin and Mingw targets.\n- Add a configure option --enable-separate-code to decide whether\n  -z separate-code should be enabled in ELF linker by default.  Default\n  to yes for Linux/x86 targets.  Note that -z separate-code can increase\n  disk and memory size.\n- RISC-V: Fix symbol address problem with versioned symbols \n- Restore riscv64-elf cross prefix via symlinks\n- Fix pacemaker libqb problem with section start/stop symbols\n- RISC-V: Don\u0027t enable relaxation in relocatable link\n- Prevent linking faiures on i386 with assertion (bsc#1085784)\n- Fix symbol size bug when relaxation deletes bytes\n- Add --debug-dump=links option to readelf and --dwarf=links option to objdump\n  which displays the contents of any .gnu_debuglink or .gnu_debugaltlink\n  sections.\n  Add a --debug-dump=follow-links option to readelf and a --dwarf=follow-links\n  option to objdump which causes indirect links into separate debug info files\n  to be followed when dumping other DWARF sections.\n- Add support for loaction views in DWARF debug line information.\n- Add -z separate-code to generate separate code PT_LOAD segment.\n- Add \u0027-z undefs\u0027 command line option as the inverse of the \u0027-z defs\u0027 option.\n- Add -z globalaudit command line option to force audit libraries to be run\n  for every dynamic object loaded by an executable - provided that the loader\n  supports this functionality.\n- Tighten linker script grammar around file name specifiers to prevent the use\n  of SORT_BY_ALIGNMENT and SORT_BY_INIT_PRIORITY on filenames.  These would\n  previously be accepted but had no effect.\n- The EXCLUDE_FILE directive can now be placed within any SORT_* directive\n  within input section lists.\n- Fix linker relaxation with --wrap\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-SLE-Module-Basesystem-15-2018-2265,SUSE-SLE-Module-Development-Tools-15-2018-2265",
        "title": "Patchnames"
      },
      {
        "category": "legal_disclaimer",
        "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
        "title": "Terms of use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://www.suse.com/support/security/contact/",
      "name": "SUSE Product Security Team",
      "namespace": "https://www.suse.com/"
    },
    "references": [
      {
        "category": "external",
        "summary": "SUSE ratings",
        "url": "https://www.suse.com/support/security/rating/"
      },
      {
        "category": "self",
        "summary": "URL of this CSAF notice",
        "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2018_3170-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2018:3170-1",
        "url": "https://www.suse.com/support/update/announcement/2018/suse-su-20183170-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2018:3170-1",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2018-October/004678.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1065643",
        "url": "https://bugzilla.suse.com/1065643"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1065689",
        "url": "https://bugzilla.suse.com/1065689"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1065693",
        "url": "https://bugzilla.suse.com/1065693"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1068640",
        "url": "https://bugzilla.suse.com/1068640"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1068643",
        "url": "https://bugzilla.suse.com/1068643"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1068887",
        "url": "https://bugzilla.suse.com/1068887"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1068888",
        "url": "https://bugzilla.suse.com/1068888"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1068950",
        "url": "https://bugzilla.suse.com/1068950"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1069176",
        "url": "https://bugzilla.suse.com/1069176"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1069202",
        "url": "https://bugzilla.suse.com/1069202"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1075418",
        "url": "https://bugzilla.suse.com/1075418"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1077745",
        "url": "https://bugzilla.suse.com/1077745"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1079103",
        "url": "https://bugzilla.suse.com/1079103"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1079741",
        "url": "https://bugzilla.suse.com/1079741"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1080556",
        "url": "https://bugzilla.suse.com/1080556"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1081527",
        "url": "https://bugzilla.suse.com/1081527"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1083528",
        "url": "https://bugzilla.suse.com/1083528"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1083532",
        "url": "https://bugzilla.suse.com/1083532"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1085784",
        "url": "https://bugzilla.suse.com/1085784"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1086608",
        "url": "https://bugzilla.suse.com/1086608"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1086784",
        "url": "https://bugzilla.suse.com/1086784"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1086786",
        "url": "https://bugzilla.suse.com/1086786"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1086788",
        "url": "https://bugzilla.suse.com/1086788"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1090997",
        "url": "https://bugzilla.suse.com/1090997"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1091015",
        "url": "https://bugzilla.suse.com/1091015"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1091365",
        "url": "https://bugzilla.suse.com/1091365"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1091368",
        "url": "https://bugzilla.suse.com/1091368"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2017-15938 page",
        "url": "https://www.suse.com/security/cve/CVE-2017-15938/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2017-15939 page",
        "url": "https://www.suse.com/security/cve/CVE-2017-15939/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2017-15996 page",
        "url": "https://www.suse.com/security/cve/CVE-2017-15996/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2017-16826 page",
        "url": "https://www.suse.com/security/cve/CVE-2017-16826/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2017-16827 page",
        "url": "https://www.suse.com/security/cve/CVE-2017-16827/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2017-16828 page",
        "url": "https://www.suse.com/security/cve/CVE-2017-16828/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2017-16829 page",
        "url": "https://www.suse.com/security/cve/CVE-2017-16829/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2017-16830 page",
        "url": "https://www.suse.com/security/cve/CVE-2017-16830/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2017-16831 page",
        "url": "https://www.suse.com/security/cve/CVE-2017-16831/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2017-16832 page",
        "url": "https://www.suse.com/security/cve/CVE-2017-16832/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2018-10372 page",
        "url": "https://www.suse.com/security/cve/CVE-2018-10372/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2018-10373 page",
        "url": "https://www.suse.com/security/cve/CVE-2018-10373/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2018-10534 page",
        "url": "https://www.suse.com/security/cve/CVE-2018-10534/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2018-10535 page",
        "url": "https://www.suse.com/security/cve/CVE-2018-10535/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2018-6323 page",
        "url": "https://www.suse.com/security/cve/CVE-2018-6323/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2018-6543 page",
        "url": "https://www.suse.com/security/cve/CVE-2018-6543/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2018-6759 page",
        "url": "https://www.suse.com/security/cve/CVE-2018-6759/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2018-6872 page",
        "url": "https://www.suse.com/security/cve/CVE-2018-6872/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2018-7208 page",
        "url": "https://www.suse.com/security/cve/CVE-2018-7208/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2018-7568 page",
        "url": "https://www.suse.com/security/cve/CVE-2018-7568/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2018-7569 page",
        "url": "https://www.suse.com/security/cve/CVE-2018-7569/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2018-7570 page",
        "url": "https://www.suse.com/security/cve/CVE-2018-7570/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2018-7642 page",
        "url": "https://www.suse.com/security/cve/CVE-2018-7642/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2018-7643 page",
        "url": "https://www.suse.com/security/cve/CVE-2018-7643/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2018-8945 page",
        "url": "https://www.suse.com/security/cve/CVE-2018-8945/"
      }
    ],
    "title": "Security update for binutils",
    "tracking": {
      "current_release_date": "2018-10-16T13:35:47Z",
      "generator": {
        "date": "2018-10-16T13:35:47Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2018:3170-1",
      "initial_release_date": "2018-10-16T13:35:47Z",
      "revision_history": [
        {
          "date": "2018-10-16T13:35:47Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "binutils-2.31-6.3.1.aarch64",
                "product": {
                  "name": "binutils-2.31-6.3.1.aarch64",
                  "product_id": "binutils-2.31-6.3.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "binutils-devel-2.31-6.3.1.aarch64",
                "product": {
                  "name": "binutils-devel-2.31-6.3.1.aarch64",
                  "product_id": "binutils-devel-2.31-6.3.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "binutils-2.31-6.3.1.ppc64le",
                "product": {
                  "name": "binutils-2.31-6.3.1.ppc64le",
                  "product_id": "binutils-2.31-6.3.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "binutils-devel-2.31-6.3.1.ppc64le",
                "product": {
                  "name": "binutils-devel-2.31-6.3.1.ppc64le",
                  "product_id": "binutils-devel-2.31-6.3.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "binutils-2.31-6.3.1.s390x",
                "product": {
                  "name": "binutils-2.31-6.3.1.s390x",
                  "product_id": "binutils-2.31-6.3.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "binutils-devel-2.31-6.3.1.s390x",
                "product": {
                  "name": "binutils-devel-2.31-6.3.1.s390x",
                  "product_id": "binutils-devel-2.31-6.3.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "binutils-2.31-6.3.1.x86_64",
                "product": {
                  "name": "binutils-2.31-6.3.1.x86_64",
                  "product_id": "binutils-2.31-6.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "binutils-devel-2.31-6.3.1.x86_64",
                "product": {
                  "name": "binutils-devel-2.31-6.3.1.x86_64",
                  "product_id": "binutils-devel-2.31-6.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "binutils-devel-32bit-2.31-6.3.1.x86_64",
                "product": {
                  "name": "binutils-devel-32bit-2.31-6.3.1.x86_64",
                  "product_id": "binutils-devel-32bit-2.31-6.3.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Basesystem 15",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Basesystem 15",
                  "product_id": "SUSE Linux Enterprise Module for Basesystem 15",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-basesystem:15"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Development Tools 15",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Development Tools 15",
                  "product_id": "SUSE Linux Enterprise Module for Development Tools 15",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-development-tools:15"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "binutils-2.31-6.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64"
        },
        "product_reference": "binutils-2.31-6.3.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "binutils-2.31-6.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le"
        },
        "product_reference": "binutils-2.31-6.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "binutils-2.31-6.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x"
        },
        "product_reference": "binutils-2.31-6.3.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "binutils-2.31-6.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64"
        },
        "product_reference": "binutils-2.31-6.3.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "binutils-devel-2.31-6.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64"
        },
        "product_reference": "binutils-devel-2.31-6.3.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "binutils-devel-2.31-6.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le"
        },
        "product_reference": "binutils-devel-2.31-6.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "binutils-devel-2.31-6.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x"
        },
        "product_reference": "binutils-devel-2.31-6.3.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "binutils-devel-2.31-6.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64"
        },
        "product_reference": "binutils-devel-2.31-6.3.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "binutils-devel-32bit-2.31-6.3.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15",
          "product_id": "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
        },
        "product_reference": "binutils-devel-32bit-2.31-6.3.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2017-15938",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2017-15938"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, miscalculates DW_FORM_ref_addr die refs in the case of a relocatable object file, which allows remote attackers to cause a denial of service (find_abstract_instance_name invalid memory read, segmentation fault, and application crash).",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2017-15938",
          "url": "https://www.suse.com/security/cve/CVE-2017-15938"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1065693 for CVE-2017-15938",
          "url": "https://bugzilla.suse.com/1065693"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2018-10-16T13:35:47Z",
          "details": "important"
        }
      ],
      "title": "CVE-2017-15938"
    },
    {
      "cve": "CVE-2017-15939",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2017-15939"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29, mishandles NULL files in a .debug_line file table, which allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a crafted ELF file, related to concat_filename. NOTE: this issue is caused by an incomplete fix for CVE-2017-15023.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2017-15939",
          "url": "https://www.suse.com/security/cve/CVE-2017-15939"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1061623 for CVE-2017-15939",
          "url": "https://bugzilla.suse.com/1061623"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1065689 for CVE-2017-15939",
          "url": "https://bugzilla.suse.com/1065689"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2018-10-16T13:35:47Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2017-15939"
    },
    {
      "cve": "CVE-2017-15996",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2017-15996"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "elfcomm.c in readelf in GNU Binutils 2.29 allows remote attackers to cause a denial of service (excessive memory allocation) or possibly have unspecified other impact via a crafted ELF file that triggers a \"buffer overflow on fuzzed archive header,\" related to an uninitialized variable, an improper conditional jump, and the get_archive_member_name, process_archive_index_and_symbols, and setup_archive functions.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2017-15996",
          "url": "https://www.suse.com/security/cve/CVE-2017-15996"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1065643 for CVE-2017-15996",
          "url": "https://bugzilla.suse.com/1065643"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 3.3,
            "baseSeverity": "LOW",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2018-10-16T13:35:47Z",
          "details": "low"
        }
      ],
      "title": "CVE-2017-15996"
    },
    {
      "cve": "CVE-2017-16826",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2017-16826"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The coff_slurp_line_table function in coffcode.h in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29.1, allows remote attackers to cause a denial of service (invalid memory access and application crash) or possibly have unspecified other impact via a crafted PE file.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2017-16826",
          "url": "https://www.suse.com/security/cve/CVE-2017-16826"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1068640 for CVE-2017-16826",
          "url": "https://bugzilla.suse.com/1068640"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 3.7,
            "baseSeverity": "LOW",
            "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2018-10-16T13:35:47Z",
          "details": "low"
        }
      ],
      "title": "CVE-2017-16826"
    },
    {
      "cve": "CVE-2017-16827",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2017-16827"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The aout_get_external_symbols function in aoutx.h in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29.1, allows remote attackers to cause a denial of service (slurp_symtab invalid free and application crash) or possibly have unspecified other impact via a crafted ELF file.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2017-16827",
          "url": "https://www.suse.com/security/cve/CVE-2017-16827"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1069202 for CVE-2017-16827",
          "url": "https://bugzilla.suse.com/1069202"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 3.3,
            "baseSeverity": "LOW",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2018-10-16T13:35:47Z",
          "details": "low"
        }
      ],
      "title": "CVE-2017-16827"
    },
    {
      "cve": "CVE-2017-16828",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2017-16828"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The display_debug_frames function in dwarf.c in GNU Binutils 2.29.1 allows remote attackers to cause a denial of service (integer overflow and heap-based buffer over-read, and application crash) or possibly have unspecified other impact via a crafted ELF file, related to print_debug_frame.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2017-16828",
          "url": "https://www.suse.com/security/cve/CVE-2017-16828"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1069176 for CVE-2017-16828",
          "url": "https://bugzilla.suse.com/1069176"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2018-10-16T13:35:47Z",
          "details": "important"
        }
      ],
      "title": "CVE-2017-16828"
    },
    {
      "cve": "CVE-2017-16829",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2017-16829"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The _bfd_elf_parse_gnu_properties function in elf-properties.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29.1, does not prevent negative pointers, which allows remote attackers to cause a denial of service (out-of-bounds read and application crash) or possibly have unspecified other impact via a crafted ELF file.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2017-16829",
          "url": "https://www.suse.com/security/cve/CVE-2017-16829"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1068950 for CVE-2017-16829",
          "url": "https://bugzilla.suse.com/1068950"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 3.3,
            "baseSeverity": "LOW",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2018-10-16T13:35:47Z",
          "details": "low"
        }
      ],
      "title": "CVE-2017-16829"
    },
    {
      "cve": "CVE-2017-16830",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2017-16830"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The print_gnu_property_note function in readelf.c in GNU Binutils 2.29.1 does not have integer-overflow protection on 32-bit platforms, which allows remote attackers to cause a denial of service (segmentation violation and application crash) or possibly have unspecified other impact via a crafted ELF file.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2017-16830",
          "url": "https://www.suse.com/security/cve/CVE-2017-16830"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1068888 for CVE-2017-16830",
          "url": "https://bugzilla.suse.com/1068888"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2018-10-16T13:35:47Z",
          "details": "important"
        }
      ],
      "title": "CVE-2017-16830"
    },
    {
      "cve": "CVE-2017-16831",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2017-16831"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "coffgen.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29.1, does not validate the symbol count, which allows remote attackers to cause a denial of service (integer overflow and application crash, or excessive memory allocation) or possibly have unspecified other impact via a crafted PE file.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2017-16831",
          "url": "https://www.suse.com/security/cve/CVE-2017-16831"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1068887 for CVE-2017-16831",
          "url": "https://bugzilla.suse.com/1068887"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 3.3,
            "baseSeverity": "LOW",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2018-10-16T13:35:47Z",
          "details": "low"
        }
      ],
      "title": "CVE-2017-16831"
    },
    {
      "cve": "CVE-2017-16832",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2017-16832"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The pe_bfd_read_buildid function in peicode.h in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29.1, does not validate size and offset values in the data dictionary, which allows remote attackers to cause a denial of service (segmentation violation and application crash) or possibly have unspecified other impact via a crafted PE file.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2017-16832",
          "url": "https://www.suse.com/security/cve/CVE-2017-16832"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1068643 for CVE-2017-16832",
          "url": "https://bugzilla.suse.com/1068643"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 4,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:L",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2018-10-16T13:35:47Z",
          "details": "low"
        }
      ],
      "title": "CVE-2017-16832"
    },
    {
      "cve": "CVE-2018-10372",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2018-10372"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "process_cu_tu_index in dwarf.c in GNU Binutils 2.30 allows remote attackers to cause a denial of service (heap-based buffer over-read and application crash) via a crafted binary file, as demonstrated by readelf.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2018-10372",
          "url": "https://www.suse.com/security/cve/CVE-2018-10372"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1091015 for CVE-2018-10372",
          "url": "https://bugzilla.suse.com/1091015"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 3.3,
            "baseSeverity": "LOW",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2018-10-16T13:35:47Z",
          "details": "low"
        }
      ],
      "title": "CVE-2018-10372"
    },
    {
      "cve": "CVE-2018-10373",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2018-10373"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "concat_filename in dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a crafted binary file, as demonstrated by nm-new.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2018-10373",
          "url": "https://www.suse.com/security/cve/CVE-2018-10373"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1090997 for CVE-2018-10373",
          "url": "https://bugzilla.suse.com/1090997"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 3.3,
            "baseSeverity": "LOW",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2018-10-16T13:35:47Z",
          "details": "low"
        }
      ],
      "title": "CVE-2018-10373"
    },
    {
      "cve": "CVE-2018-10534",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2018-10534"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The _bfd_XX_bfd_copy_private_bfd_data_common function in peXXigen.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, processes a negative Data Directory size with an unbounded loop that increases the value of (external_IMAGE_DEBUG_DIRECTORY) *edd so that the address exceeds its own memory region, resulting in an out-of-bounds memory write, as demonstrated by objcopy copying private info with _bfd_pex64_bfd_copy_private_bfd_data_common in pex64igen.c.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2018-10534",
          "url": "https://www.suse.com/security/cve/CVE-2018-10534"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1091368 for CVE-2018-10534",
          "url": "https://bugzilla.suse.com/1091368"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2018-10-16T13:35:47Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2018-10534"
    },
    {
      "cve": "CVE-2018-10535",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2018-10535"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The ignore_section_sym function in elf.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, does not validate the output_section pointer in the case of a symtab entry with a \"SECTION\" type that has a \"0\" value, which allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a crafted file, as demonstrated by objcopy.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2018-10535",
          "url": "https://www.suse.com/security/cve/CVE-2018-10535"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1091365 for CVE-2018-10535",
          "url": "https://bugzilla.suse.com/1091365"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 3.3,
            "baseSeverity": "LOW",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2018-10-16T13:35:47Z",
          "details": "low"
        }
      ],
      "title": "CVE-2018-10535"
    },
    {
      "cve": "CVE-2018-6323",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2018-6323"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The elf_object_p function in elfcode.h in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.29.1, has an unsigned integer overflow because bfd_size_type multiplication is not used. A crafted ELF file allows remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2018-6323",
          "url": "https://www.suse.com/security/cve/CVE-2018-6323"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1077745 for CVE-2018-6323",
          "url": "https://bugzilla.suse.com/1077745"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2018-10-16T13:35:47Z",
          "details": "low"
        }
      ],
      "title": "CVE-2018-6323"
    },
    {
      "cve": "CVE-2018-6543",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2018-6543"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "In GNU Binutils 2.30, there\u0027s an integer overflow in the function load_specific_debug_section() in objdump.c, which results in `malloc()` with 0 size. A crafted ELF file allows remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2018-6543",
          "url": "https://www.suse.com/security/cve/CVE-2018-6543"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1079103 for CVE-2018-6543",
          "url": "https://bugzilla.suse.com/1079103"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2018-10-16T13:35:47Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2018-6543"
    },
    {
      "cve": "CVE-2018-6759",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2018-6759"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The bfd_get_debug_link_info_1 function in opncls.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, has an unchecked strnlen operation. Remote attackers could leverage this vulnerability to cause a denial of service (segmentation fault) via a crafted ELF file.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2018-6759",
          "url": "https://www.suse.com/security/cve/CVE-2018-6759"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1079741 for CVE-2018-6759",
          "url": "https://bugzilla.suse.com/1079741"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2018-10-16T13:35:47Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2018-6759"
    },
    {
      "cve": "CVE-2018-6872",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2018-6872"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The elf_parse_notes function in elf.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, allows remote attackers to cause a denial of service (out-of-bounds read and segmentation violation) via a note with a large alignment.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2018-6872",
          "url": "https://www.suse.com/security/cve/CVE-2018-6872"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1080556 for CVE-2018-6872",
          "url": "https://bugzilla.suse.com/1080556"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2018-10-16T13:35:47Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2018-6872"
    },
    {
      "cve": "CVE-2018-7208",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2018-7208"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "In the coff_pointerize_aux function in coffgen.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, an index is not validated, which allows remote attackers to cause a denial of service (segmentation fault) or possibly have unspecified other impact via a crafted file, as demonstrated by objcopy of a COFF object.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2018-7208",
          "url": "https://www.suse.com/security/cve/CVE-2018-7208"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1081527 for CVE-2018-7208",
          "url": "https://bugzilla.suse.com/1081527"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 3.3,
            "baseSeverity": "LOW",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2018-10-16T13:35:47Z",
          "details": "low"
        }
      ],
      "title": "CVE-2018-7208"
    },
    {
      "cve": "CVE-2018-7568",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2018-7568"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The parse_die function in dwarf1.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, allows remote attackers to cause a denial of service (integer overflow and application crash) via an ELF file with corrupt dwarf1 debug information, as demonstrated by nm.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2018-7568",
          "url": "https://www.suse.com/security/cve/CVE-2018-7568"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1086788 for CVE-2018-7568",
          "url": "https://bugzilla.suse.com/1086788"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 3.3,
            "baseSeverity": "LOW",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2018-10-16T13:35:47Z",
          "details": "low"
        }
      ],
      "title": "CVE-2018-7568"
    },
    {
      "cve": "CVE-2018-7569",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2018-7569"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "dwarf2.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, allows remote attackers to cause a denial of service (integer underflow or overflow, and application crash) via an ELF file with a corrupt DWARF FORM block, as demonstrated by nm.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2018-7569",
          "url": "https://www.suse.com/security/cve/CVE-2018-7569"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1083532 for CVE-2018-7569",
          "url": "https://bugzilla.suse.com/1083532"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 2.5,
            "baseSeverity": "LOW",
            "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2018-10-16T13:35:47Z",
          "details": "low"
        }
      ],
      "title": "CVE-2018-7569"
    },
    {
      "cve": "CVE-2018-7570",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2018-7570"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The assign_file_positions_for_non_load_sections function in elf.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via an ELF file with a RELRO segment that lacks a matching LOAD segment, as demonstrated by objcopy.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2018-7570",
          "url": "https://www.suse.com/security/cve/CVE-2018-7570"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1083528 for CVE-2018-7570",
          "url": "https://bugzilla.suse.com/1083528"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 2.5,
            "baseSeverity": "LOW",
            "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2018-10-16T13:35:47Z",
          "details": "low"
        }
      ],
      "title": "CVE-2018-7570"
    },
    {
      "cve": "CVE-2018-7642",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2018-7642"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The swap_std_reloc_in function in aoutx.h in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, allows remote attackers to cause a denial of service (aout_32_swap_std_reloc_out NULL pointer dereference and application crash) via a crafted ELF file, as demonstrated by objcopy.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2018-7642",
          "url": "https://www.suse.com/security/cve/CVE-2018-7642"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1086786 for CVE-2018-7642",
          "url": "https://bugzilla.suse.com/1086786"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1128518 for CVE-2018-7642",
          "url": "https://bugzilla.suse.com/1128518"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 3.3,
            "baseSeverity": "LOW",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2018-10-16T13:35:47Z",
          "details": "low"
        }
      ],
      "title": "CVE-2018-7642"
    },
    {
      "cve": "CVE-2018-7643",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2018-7643"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The display_debug_ranges function in dwarf.c in GNU Binutils 2.30 allows remote attackers to cause a denial of service (integer overflow and application crash) or possibly have unspecified other impact via a crafted ELF file, as demonstrated by objdump.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2018-7643",
          "url": "https://www.suse.com/security/cve/CVE-2018-7643"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1086784 for CVE-2018-7643",
          "url": "https://bugzilla.suse.com/1086784"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 3.3,
            "baseSeverity": "LOW",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2018-10-16T13:35:47Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2018-7643"
    },
    {
      "cve": "CVE-2018-8945",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2018-8945"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "The bfd_section_from_shdr function in elf.c in the Binary File Descriptor (BFD) library (aka libbfd), as distributed in GNU Binutils 2.30, allows remote attackers to cause a denial of service (segmentation fault) via a large attribute section.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2018-8945",
          "url": "https://www.suse.com/security/cve/CVE-2018-8945"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1086608 for CVE-2018-8945",
          "url": "https://bugzilla.suse.com/1086608"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 3.3,
            "baseSeverity": "LOW",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15:binutils-devel-2.31-6.3.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15:binutils-devel-32bit-2.31-6.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2018-10-16T13:35:47Z",
          "details": "low"
        }
      ],
      "title": "CVE-2018-8945"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…

Loading…