Ecosyste.ms: Advisories

An open API service providing security vulnerability metadata for many open source software ecosystems.

Security Advisories: GSA_kwCzR0hTQS05Mzk4LTVnaGYtN3ByNs4AAvmY

conduit-hyper vulnerable to Denial of Service from unchecked request length

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.

Permalink: https://github.com/advisories/GHSA-9398-5ghf-7pr6
JSON: https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS05Mzk4LTVnaGYtN3ByNs4AAvmY
Source: GitHub Advisory Database
Origin: Unspecified
Severity: High
Classification: General
Published: over 1 year ago
Updated: 10 months ago


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

Identifiers: GHSA-9398-5ghf-7pr6, CVE-2022-39294
References: Repository: https://github.com/conduit-rust/conduit-hyper
Blast Radius: 9.4

Affected Packages

cargo:conduit-hyper
Dependent packages: 1
Dependent repositories: 18
Downloads: 17,425 total
Affected Version Ranges: >= 0.2.0-alpha.3, < 0.4.2
Fixed in: 0.4.2
All affected versions: 0.2.0, 0.2.0-alpha.3, 0.2.0-alpha.4, 0.3.0, 0.4.0, 0.4.1
All unaffected versions: 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.4.2