exasol / kafka-connector-extension

Exasol Kafka Extension for accessing Apache Kafka
MIT License
4 stars 7 forks source link

🔐 CVE-2024-22201: org.eclipse.jetty.http2:http2-common:jar:9.4.53.v20231009:test #89

Closed github-actions[bot] closed 6 months ago

github-actions[bot] commented 6 months ago

Summary

Jetty is a Java based web server and servlet engine. An HTTP/2 SSL connection that is established and TCP congested will be leaked when it times out. An attacker can cause many connections to end up in this state, and the server may run out of file descriptors, eventually causing the server to stop accepting new connections from valid clients. The vulnerability is patched in 9.4.54, 10.0.20, 11.0.20, and 12.0.6.

CVE: CVE-2024-22201 CWE: CWE-400

References