Advisory Database
  • Advisories
  • Dependency Scanning
  1. cargo
  2. ›
  3. conduit-hyper
  4. ›
  5. CVE-2022-39294

CVE-2022-39294: conduit-hyper vulnerable to Denial of Service from unchecked request length

October 31, 2022

Prior to version 0.4.2, conduit-hyper did not check any limit on a request’s length before calling hyper::body::to_bytes. An attacker could send a malicious request with an abnormally large Content-Length, which could lead to a panic if memory allocation failed for that request.

In version 0.4.2, conduit-hyper sets an internal limit of 128 MiB per request, otherwise returning status 400 (“Bad Request”).

This crate is part of the implementation of Rust’s crates.io, but that service is not affected due to its existing cloud infrastructure, which already drops such malicious requests. Even with the new limit in place, conduit-hyper is not recommended for production use, nor to directly serve the public Internet.

The vulnerability was discovered by Ori Hollander from the JFrog Security Research team.

References

  • github.com/advisories/GHSA-9398-5ghf-7pr6
  • github.com/conduit-rust/conduit-hyper
  • github.com/conduit-rust/conduit-hyper/commit/4d225a53206505d39438ec6694e15f49c038baff
  • github.com/conduit-rust/conduit-hyper/security/advisories/GHSA-9398-5ghf-7pr6
  • nvd.nist.gov/vuln/detail/CVE-2022-39294
  • rustsec.org/advisories/RUSTSEC-2022-0066.html

Code Behaviors & Features

Detect and mitigate CVE-2022-39294 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 →

Affected versions

All versions starting from 0.2.0-alpha.3 before 0.4.2

Fixed versions

  • 0.4.2

Solution

Upgrade to version 0.4.2 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-1284: Improper Validation of Specified Quantity in Input
  • CWE-400: Uncontrolled Resource Consumption

Source file

cargo/conduit-hyper/CVE-2022-39294.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:15:08 +0000.