7.5

CVE-2022-3212

Exploit

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 ProjectAxum-core SwPlatformrust Version < 0.2.8
Axum-core ProjectAxum-core Version0.3.0 Updaterc1 SwPlatformrust
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.87% 0.56
CVSS Metriken
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/
Third Party Advisory
Exploit
https://rustsec.org/advisories/RUSTSEC-2022-0055.html
Patch
Third Party Advisory
Exploit
Issue Tracking