216.73.217.22

CVE-2026-32145

· Published 02/04/2026 11:16 · Modified 03/04/2026 16:10

Labels: CVE-2026-32145 2026-04-026b3ad84c-e1a6-4bf7-a703-f496b71e49dbCVE-2026-32145CWE-770

Essential information

Published
02/04/2026 11:16
Modified
03/04/2026 16:10
Author
Creator
CVSS
8.7 HIGH (v3) 8.7 HIGH (v4.0)
CISA KEV
No
CWE
CVSS vector

CVSS metrics

Description

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.

NVD status

Status
Awaiting Analysis — CVE has been recently published to the CVE List and has been received by the NVD.
Source
6b3ad84c-e1a6-4bf7-a703-f496b71e49db
NVD
View on NVD

Affected products (CPE)

ProductCPE
gleam / wisp cpe:2.3:a:gleam:wisp:0.2.0-:<2.2.2:*:*:*:*:*:*:*

References