There exists a security vulnerability in Jetty's ThreadLimitHandler.getRemote() which can be exploited by unauthorized users to cause remote denial-of-service (DoS) attack. By repeatedly sending crafted requests, attackers can trigger OutofMemory errors and exhaust the server's memory.
Workaround:
The product does not properly control the allocation and maintenance of a limited resource.
The product 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.
Link | Tags |
---|---|
https://github.com/jetty/jetty.project/security/advisories/GHSA-g8m5-722r-8whq | vendor advisory |
https://gitlab.eclipse.org/security/cve-assignement/-/issues/30 | vendor advisory |
https://github.com/jetty/jetty.project/pull/11723 | patch |