In Eclipse Jetty HTTP/2 server implementation, when encountering an invalid HTTP/2 request, the error handling has a bug that can wind up not properly cleaning up the active connections and associated resources. This can lead to a Denial of Service scenario where there are no enough resources left to process good requests.
The product's resource pool is not large enough to handle peak demand, which allows an attacker to prevent others from accessing the resource by using a (relatively) large number of requests for resources.
Link | Tags |
---|---|
https://github.com/eclipse/jetty.project/security/advisories/GHSA-wgmr-mf83-7x4j | third party advisory |
https://www.debian.org/security/2022/dsa-5198 | third party advisory vendor advisory |
https://lists.debian.org/debian-lts-announce/2022/08/msg00011.html | third party advisory mailing list |
https://security.netapp.com/advisory/ntap-20220901-0006/ | third party advisory |
http://www.openwall.com/lists/oss-security/2022/09/09/2 | third party advisory mailing list |