CVE-2022-3212
CVSS V2 None
CVSS V3 High 7.5
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
Overview
- CVE ID
- CVE-2022-3212
- Assigner
- reefs@jfrog.com
- Vulnerability Status
- Analyzed
- Published Version
- 2022-09-14T16:15:11
- Last Modified Date
- 2022-09-16T19:22:49
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:a:axum-core_project:axum-core:*:*:*:*:*:rust:*:* | 1 | OR | 0.2.8 | |
cpe:2.3:a:axum-core_project:axum-core:0.3.0:rc1:*:*:*:rust:*:* | 1 | OR |
CVSS Version 3
- Version
- 3.1
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
- Attack Vector
- NETWORK
- Attack Compatibility
- LOW
- Privileges Required
- NONE
- User Interaction
- NONE
- Scope
- UNCHANGED
- Confidentiality Impact
- NONE
- Availability Impact
- HIGH
- Base Score
- 7.5
- Base Severity
- HIGH
- Exploitability Score
- 3.9
- Impact Score
- 3.6
References
Reference URL | Reference Tags |
---|---|
https://rustsec.org/advisories/RUSTSEC-2022-0055.html | |
https://research.jfrog.com/vulnerabilities/axum-core-dos/ |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2022-3212 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3212 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-09-14 17:00:08 | Added to TrackCVE |