VYPR

Axum Core

by Tokio Rs

Source repositories

CVEs (1)

  • CVE-2022-3212HigSep 14, 2022
    risk 0.42cvss 7.5epss 0.01

    <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…