reflectoring/infiniboard

CVE-2016-1000344 High Severity Vulnerability detected by WhiteSource

mend-bolt-for-github opened this issue · 0 comments

CVE-2016-1000344 - High Severity Vulnerability

Vulnerable Library - bcprov-jdk15on-1.54.jar

The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8.

path: null

Library home page: http://www.bouncycastle.org/java.html

Dependency Hierarchy:

  • docker-java-3.0.14 (Root Library)
    • bcpkix-jdk15on-1.54.jar
      • bcprov-jdk15on-1.54.jar (Vulnerable Library)

Vulnerability Details

In the Bouncy Castle JCE Provider version 1.55 and earlier the DHIES implementation allowed the use of ECB mode. This mode is regarded as unsafe and support for it has been removed from the provider.

Publish Date: 2018-06-04

URL: CVE-2016-1000344

CVSS 3 Score Details (7.4)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Change files

Origin: bcgit/bc-java@9385b0e

Release Date: 2016-08-27

Fix Resolution: Replace or update the following files: ECIESTest.java, IESUtil.java, AlgorithmParametersSpi.java, EC.java, IESCipher.java, ECIESVectorTest.java, IESParameterSpec.java, DHIESTest.java, DH.java, IESCipher.java


Step up your Open Source Security Game with WhiteSource here