Skip to content

Commit 363b1d4

Browse files
committed
fix(hadoop): Upgrade nimbus-jose-jwt in Hadoop 3.4.1 to fix CVE-2025-53864
1 parent c68dfe4 commit 363b1d4

File tree

2 files changed

+38
-2
lines changed

2 files changed

+38
-2
lines changed

hadoop/hadoop/stackable/patches/3.4.1/0011-HADOOP-18583.-Fix-loading-of-OpenSSL-3.x-symbols-525.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
From cd1c23ea5bddd2796caf2590fef467e488c3bcbf Mon Sep 17 00:00:00 2001
1+
From 932464d9fbf23f9042fee2f8b4be6029174d2ca4 Mon Sep 17 00:00:00 2001
22
From: Sebastian Klemke <[email protected]>
33
Date: Thu, 7 Nov 2024 19:14:13 +0100
4-
Subject: HADOOP-18583. Fix loading of OpenSSL 3.x symbols (#5256) (#7149)
4+
Subject: HADOOP-18583. Fix loading of OpenSSL 3.x symbols (#5256) (#7149)
55

66
Contributed by Sebastian Klemke
77
---
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
From d2e87ede0e3a4c6fa600de7d7f51fb4134fa0438 Mon Sep 17 00:00:00 2001
2+
From: xeniape <[email protected]>
3+
Date: Wed, 10 Sep 2025 12:51:47 +0200
4+
Subject: Upgrade nimbus-jose-jwt to 9.37.4 to fix CVE-2025-53864
5+
6+
---
7+
LICENSE-binary | 2 +-
8+
hadoop-project/pom.xml | 2 +-
9+
2 files changed, 2 insertions(+), 2 deletions(-)
10+
11+
diff --git a/LICENSE-binary b/LICENSE-binary
12+
index 90da3d032b..fdcb5c0a1f 100644
13+
--- a/LICENSE-binary
14+
+++ b/LICENSE-binary
15+
@@ -240,7 +240,7 @@ com.google.guava:guava:20.0
16+
com.google.guava:guava:32.0.1-jre
17+
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
18+
com.microsoft.azure:azure-storage:7.0.0
19+
-com.nimbusds:nimbus-jose-jwt:9.37.2
20+
+com.nimbusds:nimbus-jose-jwt:9.37.4
21+
com.zaxxer:HikariCP:4.0.3
22+
commons-beanutils:commons-beanutils:1.9.4
23+
commons-cli:commons-cli:1.5.0
24+
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
25+
index 155cdf9841..e23f524224 100644
26+
--- a/hadoop-project/pom.xml
27+
+++ b/hadoop-project/pom.xml
28+
@@ -216,7 +216,7 @@
29+
<openssl-wildfly.version>1.1.3.Final</openssl-wildfly.version>
30+
<jsonschema2pojo.version>1.0.2</jsonschema2pojo.version>
31+
<woodstox.version>5.4.0</woodstox.version>
32+
- <nimbus-jose-jwt.version>9.37.2</nimbus-jose-jwt.version>
33+
+ <nimbus-jose-jwt.version>9.37.4</nimbus-jose-jwt.version>
34+
<nodejs.version>v14.17.0</nodejs.version>
35+
<yarnpkg.version>v1.22.5</yarnpkg.version>
36+
<apache-ant.version>1.10.13</apache-ant.version>

0 commit comments

Comments
 (0)