Skip to content

Commit 14aece9

Browse files
authored
Zookeeper: Fix CVE-2025-24970 (#1180)
* Zookeeper: Fix CVE-2025-24970 * Adding changelog
1 parent f5906ed commit 14aece9

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ All notable changes to this project will be documented in this file.
5555
- spark-connect-client: Add `3.5.6` ([#1142]).
5656
- git-sync: Bump version to 4.4.1 ([#1151]).
5757
- zookeeper: bump jetty version for CVE-2024-13009 in 3.9.3 ([#1179])
58+
- zookeeper: bump netty version for CVE-2025-24970 in 3.9.3 ([#1180])
5859

5960
### Changed
6061

@@ -192,6 +193,7 @@ All notable changes to this project will be documented in this file.
192193
[#1168]: https://github.com/stackabletech/docker-images/pull/1168
193194
[#1170]: https://github.com/stackabletech/docker-images/pull/1170
194195
[#1179]: https://github.com/stackabletech/docker-images/pull/1179
196+
[#1180]: https://github.com/stackabletech/docker-images/pull/1180
195197

196198
## [25.3.0] - 2025-03-21
197199

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
From 60f6980c40d9bdc3b9a447d68fd9c4c02da7d3de Mon Sep 17 00:00:00 2001
2+
From: Maxi Wittich <[email protected]>
3+
Date: Tue, 17 Jun 2025 16:53:38 +0200
4+
Subject: Bumping netty to 4.1.119.Final to fix CVE-2025-24970
5+
6+
---
7+
pom.xml | 2 +-
8+
1 file changed, 1 insertion(+), 1 deletion(-)
9+
10+
diff --git a/pom.xml b/pom.xml
11+
index 9c201245..4d725e5e 100644
12+
--- a/pom.xml
13+
+++ b/pom.xml
14+
@@ -559,7 +559,7 @@
15+
<mockito.version>4.9.0</mockito.version>
16+
<hamcrest.version>2.2</hamcrest.version>
17+
<commons-cli.version>1.5.0</commons-cli.version>
18+
- <netty.version>4.1.113.Final</netty.version>
19+
+ <netty.version>4.1.119.Final</netty.version>
20+
<jetty.version>9.4.57.v20241219</jetty.version>
21+
<jackson.version>2.15.2</jackson.version>
22+
<jline.version>2.14.6</jline.version>

0 commit comments

Comments
 (0)