Salvo is a Rust web framework. Prior to version 0.89.3, Salvo's form data parsing implementations (`form_data()` method and `Extractible` macro) do not enforce payload size limits before reading request bodies into memory. This allows attackers to cause Out-of-Memory (OOM) conditions by sending extremely large payloads, leading to service crashes and denial of service. Version 0.89.3 contains a patch.
Project Subscriptions
No data.
Advisories
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-pp9r-xg4c-8j4x | Salvo Affected by Denial of Service via Unbounded Memory Allocation in Form Data Parsing |
Fixes
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
References
History
Tue, 24 Mar 2026 02:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | Salvo is a Rust web framework. Prior to version 0.89.3, Salvo's form data parsing implementations (`form_data()` method and `Extractible` macro) do not enforce payload size limits before reading request bodies into memory. This allows attackers to cause Out-of-Memory (OOM) conditions by sending extremely large payloads, leading to service crashes and denial of service. Version 0.89.3 contains a patch. | |
| Title | Salvo Affected by Denial of Service via Unbounded Memory Allocation in Form Data Parsing | |
| Weaknesses | CWE-770 | |
| References |
| |
| Metrics |
cvssV4_0
|
Projects
Sign in to view the affected projects.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-03-23T23:41:50.533Z
Reserved: 2026-03-18T02:42:27.508Z
Link: CVE-2026-33241
No data.
Status : Received
Published: 2026-03-24T00:16:29.517
Modified: 2026-03-24T00:16:29.517
Link: CVE-2026-33241
No data.
OpenCVE Enrichment
No data.
Weaknesses
Github GHSA