CVE-2026-33241 PUBLISHED

Salvo Affected by Denial of Service via Unbounded Memory Allocation in Form Data Parsing

Assigner: GitHub_M
Reserved: 18.03.2026 Published: 23.03.2026 Updated: 23.03.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.7

Product Status

Vendor salvo-rs
Product salvo
Versions
  • Version < 0.89.3 is affected

References

Problem Types

  • CWE-770: Allocation of Resources Without Limits or Throttling CWE