hello-world.rs icon indicating copy to clipboard operation
hello-world.rs copied to clipboard

CVE-2021-32715 (Medium) detected in hyper-0.10.16.crate, hyper-0.13.10.crate

Open mend-bolt-for-github[bot] opened this issue 4 years ago • 0 comments

CVE-2021-32715 - Medium 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
      • :x: hyper-0.10.16.crate (Vulnerable Library)
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
      • :x: hyper-0.13.10.crate (Vulnerable Library)

Found in HEAD commit: a5a175063bd51fcbbce0eaba88d1b9b6ad315911

Found in base branch: master

Vulnerability Details

hyper is an HTTP library for rust. hyper's HTTP/1 server code had a flaw that incorrectly parses and accepts requests with a Content-Length header with a prefixed plus sign, when it should have been rejected as illegal. This combined with an upstream HTTP proxy that doesn't parse such Content-Length headers, but forwards them, can result in "request smuggling" or "desync attacks". The flaw exists in all prior versions of hyper prior to 0.14.10, if built with rustc v1.5.0 or newer. The vulnerability is patched in hyper version 0.14.10. Two workarounds exist: One may reject requests manually that contain a plus sign prefix in the Content-Length header or ensure any upstream proxy handles Content-Length headers with a plus sign prefix.

Publish Date: 2021-07-07

URL: CVE-2021-32715

CVSS 3 Score Details (5.3)

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: Low
    • Availability Impact: None
For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32715

Release Date: 2021-07-07

Fix Resolution: hyper - 0.14.10


Step up your Open Source Security Game with Mend here