CVE-2026-32145

Allocation of Resources Without Limits or Throttling vulnerability in gleam-wisp wisp allows a denial of service via multipart form body parsing. The multipart_body function bypasses configured max_body_size and max_files_size limits. When a multipart boundary is not present in a chunk, the parser takes the MoreRequiredForBody path, which appends the chunk to the output but passes the quota unchanged to the recursive call. Only the final chunk containing the boundary is counted via decrement_quota. The same pattern exists in multipart_headers, where MoreRequiredForHeaders recurses without calling decrement_body_quota. An unauthenticated attacker can exhaust server memory or disk by sending arbitrarily large multipart form submissions in a single HTTP request. This issue affects wisp: from 0.2.0 before 2.2.2.
Configurations

Configuration 1 (hide)

cpe:2.3:a:gleam-wisp:wisp:*:*:*:*:*:*:*:*

History

22 May 2026, 14:17

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.5
CPE cpe:2.3:a:gleam-wisp:wisp:*:*:*:*:*:*:*:*
First Time Gleam-wisp
Gleam-wisp wisp
References () https://cna.erlef.org/cves/CVE-2026-32145.html - () https://cna.erlef.org/cves/CVE-2026-32145.html - Third Party Advisory, Patch
References () https://github.com/gleam-wisp/wisp/commit/7a978748e12ab29db232c222254465890e1a4a90 - () https://github.com/gleam-wisp/wisp/commit/7a978748e12ab29db232c222254465890e1a4a90 - Patch
References () https://github.com/gleam-wisp/wisp/security/advisories/GHSA-8645-p2v4-73r2 - () https://github.com/gleam-wisp/wisp/security/advisories/GHSA-8645-p2v4-73r2 - Vendor Advisory
References () https://osv.dev/vulnerability/EEF-CVE-2026-32145 - () https://osv.dev/vulnerability/EEF-CVE-2026-32145 - Third Party Advisory

06 Apr 2026, 17:17

Type Values Removed Values Added
References
  • () https://cna.erlef.org/cves/CVE-2026-32145.html -
  • () https://osv.dev/vulnerability/EEF-CVE-2026-32145 -

02 Apr 2026, 11:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-04-02 11:16

Updated : 2026-05-22 14:17


NVD link : CVE-2026-32145

Mitre link : CVE-2026-32145

CVE.ORG link : CVE-2026-32145


JSON object : View

Products Affected

gleam-wisp

  • wisp
CWE
CWE-770

Allocation of Resources Without Limits or Throttling