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.
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 | * | |
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.