7.5
CVE-2022-39294
- EPSS 0.32%
- Veröffentlicht 31.10.2022 19:15:10
- Zuletzt bearbeitet 21.11.2024 07:17:58
- Quelle security-advisories@github.com
- CVE-Watchlists
- Unerledigt
conduit-hyper integrates a conduit application with the hyper server. Prior to version 0.4.2, `conduit-hyper` did not check any limit on a request's length before calling [`hyper::body::to_bytes`](https://docs.rs/hyper/latest/hyper/body/fn.to_bytes.html). 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](https://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.Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Conduit-hyper Project ≫ Conduit-hyper SwPlatformrust Version > 0.2.0 < 0.4.2
Conduit-hyper Project ≫ Conduit-hyper Version0.2.0 Update- SwPlatformrust
Conduit-hyper Project ≫ Conduit-hyper Version0.2.0 Updatealpha3 SwPlatformrust
Conduit-hyper Project ≫ Conduit-hyper Version0.2.0 Updatealpha4 SwPlatformrust
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.32% | 0.543 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 7.5 | 3.9 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
|
| security-advisories@github.com | 7.5 | 3.9 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
|
CWE-1284 Improper Validation of Specified Quantity in Input
The product receives input that is expected to specify a quantity (such as size or length), but it does not validate or incorrectly validates that the quantity has the required properties.
CWE-400 Uncontrolled Resource Consumption
The product does not properly control the allocation and maintenance of a limited resource, thereby enabling an actor to influence the amount of resources consumed, eventually leading to the exhaustion of available resources.