Critical severity vulnerability that affects org.eclipse.jetty:jetty-server
Critical severity
GitHub Reviewed
Published
Oct 19, 2018
to the GitHub Advisory Database
•
Updated Feb 1, 2023
Package
Affected versions
<= 9.2.25.v20180105
>= 9.3.0, <= 9.3.23.v20180228
Patched versions
9.2.25.v20180606
9.3.24.v20180605
Description
Published by the National Vulnerability Database
Jun 26, 2018
Published to the GitHub Advisory Database
Oct 19, 2018
Reviewed
Jun 16, 2020
Last updated
Feb 1, 2023
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.
References