CVE-2024-22201
26.02.2024, 16:27
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.Enginsight
Vendor | Product | Version |
---|---|---|
eclipse | jetty | 9.3.0 ≤ 𝑥 < 9.4.54 |
eclipse | jetty | 10.0.0 ≤ 𝑥 < 10.0.20 |
eclipse | jetty | 11.0.0 ≤ 𝑥 < 11.0.20 |
eclipse | jetty | 12.0.0 ≤ 𝑥 < 12.0.6 |
debian | debian_linux | 10.0 |
netapp | active_iq_unified_manager | - |
netapp | active_iq_unified_manager | - |
netapp | bluexp | - |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Common Weakness Enumeration
- CWE-400 - Uncontrolled Resource ConsumptionThe software does not properly control the allocation and maintenance of a limited resource, thereby enabling an actor to influence the amount of resources consumed, eventually leading to the exhaustion of available resources.
- CWE-770 - Allocation of Resources Without Limits or ThrottlingThe software allocates a reusable resource or group of resources on behalf of an actor without imposing any restrictions on the size or number of resources that can be allocated, in violation of the intended security policy for that actor.
References