Skip to content

Commit 458af67

Browse files
KAFKA-20168: Upgrade Jetty from 12.0.22 to 12.0.32 to fix CVE-2025-5115 (4.0) (#21462)
Upgrade Jetty from 12.0.22 to 12.0.32 to address [GHSA-mmxm-8w33-wc4h](GHSA-mmxm-8w33-wc4h) (MadeYouReset HTTP/2 DoS, CVSS 7.7 HIGH). Note that GHSA-mmxm-8w33-wc4h only affects the org.eclipse.jetty.http2:jetty-http2-common module. Kafka does not depend on this module — its embedded Jetty servers (Connect RestServer and Trogdor JsonRestServer) only use HTTP/1.1 via ServerConnector without any HTTP2ServerConnectionFactory configuration. As such, the attack vector is not applicable. This upgrade from 12.0.22 to 12.0.32 is to keep the dependency up to date. 4.1: #21461 trunk: #21452 Reviewers: Viktor Somogyi-Vass <viktorsomogyi@gmail.com> --------- Co-authored-by: Viktor Somogyi-Vass <viktorsomogyi@gmail.com>
1 parent 85247fd commit 458af67

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

LICENSE-binary

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -225,16 +225,16 @@ License Version 2.0:
225225
- jakarta.inject-api-2.0.1
226226
- jakarta.validation-api-3.0.2
227227
- javassist-3.29.2-GA
228-
- jetty-alpn-client-12.0.15
229-
- jetty-client-12.0.15
230-
- jetty-ee10-servlet-12.0.15
231-
- jetty-ee10-servlets-12.0.15
232-
- jetty-http-12.0.15
233-
- jetty-io-12.0.15
234-
- jetty-security-12.0.15
235-
- jetty-server-12.0.15
236-
- jetty-session-12.0.15
237-
- jetty-util-12.0.15
228+
- jetty-alpn-client-12.0.32
229+
- jetty-client-12.0.32
230+
- jetty-ee10-servlet-12.0.32
231+
- jetty-ee10-servlets-12.0.32
232+
- jetty-http-12.0.32
233+
- jetty-io-12.0.32
234+
- jetty-security-12.0.32
235+
- jetty-server-12.0.32
236+
- jetty-session-12.0.32
237+
- jetty-util-12.0.32
238238
- jose4j-0.9.4
239239
- log4j-api-2.25.3
240240
- log4j-core-2.25.3

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ versions += [
6969
jackson: "2.16.2",
7070
jacoco: "0.8.10",
7171
javassist: "3.29.2-GA",
72-
jetty: "12.0.15",
72+
jetty: "12.0.32",
7373
jersey: "3.1.10",
7474
jline: "3.25.1",
7575
jmh: "1.37",

0 commit comments

Comments
 (0)