Overview
- 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
- Source
- reefs@jfrog.com
- NVD status
- Analyzed
Risk scores
CVSS 3.1
- Type
- Primary
- Base score
- 7.5
- Impact score
- 3.6
- Exploitability score
- 3.9
- Vector string
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
- Severity
- HIGH
Social media
- Hype score
- Not currently trending
Configurations
[ { "nodes": [ { "negate": false, "cpeMatch": [ { "criteria": "cpe:2.3:a:axum-core_project:axum-core:*:*:*:*:*:rust:*:*", "vulnerable": true, "matchCriteriaId": "3C75C001-9583-4589-B223-CFC88D83DC6F", "versionEndExcluding": "0.2.8" }, { "criteria": "cpe:2.3:a:axum-core_project:axum-core:0.3.0:rc1:*:*:*:rust:*:*", "vulnerable": true, "matchCriteriaId": "BAA28945-A516-4F1E-99FF-470141986E69" } ], "operator": "OR" } ] } ]