Security Advisory

CVE-2022-3212

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2022-09-14 16:05:09
Last updated 2024-08-03 01:00:10
Assigner JFROG
CVSS score 7.5
State PUBLISHED

Description

<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