suse-su-2016:2953-1
Vulnerability from csaf_suse
Published
2016-11-30 09:44
    Modified
2016-11-30 09:44
    Summary
Security update for java-1_7_0-openjdk
    Notes
Title of the patch
Security update for java-1_7_0-openjdk
    Description of the patch
This update for java-1_7_0-openjdk fixes the following issues:
- Update to 2.6.8 - OpenJDK 7u121
  * Security fixes
    + S8151921: Improved page resolution
    + S8155968: Update command line options
    + S8155973, CVE-2016-5542: Tighten jar checks (bsc#1005522)
    + S8157176: Improved classfile parsing
    + S8157739, CVE-2016-5554: Classloader Consistency Checking
      (bsc#1005523)
    + S8157749: Improve handling of DNS error replies
    + S8157753: Audio replay enhancement
    + S8157759: LCMS Transform Sampling Enhancement
    + S8157764: Better handling of interpolation plugins
    + S8158302: Handle contextual glyph substitutions
    + S8158993, CVE-2016-5568: Service Menu services (bsc#1005525)
    + S8159495: Fix index offsets
    + S8159503: Amend Annotation Actions
    + S8159511: Stack map validation
    + S8159515: Improve indy validation
    + S8159519, CVE-2016-5573: Reformat JDWP messages (bsc#1005526)
    + S8160090: Better signature handling in pack200
    + S8160094: Improve pack200 layout
    + S8160098: Clean up color profiles
    + S8160591, CVE-2016-5582: Improve internal array handling
      (bsc#1005527)
    + S8160838, CVE-2016-5597: Better HTTP service (bsc#1005528)
    + PR3207, RH1367357: lcms2: Out-of-bounds read in
      Type_MLU_Read()
    + CVE-2016-5556 (bsc#1005524)
  * Import of OpenJDK 7 u121 build 0
    + S6624200: Regression test fails:
      test/closed/javax/swing/JMenuItem/4654927/bug4654927.java
    + S6882559: new JEditorPane('text/plain','') fails for null
      context class loader
    + S7090158: Networking Libraries don't build with javac -Werror
    + S7125055: ContentHandler.getContent API changed in error
    + S7145960: sun/security/mscapi/ShortRSAKey1024.sh failing on
      windows
    + S7187051: ShortRSAKeynnn.sh tests should do cleanup before
      start test
    + S8000626: Implement dead key detection for KeyEvent on Linux
    + S8003890: corelibs test scripts should pass TESTVMOPTS
    + S8005629: javac warnings compiling
      java.awt.EventDispatchThread and sun.awt.X11.XIconWindow
    + S8010297: Missing isLoggable() checks in logging code
    + S8010782: clean up source files containing carriage return
      characters
    + S8014431: cleanup warnings indicated by the -Wunused-value
      compiler option on linux
    + S8015265: revise the fix for 8007037
    + S8016747: Replace deprecated PlatformLogger isLoggable(int)
      with isLoggable(Level)
    + S8020708: NLS mnemonics missing in SwingSet2/JInternalFrame
      demo
    + S8024756: method grouping tabs are not selectable
    + S8026741: jdk8 l10n resource file translation update 5
    + S8048147: Privilege tests with JAAS Subject.doAs
    + S8048357: PKCS basic tests
    + S8049171: Additional tests for jarsigner's warnings
    + S8059177: jdk8u40 l10n resource file translation update 1
    + S8075584: test for 8067364 depends on hardwired text advance
    + S8076486: [TESTBUG]
      javax/security/auth/Subject/doAs/NestedActions.java fails if
      extra VM options are given
    + S8077953: [TEST_BUG]
      com/sun/management/OperatingSystemMXBean/TestTotalSwap.java
      Compilation failed after JDK-8077387
    + S8080628: No mnemonics on Open and Save buttons in
      JFileChooser
    + S8083601: jdk8u60 l10n resource file translation update 2
    + S8140530: Creating a VolatileImage with size 0,0 results in
      no longer working g2d.drawString
    + S8142926: OutputAnalyzer's shouldXXX() calls return this
    + S8143134: L10n resource file translation update
    + S8147077: IllegalArgumentException thrown by
      api/java_awt/Component/FlipBufferStrategy/indexTGF_General
    + S8148127: IllegalArgumentException thrown by JCK test
      api/java_awt/Component/FlipBufferStrategy/indexTGF_General in
      opengl pipeline
    + S8150611: Security problem on sun.misc.resources.Messages*
    + S8157653: [Parfait] Uninitialised variable in awt_Font.cpp
    + S8158734: JEditorPane.createEditorKitForContentType throws
      NPE after 6882559
    + S8159684: (tz) Support tzdata2016f
    + S8160934: isnan() is not available on older MSVC compilers
    + S8162411: Service Menu services 2
    + S8162419: closed/com/oracle/jfr/runtime/TestVMInfoEvent.sh
      failing after JDK-8155968
    + S8162511: 8u111 L10n resource file updates
    + S8162792: Remove constraint DSA keySize < 1024 from
      jdk.jar.disabledAlgorithms in jdk8
    + S8164452: 8u111 L10n resource file update - msgdrop 20
    + S8165816: jarsigner -verify shows jar unsigned if it was
      signed with a weak algorithm
    + S8166381: Back out changes to the java.security file to not
      disable MD5
  * Backports
    + S6604109, PR3162: 
      javax.print.PrintServiceLookup.lookupPrintServices fails
      SOMETIMES for Cups
    + S6907252, PR3162: ZipFileInputStream Not Thread-Safe
    + S8024046, PR3162: Test sun/security/krb5/runNameEquals.sh
      failed on 7u45 Embedded linux-ppc*
    + S8028479, PR3162: runNameEquals still cannot precisely detect
      if a usable native krb5 is available
    + S8034057, PR3162: Files.getFileStore and Files.isWritable do
      not work with SUBST'ed drives (win)
    + S8038491, PR3162: Improve synchronization in ZipFile.read()
    + S8038502, PR3162: Deflater.needsInput() should use
      synchronization
    + S8059411, PR3162: RowSetWarning does not correctly chain
      warnings
    + S8062198, PR3162: Add RowSetMetaDataImpl Tests and add column
      range validation to isdefinitlyWritable
    + S8066188, PR3162: BaseRowSet returns the wrong default value
      for escape processing
    + S8072466, PR3162: Deadlock when initializing MulticastSocket
      and DatagramSocket
    + S8075118, PR3162: JVM stuck in infinite loop during
      verification
    + S8076579, PR3162: Popping a stack frame after exception
      breakpoint sets last method param to exception
    + S8078495, PR3162: End time checking for native TGT is wrong
    + S8078668, PR3162: jar usage string mentions unsupported
      option '-n'
    + S8080115, PR3162: (fs) Crash in libgio when calling
      Files.probeContentType(path) from parallel threads
    + S8081794, PR3162: ParsePosition getErrorIndex returns 0 for
      TimeZone parsing problem
    + S8129957, PR3162: Deadlock in JNDI LDAP implementation when
      closing the LDAP context
    + S8130136, PR3162: Swing window sometimes fails to repaint
      partially when it becomes exposed
    + S8130274, PR3162: java/nio/file/FileStore/Basic.java fails
      when two successive stores in an iteration are determined to
      be equal
    + S8132551, PR3162: Initialize local variables before returning
      them in p11_convert.c
    + S8133207, PR3162: [TEST_BUG] ParallelProbes.java test fails
      after changes for JDK-8080115
    + S8133666, PR3162: OperatingSystemMXBean reports abnormally
      high machine CPU consumption on Linux
    + S8135002, PR3162: Fix or remove broken links in
      objectMonitor.cpp comments
    + S8137121, PR3162: (fc) Infinite loop FileChannel.truncate
    + S8137230, PR3162: TEST_BUG:
      java/nio/channels/FileChannel/LoopingTruncate.java timed out
    + S8139373, PR3162: [TEST_BUG]
      java/net/MulticastSocket/MultiDead.java failed with timeout
    + S8140249, PR3162: JVM Crashing During startUp If Flight
      Recording is enabled
    + S8141491, PR3160, G592292: Unaligned memory access in Bits.c
    + S8144483, PR3162: One long Safepoint pause directly after
      each GC log rotation
    + S8149611, PR3160, G592292: Add tests for
      Unsafe.copySwapMemory
  * Bug fixes
    + S8078628, PR3151: Zero build fails with pre-compiled headers
      disabled
    + PR3128: pax-mark-vm script calls 'exit -1' which is invalid
      in dash
    + PR3131: PaX marking fails on filesystems which don't support
      extended attributes
    + PR3135: Makefile.am rule
      stamps/add/tzdata-support-debug.stamp has a typo in
      add-tzdata dependency
    + PR3141: Pass $(CC) and $(CXX) to OpenJDK build
    + PR3166: invalid zip timestamp handling leads to error
      building bootstrap-javac
    + PR3202: Update infinality configure test
    + PR3212: Disable ARM32 JIT by default
  * CACAO
    + PR3136: CACAO is broken due to 2 new native methods in
      sun.misc.Unsafe (from S8158260)
* JamVM
    + PR3134: JamVM is broken due to 2 new native methods in
      sun.misc.Unsafe (from S8158260)
* AArch64 port
    + S8167200, PR3204: AArch64: Broken stack pointer adjustment
      in interpreter
    + S8168888: Port 8160591: Improve internal array handling to
      AArch64.
    + PR3211: AArch64 build fails with pre-compiled headers
      disabled
- Changed patch:
  * java-1_7_0-openjdk-gcc6.patch
    + Rediff to changed context
- Disable arm32 JIT, since its build broken
  (http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2942)
    Patchnames
SUSE-SLE-DESKTOP-12-SP1-2016-1727,SUSE-SLE-DESKTOP-12-SP2-2016-1727,SUSE-SLE-RPI-12-SP2-2016-1727,SUSE-SLE-SERVER-12-SP1-2016-1727,SUSE-SLE-SERVER-12-SP2-2016-1727
    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 java-1_7_0-openjdk",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "\nThis update for java-1_7_0-openjdk fixes the following issues:\n\n- Update to 2.6.8 - OpenJDK 7u121\n  * Security fixes\n    + S8151921: Improved page resolution\n    + S8155968: Update command line options\n    + S8155973, CVE-2016-5542: Tighten jar checks (bsc#1005522)\n    + S8157176: Improved classfile parsing\n    + S8157739, CVE-2016-5554: Classloader Consistency Checking\n      (bsc#1005523)\n    + S8157749: Improve handling of DNS error replies\n    + S8157753: Audio replay enhancement\n    + S8157759: LCMS Transform Sampling Enhancement\n    + S8157764: Better handling of interpolation plugins\n    + S8158302: Handle contextual glyph substitutions\n    + S8158993, CVE-2016-5568: Service Menu services (bsc#1005525)\n    + S8159495: Fix index offsets\n    + S8159503: Amend Annotation Actions\n    + S8159511: Stack map validation\n    + S8159515: Improve indy validation\n    + S8159519, CVE-2016-5573: Reformat JDWP messages (bsc#1005526)\n    + S8160090: Better signature handling in pack200\n    + S8160094: Improve pack200 layout\n    + S8160098: Clean up color profiles\n    + S8160591, CVE-2016-5582: Improve internal array handling\n      (bsc#1005527)\n    + S8160838, CVE-2016-5597: Better HTTP service (bsc#1005528)\n    + PR3207, RH1367357: lcms2: Out-of-bounds read in\n      Type_MLU_Read()\n    + CVE-2016-5556 (bsc#1005524)\n  * Import of OpenJDK 7 u121 build 0\n    + S6624200: Regression test fails:\n      test/closed/javax/swing/JMenuItem/4654927/bug4654927.java\n    + S6882559: new JEditorPane(\u0027text/plain\u0027,\u0027\u0027) fails for null\n      context class loader\n    + S7090158: Networking Libraries don\u0027t build with javac -Werror\n    + S7125055: ContentHandler.getContent API changed in error\n    + S7145960: sun/security/mscapi/ShortRSAKey1024.sh failing on\n      windows\n    + S7187051: ShortRSAKeynnn.sh tests should do cleanup before\n      start test\n    + S8000626: Implement dead key detection for KeyEvent on Linux\n    + S8003890: corelibs test scripts should pass TESTVMOPTS\n    + S8005629: javac warnings compiling\n      java.awt.EventDispatchThread and sun.awt.X11.XIconWindow\n    + S8010297: Missing isLoggable() checks in logging code\n    + S8010782: clean up source files containing carriage return\n      characters\n    + S8014431: cleanup warnings indicated by the -Wunused-value\n      compiler option on linux\n    + S8015265: revise the fix for 8007037\n    + S8016747: Replace deprecated PlatformLogger isLoggable(int)\n      with isLoggable(Level)\n    + S8020708: NLS mnemonics missing in SwingSet2/JInternalFrame\n      demo\n    + S8024756: method grouping tabs are not selectable\n    + S8026741: jdk8 l10n resource file translation update 5\n    + S8048147: Privilege tests with JAAS Subject.doAs\n    + S8048357: PKCS basic tests\n    + S8049171: Additional tests for jarsigner\u0027s warnings\n    + S8059177: jdk8u40 l10n resource file translation update 1\n    + S8075584: test for 8067364 depends on hardwired text advance\n    + S8076486: [TESTBUG]\n      javax/security/auth/Subject/doAs/NestedActions.java fails if\n      extra VM options are given\n    + S8077953: [TEST_BUG]\n      com/sun/management/OperatingSystemMXBean/TestTotalSwap.java\n      Compilation failed after JDK-8077387\n    + S8080628: No mnemonics on Open and Save buttons in\n      JFileChooser\n    + S8083601: jdk8u60 l10n resource file translation update 2\n    + S8140530: Creating a VolatileImage with size 0,0 results in\n      no longer working g2d.drawString\n    + S8142926: OutputAnalyzer\u0027s shouldXXX() calls return this\n    + S8143134: L10n resource file translation update\n    + S8147077: IllegalArgumentException thrown by\n      api/java_awt/Component/FlipBufferStrategy/indexTGF_General\n    + S8148127: IllegalArgumentException thrown by JCK test\n      api/java_awt/Component/FlipBufferStrategy/indexTGF_General in\n      opengl pipeline\n    + S8150611: Security problem on sun.misc.resources.Messages*\n    + S8157653: [Parfait] Uninitialised variable in awt_Font.cpp\n    + S8158734: JEditorPane.createEditorKitForContentType throws\n      NPE after 6882559\n    + S8159684: (tz) Support tzdata2016f\n    + S8160934: isnan() is not available on older MSVC compilers\n    + S8162411: Service Menu services 2\n    + S8162419: closed/com/oracle/jfr/runtime/TestVMInfoEvent.sh\n      failing after JDK-8155968\n    + S8162511: 8u111 L10n resource file updates\n    + S8162792: Remove constraint DSA keySize \u003c 1024 from\n      jdk.jar.disabledAlgorithms in jdk8\n    + S8164452: 8u111 L10n resource file update - msgdrop 20\n    + S8165816: jarsigner -verify shows jar unsigned if it was\n      signed with a weak algorithm\n    + S8166381: Back out changes to the java.security file to not\n      disable MD5\n  * Backports\n    + S6604109, PR3162: \n      javax.print.PrintServiceLookup.lookupPrintServices fails\n      SOMETIMES for Cups\n    + S6907252, PR3162: ZipFileInputStream Not Thread-Safe\n    + S8024046, PR3162: Test sun/security/krb5/runNameEquals.sh\n      failed on 7u45 Embedded linux-ppc*\n    + S8028479, PR3162: runNameEquals still cannot precisely detect\n      if a usable native krb5 is available\n    + S8034057, PR3162: Files.getFileStore and Files.isWritable do\n      not work with SUBST\u0027ed drives (win)\n    + S8038491, PR3162: Improve synchronization in ZipFile.read()\n    + S8038502, PR3162: Deflater.needsInput() should use\n      synchronization\n    + S8059411, PR3162: RowSetWarning does not correctly chain\n      warnings\n    + S8062198, PR3162: Add RowSetMetaDataImpl Tests and add column\n      range validation to isdefinitlyWritable\n    + S8066188, PR3162: BaseRowSet returns the wrong default value\n      for escape processing\n    + S8072466, PR3162: Deadlock when initializing MulticastSocket\n      and DatagramSocket\n    + S8075118, PR3162: JVM stuck in infinite loop during\n      verification\n    + S8076579, PR3162: Popping a stack frame after exception\n      breakpoint sets last method param to exception\n    + S8078495, PR3162: End time checking for native TGT is wrong\n    + S8078668, PR3162: jar usage string mentions unsupported\n      option \u0027-n\u0027\n    + S8080115, PR3162: (fs) Crash in libgio when calling\n      Files.probeContentType(path) from parallel threads\n    + S8081794, PR3162: ParsePosition getErrorIndex returns 0 for\n      TimeZone parsing problem\n    + S8129957, PR3162: Deadlock in JNDI LDAP implementation when\n      closing the LDAP context\n    + S8130136, PR3162: Swing window sometimes fails to repaint\n      partially when it becomes exposed\n    + S8130274, PR3162: java/nio/file/FileStore/Basic.java fails\n      when two successive stores in an iteration are determined to\n      be equal\n    + S8132551, PR3162: Initialize local variables before returning\n      them in p11_convert.c\n    + S8133207, PR3162: [TEST_BUG] ParallelProbes.java test fails\n      after changes for JDK-8080115\n    + S8133666, PR3162: OperatingSystemMXBean reports abnormally\n      high machine CPU consumption on Linux\n    + S8135002, PR3162: Fix or remove broken links in\n      objectMonitor.cpp comments\n    + S8137121, PR3162: (fc) Infinite loop FileChannel.truncate\n    + S8137230, PR3162: TEST_BUG:\n      java/nio/channels/FileChannel/LoopingTruncate.java timed out\n    + S8139373, PR3162: [TEST_BUG]\n      java/net/MulticastSocket/MultiDead.java failed with timeout\n    + S8140249, PR3162: JVM Crashing During startUp If Flight\n      Recording is enabled\n    + S8141491, PR3160, G592292: Unaligned memory access in Bits.c\n    + S8144483, PR3162: One long Safepoint pause directly after\n      each GC log rotation\n    + S8149611, PR3160, G592292: Add tests for\n      Unsafe.copySwapMemory\n  * Bug fixes\n    + S8078628, PR3151: Zero build fails with pre-compiled headers\n      disabled\n    + PR3128: pax-mark-vm script calls \u0027exit -1\u0027 which is invalid\n      in dash\n    + PR3131: PaX marking fails on filesystems which don\u0027t support\n      extended attributes\n    + PR3135: Makefile.am rule\n      stamps/add/tzdata-support-debug.stamp has a typo in\n      add-tzdata dependency\n    + PR3141: Pass $(CC) and $(CXX) to OpenJDK build\n    + PR3166: invalid zip timestamp handling leads to error\n      building bootstrap-javac\n    + PR3202: Update infinality configure test\n    + PR3212: Disable ARM32 JIT by default\n  * CACAO\n    + PR3136: CACAO is broken due to 2 new native methods in\n      sun.misc.Unsafe (from S8158260)\n* JamVM\n    + PR3134: JamVM is broken due to 2 new native methods in\n      sun.misc.Unsafe (from S8158260)\n* AArch64 port\n    + S8167200, PR3204: AArch64: Broken stack pointer adjustment\n      in interpreter\n    + S8168888: Port 8160591: Improve internal array handling to\n      AArch64.\n    + PR3211: AArch64 build fails with pre-compiled headers\n      disabled\n- Changed patch:\n  * java-1_7_0-openjdk-gcc6.patch\n    + Rediff to changed context\n\n- Disable arm32 JIT, since its build broken\n  (http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2942)\n\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-SLE-DESKTOP-12-SP1-2016-1727,SUSE-SLE-DESKTOP-12-SP2-2016-1727,SUSE-SLE-RPI-12-SP2-2016-1727,SUSE-SLE-SERVER-12-SP1-2016-1727,SUSE-SLE-SERVER-12-SP2-2016-1727",
        "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-2016_2953-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2016:2953-1",
        "url": "https://www.suse.com/support/update/announcement/2016/suse-su-20162953-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2016:2953-1",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2016-November/002431.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1005522",
        "url": "https://bugzilla.suse.com/1005522"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1005523",
        "url": "https://bugzilla.suse.com/1005523"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1005524",
        "url": "https://bugzilla.suse.com/1005524"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1005525",
        "url": "https://bugzilla.suse.com/1005525"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1005526",
        "url": "https://bugzilla.suse.com/1005526"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1005527",
        "url": "https://bugzilla.suse.com/1005527"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1005528",
        "url": "https://bugzilla.suse.com/1005528"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-5542 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-5542/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-5554 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-5554/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-5556 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-5556/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-5568 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-5568/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-5573 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-5573/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-5582 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-5582/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2016-5597 page",
        "url": "https://www.suse.com/security/cve/CVE-2016-5597/"
      }
    ],
    "title": "Security update for java-1_7_0-openjdk",
    "tracking": {
      "current_release_date": "2016-11-30T09:44:33Z",
      "generator": {
        "date": "2016-11-30T09:44:33Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2016:2953-1",
      "initial_release_date": "2016-11-30T09:44:33Z",
      "revision_history": [
        {
          "date": "2016-11-30T09:44:33Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
                "product": {
                  "name": "java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
                  "product_id": "java-1_7_0-openjdk-1.7.0.121-36.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
                "product": {
                  "name": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
                  "product_id": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
                "product": {
                  "name": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
                  "product_id": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
                "product": {
                  "name": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
                  "product_id": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
                "product": {
                  "name": "java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
                  "product_id": "java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
                "product": {
                  "name": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
                  "product_id": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
                "product": {
                  "name": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
                  "product_id": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
                "product": {
                  "name": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
                  "product_id": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
                "product": {
                  "name": "java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
                  "product_id": "java-1_7_0-openjdk-1.7.0.121-36.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
                "product": {
                  "name": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
                  "product_id": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
                "product": {
                  "name": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
                  "product_id": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
                "product": {
                  "name": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
                  "product_id": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
                "product": {
                  "name": "java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
                  "product_id": "java-1_7_0-openjdk-1.7.0.121-36.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
                "product": {
                  "name": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
                  "product_id": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
                "product": {
                  "name": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
                  "product_id": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
                "product": {
                  "name": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
                  "product_id": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Desktop 12 SP1",
                "product": {
                  "name": "SUSE Linux Enterprise Desktop 12 SP1",
                  "product_id": "SUSE Linux Enterprise Desktop 12 SP1",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sled:12:sp1"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Desktop 12 SP2",
                "product": {
                  "name": "SUSE Linux Enterprise Desktop 12 SP2",
                  "product_id": "SUSE Linux Enterprise Desktop 12 SP2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sled:12:sp2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2",
                "product": {
                  "name": "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2",
                  "product_id": "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles:12:sp2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 12 SP1",
                "product": {
                  "name": "SUSE Linux Enterprise Server 12 SP1",
                  "product_id": "SUSE Linux Enterprise Server 12 SP1",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles:12:sp1"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP1",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP1",
                  "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_sap:12:sp1"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 12 SP2",
                "product": {
                  "name": "SUSE Linux Enterprise Server 12 SP2",
                  "product_id": "SUSE Linux Enterprise Server 12 SP2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles:12:sp2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP2",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP2",
                  "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_sap:12:sp2"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-1.7.0.121-36.2.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP1",
          "product_id": "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64"
        },
        "product_reference": "java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP1",
          "product_id": "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
        },
        "product_reference": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-1.7.0.121-36.2.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP2",
          "product_id": "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64"
        },
        "product_reference": "java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP2",
          "product_id": "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
        },
        "product_reference": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-1.7.0.121-36.2.aarch64 as component of SUSE Linux Enterprise Server for Raspberry Pi 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64"
        },
        "product_reference": "java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64 as component of SUSE Linux Enterprise Server for Raspberry Pi 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64"
        },
        "product_reference": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64 as component of SUSE Linux Enterprise Server for Raspberry Pi 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64"
        },
        "product_reference": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64 as component of SUSE Linux Enterprise Server for Raspberry Pi 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64"
        },
        "product_reference": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le"
        },
        "product_reference": "java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-1.7.0.121-36.2.s390x as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x"
        },
        "product_reference": "java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-1.7.0.121-36.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64"
        },
        "product_reference": "java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le"
        },
        "product_reference": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x"
        },
        "product_reference": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64"
        },
        "product_reference": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le"
        },
        "product_reference": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x"
        },
        "product_reference": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64"
        },
        "product_reference": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le"
        },
        "product_reference": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x"
        },
        "product_reference": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP1",
          "product_id": "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
        },
        "product_reference": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le"
        },
        "product_reference": "java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-1.7.0.121-36.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x"
        },
        "product_reference": "java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-1.7.0.121-36.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64"
        },
        "product_reference": "java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le"
        },
        "product_reference": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x"
        },
        "product_reference": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64"
        },
        "product_reference": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le"
        },
        "product_reference": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x"
        },
        "product_reference": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64"
        },
        "product_reference": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le"
        },
        "product_reference": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x"
        },
        "product_reference": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP1",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
        },
        "product_reference": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-1.7.0.121-36.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP2",
          "product_id": "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64"
        },
        "product_reference": "java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP2",
          "product_id": "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le"
        },
        "product_reference": "java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-1.7.0.121-36.2.s390x as component of SUSE Linux Enterprise Server 12 SP2",
          "product_id": "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x"
        },
        "product_reference": "java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-1.7.0.121-36.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP2",
          "product_id": "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64"
        },
        "product_reference": "java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP2",
          "product_id": "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64"
        },
        "product_reference": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP2",
          "product_id": "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le"
        },
        "product_reference": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x as component of SUSE Linux Enterprise Server 12 SP2",
          "product_id": "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x"
        },
        "product_reference": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP2",
          "product_id": "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64"
        },
        "product_reference": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP2",
          "product_id": "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64"
        },
        "product_reference": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP2",
          "product_id": "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le"
        },
        "product_reference": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x as component of SUSE Linux Enterprise Server 12 SP2",
          "product_id": "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x"
        },
        "product_reference": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP2",
          "product_id": "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64"
        },
        "product_reference": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64 as component of SUSE Linux Enterprise Server 12 SP2",
          "product_id": "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64"
        },
        "product_reference": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le as component of SUSE Linux Enterprise Server 12 SP2",
          "product_id": "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le"
        },
        "product_reference": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x as component of SUSE Linux Enterprise Server 12 SP2",
          "product_id": "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x"
        },
        "product_reference": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64 as component of SUSE Linux Enterprise Server 12 SP2",
          "product_id": "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
        },
        "product_reference": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-1.7.0.121-36.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64"
        },
        "product_reference": "java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le"
        },
        "product_reference": "java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-1.7.0.121-36.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x"
        },
        "product_reference": "java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-1.7.0.121-36.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64"
        },
        "product_reference": "java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64"
        },
        "product_reference": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le"
        },
        "product_reference": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x"
        },
        "product_reference": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64"
        },
        "product_reference": "java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64"
        },
        "product_reference": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le"
        },
        "product_reference": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x"
        },
        "product_reference": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64"
        },
        "product_reference": "java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64"
        },
        "product_reference": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le"
        },
        "product_reference": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x"
        },
        "product_reference": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
        },
        "product_reference": "java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2016-5542",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-5542"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Unspecified vulnerability in Oracle Java SE 6u121, 7u111, 8u102; and Java SE Embedded 8u101 allows remote attackers to affect integrity via vectors related to Libraries.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-5542",
          "url": "https://www.suse.com/security/cve/CVE-2016-5542"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1005522 for CVE-2016-5542",
          "url": "https://bugzilla.suse.com/1005522"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1009280 for CVE-2016-5542",
          "url": "https://bugzilla.suse.com/1009280"
        }
      ],
      "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 Desktop 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 3.1,
            "baseSeverity": "LOW",
            "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-11-30T09:44:33Z",
          "details": "low"
        }
      ],
      "title": "CVE-2016-5542"
    },
    {
      "cve": "CVE-2016-5554",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-5554"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Unspecified vulnerability in Oracle Java SE 6u121, 7u111, 8u102; and Java SE Embedded 8u101 allows remote attackers to affect integrity via vectors related to JMX.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-5554",
          "url": "https://www.suse.com/security/cve/CVE-2016-5554"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1005523 for CVE-2016-5554",
          "url": "https://bugzilla.suse.com/1005523"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1009280 for CVE-2016-5554",
          "url": "https://bugzilla.suse.com/1009280"
        }
      ],
      "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 Desktop 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 4.3,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-11-30T09:44:33Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2016-5554"
    },
    {
      "cve": "CVE-2016-5556",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-5556"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Unspecified vulnerability in Oracle Java SE 6u121, 7u111, and 8u102 allows remote attackers to affect confidentiality, integrity, and availability via vectors related to 2D.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-5556",
          "url": "https://www.suse.com/security/cve/CVE-2016-5556"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1005524 for CVE-2016-5556",
          "url": "https://bugzilla.suse.com/1005524"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1009280 for CVE-2016-5556",
          "url": "https://bugzilla.suse.com/1009280"
        }
      ],
      "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 Desktop 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.6,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-11-30T09:44:33Z",
          "details": "critical"
        }
      ],
      "title": "CVE-2016-5556"
    },
    {
      "cve": "CVE-2016-5568",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-5568"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Unspecified vulnerability in Oracle Java SE 6u121, 7u111, and 8u102 allows remote attackers to affect confidentiality, integrity, and availability via vectors related to AWT.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-5568",
          "url": "https://www.suse.com/security/cve/CVE-2016-5568"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1005525 for CVE-2016-5568",
          "url": "https://bugzilla.suse.com/1005525"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1009280 for CVE-2016-5568",
          "url": "https://bugzilla.suse.com/1009280"
        }
      ],
      "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 Desktop 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.6,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-11-30T09:44:33Z",
          "details": "critical"
        }
      ],
      "title": "CVE-2016-5568"
    },
    {
      "cve": "CVE-2016-5573",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-5573"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Unspecified vulnerability in Oracle Java SE 6u121, 7u111, 8u102; and Java SE Embedded 8u101 allows remote attackers to affect confidentiality, integrity, and availability via vectors related to Hotspot, a different vulnerability than CVE-2016-5582.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-5573",
          "url": "https://www.suse.com/security/cve/CVE-2016-5573"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1005526 for CVE-2016-5573",
          "url": "https://bugzilla.suse.com/1005526"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1009280 for CVE-2016-5573",
          "url": "https://bugzilla.suse.com/1009280"
        }
      ],
      "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 Desktop 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 8.3,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-11-30T09:44:33Z",
          "details": "important"
        }
      ],
      "title": "CVE-2016-5573"
    },
    {
      "cve": "CVE-2016-5582",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-5582"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Unspecified vulnerability in Oracle Java SE 6u121, 7u111, 8u102; and Java SE Embedded 8u101 allows remote attackers to affect confidentiality, integrity, and availability via vectors related to Hotspot, a different vulnerability than CVE-2016-5573.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-5582",
          "url": "https://www.suse.com/security/cve/CVE-2016-5582"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1005527 for CVE-2016-5582",
          "url": "https://bugzilla.suse.com/1005527"
        }
      ],
      "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 Desktop 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 9.6,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-11-30T09:44:33Z",
          "details": "critical"
        }
      ],
      "title": "CVE-2016-5582"
    },
    {
      "cve": "CVE-2016-5597",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2016-5597"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Unspecified vulnerability in Oracle Java SE 6u121, 7u111, 8u102; and Java SE Embedded 8u101 allows remote attackers to affect confidentiality via vectors related to Networking.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2016-5597",
          "url": "https://www.suse.com/security/cve/CVE-2016-5597"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1005528 for CVE-2016-5597",
          "url": "https://bugzilla.suse.com/1005528"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1009280 for CVE-2016-5597",
          "url": "https://bugzilla.suse.com/1009280"
        }
      ],
      "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 Desktop 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for Raspberry Pi 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP1:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-demo-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-devel-1.7.0.121-36.2.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.aarch64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.ppc64le",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.s390x",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:java-1_7_0-openjdk-headless-1.7.0.121-36.2.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2016-11-30T09:44:33Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2016-5597"
    }
  ]
}
  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.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- 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…