7.5
CVE-2022-3212
- EPSS 0.87%
- Veröffentlicht 14.09.2022 16:15:11
- Zuletzt bearbeitet 21.11.2024 07:19:03
- CVE-Watchlists
- Unerledigt
DoS in axum-core due to missing request size limit
<bytes::Bytes as axum_core::extract::FromRequest>::from_request would not, by default, set a limit for the size of the request body. That meant if a malicious peer would send a very large (or infinite) body your server might run out of memory and crash. This also applies to these extractors which used Bytes::from_request internally: axum::extract::Form axum::extract::Json String
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Axum-core Project ≫ Axum-core SwPlatformrust Version < 0.2.8
Axum-core Project ≫ Axum-core Version0.3.0 Updaterc1 SwPlatformrust
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.87% | 0.56 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| NIST | 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
|
| reefs@jfrog.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-770 Allocation of Resources Without Limits or Throttling
The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.
https://research.jfrog.com/vulnerabilities/axum-core-dos/
https://rustsec.org/advisories/RUSTSEC-2022-0055.html