7.5
CWE
400
Advisory Published
Advisory Published
Updated

CVE-2024-22201: Jetty connection leaking on idle timeout when TCP congested

First published: Mon Feb 26 2024(Updated: )

### Impact If an HTTP/2 connection gets TCP congested, when an idle timeout occurs the HTTP/2 session is marked as closed, and then a GOAWAY frame is queued to be written. However it is not written because the connection is TCP congested. When another idle timeout period elapses, it is then supposed to hard close the connection, but it delegates to the HTTP/2 session which reports that it has already been closed so it does not attempt to hard close the connection. This leaves the connection in ESTABLISHED state (i.e. not closed), TCP congested, and idle. 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 client may also be impacted (if the server does not read causing a TCP congestion), but the issue is more severe for servers. ### Patches Patched versions: * 9.4.54 * 10.0.20 * 11.0.20 * 12.0.6 ### Workarounds Disable HTTP/2 and HTTP/3 support until you can upgrade to a patched version of Jetty. HTTP/1.x is not affected. ### References * https://github.com/jetty/jetty.project/issues/11256.

Credit: security-advisories@github.com security-advisories@github.com

Affected SoftwareAffected VersionHow to fix
maven/org.eclipse.jetty.http3:jetty-http3-common>=12.0.0<=12.0.5
12.0.6
maven/org.eclipse.jetty.http2:jetty-http2-common>=12.0.0<=12.0.5
12.0.6
maven/org.eclipse.jetty.http3:http3-common>=11.0.8<=11.0.19
11.0.20
maven/org.eclipse.jetty.http2:http2-common>=11.0.0<=11.0.19
11.0.20
maven/org.eclipse.jetty.http3:http3-common>=10.0.8<=10.0.19
10.0.20
maven/org.eclipse.jetty.http2:http2-common>=10.0.0<=10.0.19
10.0.20
maven/org.eclipse.jetty.http2:http2-common>=9.3.0<=9.4.53
9.4.54

Never miss a vulnerability like this again

Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2024 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203