Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CVE-2023-33201 in dependency bcprov-jdk15on (bouncycastle provider) #1461

Closed
bluen opened this issue Jun 20, 2023 · 0 comments · Fixed by #1462
Closed

CVE-2023-33201 in dependency bcprov-jdk15on (bouncycastle provider) #1461

bluen opened this issue Jun 20, 2023 · 0 comments · Fixed by #1462
Labels

Comments

@bluen
Copy link

bluen commented Jun 20, 2023

The vulnerability https://github.com/bcgit/bc-java/wiki/CVE-2023-33201 is (supposed to be) fixed in bouncycastle 1.74.

Fixing this in minio-java probably just means upgrading the gradle dependency from "org.bouncycastle:bcprov-jdk15on:1.70"
to "org.bouncycastle:bcprov-jdk18on:1.74", or if minio-java is supposed to support Java 5/6/7 to "org.bouncycastle:bcprov-jdk15to18:1.74"

From https://www.bouncycastle.org/latest_releases.html#LATEST

Java Version Details With the arrival of Java 15. jdk15 is not quite as unambiguous as it was. The jdk18on jars are compiled to work with anything from Java 1.8 up. They are also multi-release jars so do support some features that were introduced in Java 9, Java 11, and Java 15. If you have issues with multi-release jars see the jdk15to18 release jars below.

balamurugana added a commit to balamurugana/minio-java that referenced this issue Jun 20, 2023
harshavardhana pushed a commit that referenced this issue Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants