Web Cache Poisoning Affecting org.eclipse.jetty:jetty-http package, versions (8.2.0.v20160908,9.3.24.v20180605) [9.4.0.M0,9.4.11.v20180605)
Threat Intelligence
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-32383
- 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-http
to version 9.3.24.v20180605, 9.4.11.v20180605 or higher.
Overview
org.eclipse.jetty:jetty-http is an is a http module for jetty server.
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.