John-alonso-debug/skywalker-graphQL

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

github-actions opened this issue · 0 comments

Multiple Transfer-Encoding headers misinterprets request payload

Details
Package hyper
Version 0.12.36
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.