<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
| Package (Ecosystem) | Introduced | Fixed | Limit |
|---|---|---|---|
| axum-core(crates.io) | 0 | 0.2.8 | N/A |
| axum-core(crates.io) | 0.3.0-rc.1 | 0.3.0-rc.2 | N/A |
CVSS Metrics