Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2022-3212: No default limit put on request bodies › RustSec Advisory Database

<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

CVE
#vulnerability#ddos#dos#js#git

RUSTSEC-2022-0055

No default limit put on request bodies

Issued

August 31, 2022

Package

axum-core (crates.io)

Type

Vulnerability

Categories

  • denial-of-service

Keywords

#ddos #oom

Details

https://github.com/tokio-rs/axum/pull/1346

Patched

  • =0.2.8, <0.3.0-rc.1

  • =0.3.0-rc.2

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

The fix is also in axum-core 0.3.0.rc.2 but 0.3.0.rc.1 is vulnerable.

Because axum depends on axum-core it is vulnerable as well. The vulnerable versions of axum are <= 0.5.15 and 0.6.0.rc.1. axum >= 0.5.16 and >= 0.6.0.rc.2 does have the fix and are not vulnerable.

The patched versions will set a 2 MB limit by default.

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda
CVE-2023-6905
CVE-2023-6903
CVE-2023-6904
CVE-2023-3907