AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2023-45290

MEDIUM · CVSS 6.5 EPSS 1.17%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2024-03-05 · Last synced 2026-08-04

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 6.5. See the original NVD description below for full technical details.

CVE
CVE-2023-45290
Severity
MEDIUM
CVSS
6.5
EPSS
1.17%

Original NVD Description

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 limits the maximum size of form lines.