You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
In the Bouncy Castle JCE Provider version 1.55 and earlier the DHIES/ECIES CBC mode vulnerable to padding oracle attack. For BC 1.55 and older, in an environment where timings can be easily observed, it is possible with enough observations to identify when the decryption is failing due to padding.
Fix Resolution: Replace or update the following files: ECIESTest.java, IESCipher.java, BadBlockException.java, DHIESTest.java, IESEngine.java, IESCipher.java, CipherSpi.java
Step up your Open Source Security Game with WhiteSource here
The text was updated successfully, but these errors were encountered:
CVE-2016-1000345 - Medium Severity Vulnerability
Vulnerable Library - bcprov-jdk15on-1.52.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: /root/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.52/bcprov-jdk15on-1.52.jar
Library home page: http://www.bouncycastle.org/java.html
Dependency Hierarchy:
Vulnerability Details
In the Bouncy Castle JCE Provider version 1.55 and earlier the DHIES/ECIES CBC mode vulnerable to padding oracle attack. For BC 1.55 and older, in an environment where timings can be easily observed, it is possible with enough observations to identify when the decryption is failing due to padding.
Publish Date: 2018-06-04
URL: CVE-2016-1000345
CVSS 3 Score Details (5.9)
Base Score Metrics:
Suggested Fix
Type: Change files
Origin: bcgit/bc-java@21dcb3d#diff-4439ce586bf9a13bfec05c0d113b8098
Release Date: 2016-08-27
Fix Resolution: Replace or update the following files: ECIESTest.java, IESCipher.java, BadBlockException.java, DHIESTest.java, IESEngine.java, IESCipher.java, CipherSpi.java
Step up your Open Source Security Game with WhiteSource here
The text was updated successfully, but these errors were encountered: