jasrodis/dataviewer

jetty-server vulnerability

Opened this issue · 0 comments

Remediation
Upgrade org.eclipse.jetty:jetty-server to version 9.3.24.v20180605 or later. For example:

org.eclipse.jetty jetty-server [9.3.24.v20180605,) Always verify the validity and compatibility of suggestions with your codebase.

Details
CVE-2017-7658 More information
high severity
Vulnerable versions: > 9.2.0, < 9.2.25.v20180606
Patched version: 9.2.25.v20180606
In Eclipse Jetty Server, versions 9.2.x and older, 9.3.x (all non HTTP/1.x configurations), and 9.4.x (all HTTP/1.x configurations), when presented with two content-lengths headers, Jetty ignored the second. When presented with a content-length and a chunked encoding header, the content-length was ignored (as per RFC 2616). If an intermediary decided on the shorter length, but still passed on the longer body, then body content could be interpreted by Jetty as a pipelined request. If the intermediary was imposing authorization, the fake pipelined request would bypass that authorization.

CVE-2017-7656 More information
moderate severity
Vulnerable versions: < 9.3.24.v20180605
Patched version: 9.3.24.v20180605
In Eclipse Jetty, versions 9.2.x and older, 9.3.x (all configurations), and 9.4.x (non-default configuration with RFC2616 compliance enabled), HTTP/0.9 is handled poorly. 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 (but did not act on it), then 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.

CVE-2017-9735 More information
moderate severity
Vulnerable versions: >= 9.2.0, < 9.2.22.v20170606
Patched version: 9.2.22.v20170606
Jetty through 9.4.x is prone to a timing channel in util/security/Password.java, which makes it easier for remote attackers to obtain access by observing elapsed times before rejection of incorrect passwords.

CVE-2017-7657 More information
critical severity
Vulnerable versions: < 9.2.25.v20180606
Patched version: 9.2.25.v20180606
In Eclipse Jetty, versions 9.2.x and older, 9.3.x, transfer-encoding chunks are handled poorly. The chunk length parsing was vulnerable to an integer overflow. Thus a large chunk size could be interpreted as a smaller chunk size and content sent as chunk body could be interpreted as a pipelined request. If Jetty was deployed behind an intermediary that imposed some authorization and that intermediary allowed arbitrarily large chunks to be passed on unchanged, then this flaw could be used to bypass the authorization imposed by the intermediary as the fake pipelined request would not be interpreted by the intermediary as a request.