Skip to content

Commit 3eff549

Browse files
guptas6estsrinath-ctds
authored andcommitted
[fix][sec] Upgrade BouncyCastle FIPS to 2.0.10 to remediate CVE-2025-8916 (apache#24923)
(cherry picked from commit f3fa7e6) (cherry picked from commit b0481fd)
1 parent 73808c4 commit 3eff549

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

bouncy-castle/bcfips/LICENSE

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,5 +205,6 @@
205205
This projects includes binary packages with the following licenses:
206206
Bouncy Castle License
207207
* Bouncy Castle -- licenses/LICENSE-bouncycastle.txt
208-
- org.bouncycastle-bcpkix-fips-1.0.7.jar
209-
- org.bouncycastle-bc-fips-1.0.2.6.jar
208+
- org.bouncycastle-bcpkix-fips-2.0.10.jar
209+
- org.bouncycastle-bc-fips-2.0.1.jar
210+
- org.bouncycastle-bctutil-fips-2.0.5.jar

bouncy-castle/bcfips/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
<name>Apache Pulsar :: Bouncy Castle :: BC-FIPS</name>
3333

3434
<dependencies>
35+
<dependency>
36+
<groupId>org.bouncycastle</groupId>
37+
<artifactId>bcutil-fips</artifactId>
38+
<version>2.0.5</version>
39+
</dependency>
3540
<dependency>
3641
<groupId>${project.groupId}</groupId>
3742
<artifactId>pulsar-common</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ flexible messaging model and an intuitive client API.</description>
201201
<bouncycastle.bcprov-jdk18on.version>1.78.1</bouncycastle.bcprov-jdk18on.version>
202202
<bouncycastle.bcpkix-jdk18on.version>1.81</bouncycastle.bcpkix-jdk18on.version>
203203
<bouncycastle.bcprov-ext-jdk18on.version>1.78.1</bouncycastle.bcprov-ext-jdk18on.version>
204-
<bouncycastle.bcpkix-fips.version>1.0.7</bouncycastle.bcpkix-fips.version>
205-
<bouncycastle.bc-fips.version>1.0.2.6</bouncycastle.bc-fips.version>
204+
<bouncycastle.bcpkix-fips.version>2.0.10</bouncycastle.bcpkix-fips.version>
205+
<bouncycastle.bc-fips.version>2.0.1</bouncycastle.bc-fips.version>
206206
<jackson.version>2.17.2</jackson.version>
207207
<fastutil.version>8.5.16</fastutil.version>
208208
<reflections.version>0.10.2</reflections.version>

0 commit comments

Comments
 (0)