mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
18 lines
961 B
Markdown
18 lines
961 B
Markdown
### [CVE-2024-22201](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-22201)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
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.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/ytono/gcp-arcade
|
|
|