Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

RUSTSEC-2020-0008: Flaw in hyper allows request smuggling by sending a body in GET requests #1

Closed
github-actions bot opened this issue Jul 31, 2020 · 0 comments

Comments

@github-actions
Copy link

Flaw in hyper allows request smuggling by sending a body in GET requests

Details
Package hyper
Version 0.11.27
URL hyperium/hyper#1925
Date 2020-03-19
Patched versions >= 0.12.34
Unaffected versions < 0.11.0

Vulnerable versions of hyper allow GET requests to have bodies, even if there is
no Transfer-Encoding or Content-Length header. As per the HTTP 1.1
specification, such requests do not have bodies, so the body will be interpreted
as a separate HTTP request.

This allows an attacker who can control the body and method of an HTTP request
made by hyper to inject a request with headers that would not otherwise be
allowed, as demonstrated by sending a malformed HTTP request from a Substrate
runtime. This allows bypassing CORS restrictions. In combination with other
vulnerabilities, such as an exploitable web server listening on loopback, it may
allow remote code execution.

The flaw was corrected in hyper version 0.12.34.

See advisory page for additional details.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant