Skip to content

Commit 2ee0bf9

Browse files
authored
HADOOP-19154. Upgrade bouncycastle to 1.78.1 due to CVEs (#6755)
Addresses * CVE-2024-29857 - Importing an EC certificate with specially crafted F2m parameters can cause high CPU usage during parameter evaluation. * CVE-2024-30171 - Possible timing based leakage in RSA based handshakes due to exception processing eliminated. * CVE-2024-30172 - Crafted signature and public key can be used to trigger an infinite loop in the Ed25519 verification code. * CVE-2024-301XX - When endpoint identification is enabled and an SSL socket is not created with an explicit hostname (as happens with HttpsURLConnection), hostname verification could be performed against a DNS-resolved IP address. Contributed by PJ Fanning
1 parent d8d3d53 commit 2ee0bf9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

LICENSE-binary

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -482,9 +482,9 @@ com.microsoft.azure:azure-cosmosdb-gateway:2.4.5
482482
com.microsoft.azure:azure-data-lake-store-sdk:2.3.3
483483
com.microsoft.azure:azure-keyvault-core:1.0.0
484484
com.microsoft.sqlserver:mssql-jdbc:6.2.1.jre7
485-
org.bouncycastle:bcpkix-jdk18on:1.77
486-
org.bouncycastle:bcprov-jdk18on:1.77
487-
org.bouncycastle:bcutil-jdk18on:1.77
485+
org.bouncycastle:bcpkix-jdk18on:1.78.1
486+
org.bouncycastle:bcprov-jdk18on:1.78.1
487+
org.bouncycastle:bcutil-jdk18on:1.78.1
488488
org.checkerframework:checker-qual:2.5.2
489489
org.codehaus.mojo:animal-sniffer-annotations:1.21
490490
org.jruby.jcodings:jcodings:1.0.13

hadoop-cloud-storage-project/hadoop-cos/src/site/markdown/cloud-storage/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Linux kernel 2.6+
8686
- joda-time (version 2.9.9 recommended)
8787
- httpClient (version 4.5.1 or later recommended)
8888
- Jackson: jackson-core, jackson-databind, jackson-annotations (version 2.9.8 or later)
89-
- bcprov-jdk18on (version 1.77 recommended)
89+
- bcprov-jdk18on (version 1.78.1 recommended)
9090

9191

9292
#### Configure Properties

hadoop-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<guava.version>27.0-jre</guava.version>
112112
<guice.version>4.2.3</guice.version>
113113

114-
<bouncycastle.version>1.78</bouncycastle.version>
114+
<bouncycastle.version>1.78.1</bouncycastle.version>
115115

116116
<!-- Required for testing LDAP integration -->
117117
<apacheds.version>2.0.0.AM26</apacheds.version>

0 commit comments

Comments
 (0)