CVE-2021-21299: HTTP Request Smuggling in hyper
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”.
References
- github.com/advisories/GHSA-6hfq-h8hq-87mf
- github.com/hyperium/hyper
- github.com/hyperium/hyper/commit/8f93123efef5c1361086688fe4f34c83c89cec02
- github.com/hyperium/hyper/security/advisories/GHSA-6hfq-h8hq-87mf
- nvd.nist.gov/vuln/detail/CVE-2021-21299
- portswigger.net/research/http-desync-attacks-request-smuggling-reborn
- rustsec.org/advisories/RUSTSEC-2021-0020.html
Detect and mitigate CVE-2021-21299 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →