Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RUSTSEC-2021-0020: Multiple Transfer-Encoding headers misinterprets request payload #6

Open
github-actions bot opened this issue Feb 6, 2021 · 0 comments

Comments

@github-actions
Copy link

github-actions bot commented Feb 6, 2021

Multiple Transfer-Encoding headers misinterprets request payload

Details
Package hyper
Version 0.12.35
URL GHSA-6hfq-h8hq-87mf
Date 2021-02-05
Patched versions >=0.14.3,>=0.13.10, <0.14.0
Unaffected versions <0.12.0

hyper's HTTP server code had a flaw that incorrectly understands some requests
with multiple transfer-encoding headers to have a chunked payload, when it
should have been rejected as illegal. This combined with an upstream HTTP proxy
that understands the request payload boundary differently can result in
"request smuggling" or "desync attacks".

See advisory page for additional details.

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

No branches or pull requests

0 participants