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), 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.
The product acts as an intermediary HTTP agent (such as a proxy or firewall) in the data flow between two entities such as a client and server, but it does not interpret malformed HTTP requests or responses in ways that are consistent with how the messages will be processed by those entities that are at the ultimate destination.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Jetty | Eclipse | * | 9.2.26 (including) |
Jetty | Eclipse | 9.3.0 (including) | 9.3.24 (excluding) |
Jetty | Eclipse | 9.4.0 (including) | 9.4.11 (excluding) |
Red Hat Data Grid 7.3.7 | RedHat | * | |
Red Hat Fuse 7.3 | RedHat | jetty | * |
Jetty8 | Ubuntu | esm-apps/xenial | * |
Jetty8 | Ubuntu | esm-infra-legacy/trusty | * |
Jetty8 | Ubuntu | trusty | * |
Jetty8 | Ubuntu | trusty/esm | * |
Jetty8 | Ubuntu | upstream | * |
Jetty8 | Ubuntu | xenial | * |
Jetty9 | Ubuntu | artful | * |
Jetty9 | Ubuntu | bionic | * |
Jetty9 | Ubuntu | esm-apps/bionic | * |
Jetty9 | Ubuntu | esm-apps/xenial | * |
Jetty9 | Ubuntu | upstream | * |
Jetty9 | Ubuntu | xenial | * |
HTTP requests or responses (“messages”) can be malformed or unexpected in ways that cause web servers or clients to interpret the messages in different ways than intermediary HTTP agents such as load balancers, reverse proxies, web caching proxies, application firewalls, etc. For example, an adversary may be able to add duplicate or different header fields that a client or server might interpret as one set of messages, whereas the intermediary might interpret the same sequence of bytes as a different set of messages. For example, discrepancies can arise in how to handle duplicate headers like two Transfer-encoding (TE) or two Content-length (CL), or the malicious HTTP message will have different headers for TE and CL. The inconsistent parsing and interpretation of messages can allow the adversary to “smuggle” a message to the client/server without the intermediary being aware of it. This weakness is usually the result of the usage of outdated or incompatible HTTP protocol versions in the HTTP agents.