← back
CVE-2020-27218

CVE-2020-27218

EPSS 8.1%CWE-226
In short

In Eclipse Jetty, when GZIP compression is enabled and multiple clients share a connection, leftover data from one client's request can be accidentally prepended to another client's request body. This allows an attacker to inject data into someone else's request without being detected.

Technical detail

A request body inflation vulnerability occurs when GZIP decompression is enabled on multiplexed connections in Jetty. If a request body is fully received but not consumed by the application, the unconsumed data remains in the buffer and contaminates the next request on the same connection. An attacker can craft a request designed not to be consumed, injecting malicious data into a subsequent victim's request body.

Summary generated and translated by AI from the official description.
In Eclipse Jetty version 9.4.0.RC0 to 9.4.34.v20201102, 10.0.0.alpha0 to 10.0.0.beta2, and 11.0.0.alpha0 to 11.0.0.beta2, if GZIP request body inflation is enabled and requests from different clients are multiplexed onto a single connection, and if an attacker can send a request with a body that is received entirely but not consumed by the application, then a subsequent request on the same connection will see that body prepended to its body. The attacker will not see any data but may inject data into the body of the subsequent request.

Want to know if your infrastructure is exposed to this?

Talk to TrueHacking →