CVE-2022-3212

Source
https://cve.org/CVERecord?id=CVE-2022-3212
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-3212.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-3212
Aliases
Published
2022-09-14T16:15:11.883Z
Modified
2026-03-14T11:44:43.375814Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

<bytes::Bytes as axumcore::extract::FromRequest>::fromrequest 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

References

Affected packages

Git /

Affected ranges

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-3212.json"
unresolved_ranges
[
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "fixed": "0.2.8"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "last_affected": "0.3.0-rc1"
            }
        ]
    }
]