1 results (0.002 seconds)

CVSS: 7.8EPSS: 0%CPEs: 2EXPL: 0

05 Mar 2024 — When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limi... • http://www.openwall.com/lists/oss-security/2024/03/08/4 • CWE-20: Improper Input Validation CWE-770: Allocation of Resources Without Limits or Throttling •