AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2022-3212

HIGH · CVSS 7.5 EPSS 0.85%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2022-09-14 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

CVE
CVE-2022-3212
Severity
HIGH
CVSS
7.5
EPSS
0.85%

Original NVD 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