Search for packages
purl | pkg:maven/org.eclipse.jetty/jetty-server@12.0.1 |
Vulnerability | Summary | Fixed by |
---|---|---|
VCID-8d2b-qrs3-7fgg
Aliases: CVE-2024-8184 GHSA-g8m5-722r-8whq |
Eclipse Jetty's ThreadLimitHandler.getRemote() vulnerable to remote DoS attacks |
Affected by 0 other vulnerabilities. |
Vulnerability | Summary | Aliases |
---|---|---|
VCID-4pm7-acja-aaar | Eclipse Jetty's cookie parsing of quoted values can exfiltrate values from other cookies |
CVE-2023-26049
GHSA-p26g-97m4-6q7c |
VCID-7wm2-db6q-aaad | Eclipse Jetty Canonical Repository is the canonical repository for the Jetty project. Users of the CgiServlet with a very specific command structure may have the wrong command executed. If a user sends a request to a org.eclipse.jetty.servlets.CGI Servlet for a binary with a space in its name, the servlet will escape the command by wrapping it in quotation marks. This wrapped command, plus an optional command prefix, will then be executed through a call to Runtime.exec. If the original binary name provided by the user contains a quotation mark followed by a space, the resulting command line will contain multiple tokens instead of one. This issue was patched in version 9.4.52, 10.0.16, 11.0.16 and 12.0.0-beta2. |
CVE-2023-36479
GHSA-3gh6-v5v9-6v9j |
VCID-87rw-weuq-aaaq | Jetty is a Java based web server and servlet engine. Prior to versions 9.4.52, 10.0.16, 11.0.16, and 12.0.1, Jetty accepts the `+` character proceeding the content-length value in a HTTP/1 header field. This is more permissive than allowed by the RFC and other servers routinely reject such requests with 400 responses. There is no known exploit scenario, but it is conceivable that request smuggling could result if jetty is used in combination with a server that does not close the connection after sending such a 400 response. Versions 9.4.52, 10.0.16, 11.0.16, and 12.0.1 contain a patch for this issue. There is no workaround as there is no known exploit scenario. |
CVE-2023-40167
GHSA-hmr7-m48g-48f6 |