CVE-2026-33241 Details
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.
A denial-of-service vulnerability has been identified in the Salvo web framework for Rust, affecting versions prior to 0.89.3. The issue arises because the framework's form data parsing methods, including 'form_data()' and the 'Extractible' macro, do not impose payload size limits before reading request bodies into memory. This oversight allows attackers to send excessively large payloads, causing out-of-memory conditions that lead to service crashes. The vulnerability is present in handlers that process URL-encoded or multipart form data, as well as those using the 'Extractible' macro with body sources.
Users can upgrade to Salvo version 0.89.3 or later, where this vulnerability has been patched.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 25, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/salvo-rs/salvo/releases/tag/v0.89.3 | [email protected] | Patch |
| https://github.com/salvo-rs/salvo/security/advisories/GHSA-pp9r-xg4c-8j4x | [email protected] | ExploitVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-770 | Allocation of Resources Without Limits or Throttling | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| salvo salvo | < 0.89.3 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Mar 24, 2026 | Initial Analysis | [email protected] |
| Mar 24, 2026 | New CVE Received | [email protected] |