Staging Environment: Content and features may be unstable or change without notice.

Advisory Weakness Curation

CVE-2020-27218

Progress 0 / 0

Advisory Summaries

github_osv/GHSA-86wm-rrjm-8wh8

Buffer not correctly recycled in Gzip Request inflation ### Impact 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 by not consumed by the application, then a subsequent request on the same connection will see that body prepended to it's body. The attacker will not see any data, but may inject data into the body of the subsequent request CVE score is 4.8 AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L&version=3.1 ### Workarounds The problem can be worked around by either: - Disabling compressed request body inflation by GzipHandler. - By always fully consuming the request content before sending a response. - By adding a `Connection: close` to any response where the servlet does not fully consume request content.

gitlab/maven/org.apache.spark/spark-core/CVE-2020-27218

Buffer not correctly recycled in Gzip Request inflation In Eclipse Jetty 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.

gitlab/maven/org.eclipse.jetty/jetty-server/CVE-2020-27218

Sensitive Information in Resource Not Removed Before Reuse In Eclipse Jetty RC0 to v20201102 alpha0 to beta2 alpha0 to 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.

gitlab/maven/org.eclipse.jetty/jetty-webapp/CVE-2020-27218

Incorrect Conversion between Numeric Types 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.

gitlab/pypi/pyspark/CVE-2020-27218

Buffer not correctly recycled in Gzip Request inflation This advisory has been marked as a false positive.