-
Notifications
You must be signed in to change notification settings - Fork 9
Description
CVE-2021-32714 - High Severity Vulnerability
Vulnerable Libraries - hyper-0.10.16.crate, hyper-0.13.10.crate
hyper-0.10.16.crate
A fast and correct HTTP library.
Library home page: https://crates.io/api/v1/crates/hyper/0.10.16/download
Dependency Hierarchy:
- multipart-0.18.0.crate (Root Library)
- nickel-0.11.0.crate
- ❌ hyper-0.10.16.crate (Vulnerable Library)
- nickel-0.11.0.crate
hyper-0.13.10.crate
A fast and correct HTTP library.
Library home page: https://crates.io/api/v1/crates/hyper/0.13.10/download
Dependency Hierarchy:
- webdriver-0.44.0.crate (Root Library)
- warp-0.2.5.crate
- ❌ hyper-0.13.10.crate (Vulnerable Library)
- warp-0.2.5.crate
Found in HEAD commit: a5a175063bd51fcbbce0eaba88d1b9b6ad315911
Found in base branch: master
Vulnerability Details
hyper is an HTTP library for Rust. In versions prior to 0.14.10, hyper's HTTP server and client code had a flaw that could trigger an integer overflow when decoding chunk sizes that are too big. This allows possible data loss, or if combined with an upstream HTTP proxy that allows chunk sizes larger than hyper does, can result in "request smuggling" or "desync attacks." The vulnerability is patched in version 0.14.10. Two possible workarounds exist. One may reject requests manually that contain a Transfer-Encoding header or ensure any upstream proxy rejects Transfer-Encoding chunk sizes greater than what fits in 64-bit unsigned integers.
Publish Date: 2021-07-07
URL: CVE-2021-32714
CVSS 3 Score Details (9.1)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32714
Release Date: 2021-07-07
Fix Resolution: hyper - 0.14.10
Step up your Open Source Security Game with Mend here