๐Ÿ” CVE Alert

CVE-2026-32145

UNKNOWN 0.0

Multipart form body parser bypasses body size limits in wisp

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
3th

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.

CWE CWE-770
Vendor gleam-wisp
Product wisp
Published Apr 2, 2026
Last Updated Apr 7, 2026
Stay Ahead of the Next One

Get instant alerts for gleam-wisp wisp

Be the first to know when new unknown vulnerabilities affecting gleam-wisp wisp are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

gleam-wisp / wisp
0.2.0 < 2.2.2
gleam-wisp / wisp
d8e722e22ccb42bda9d0b6248658d37ab4e9b376 < 7a978748e12ab29db232c222254465890e1a4a90

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/gleam-wisp/wisp/security/advisories/GHSA-8645-p2v4-73r2 cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-32145.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-32145 github.com: https://github.com/gleam-wisp/wisp/commit/7a978748e12ab29db232c222254465890e1a4a90

Credits

John Downey Louis Pilfold