Web Cache Poisoning Affecting org.eclipse.jetty:jetty-server Open this link in a new tab package, versions [,9.3.24.v20180605) [9.4.0.M0,9.4.11.v20180605)
Attack Complexity
Low
Integrity
High
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications-
snyk-id
SNYK-JAVA-ORGECLIPSEJETTY-460763
-
published
28 Jun 2018
-
disclosed
7 Jun 2018
-
credit
Regis Leroy
Introduced: 7 Jun 2018
CVE-2017-7656 Open this link in a new tabHow to fix?
Upgrade org.eclipse.jetty:jetty-server
to version 9.3.24.v20180605, 9.4.11.v20180605 or higher.
Overview
org.eclipse.jetty:jetty-server is a lightweight highly scalable java based web server and servlet engine.
Affected versions of this package are vulnerable to Web Cache Poisoning. An HTTP/1
style request line (i.e. method space URI space version) that declares a version of HTTP/0.9
was accepted and treated as a 0.9 request. If deployed behind an intermediary that also accepted and passed through the 0.9 version, the response sent could be interpreted by the intermediary as HTTP/1
headers. This could be used to poison the cache if the server allowed the origin client to generate arbitrary content in the response.