mingyen066 opened a new pull request, #21505: URL: https://github.com/apache/kafka/pull/21505
Upgrade Jetty from 9.4.57.v20241219 to 9.4.58.v20250814 to address [CVE-2025-5115](https://github.com/jetty/jetty.project/security/advisories/GHSA-mmxm-8w33-wc4h) (MadeYouReset HTTP/2 DoS, CVSS 7.7 HIGH). Note that CVE-2025-5115 only affects the `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 is to keep the dependency up to date. trunk: https://github.com/apache/kafka/pull/21452 4.0: https://github.com/apache/kafka/pull/21462 4.1: https://github.com/apache/kafka/pull/21461 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
