U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2023-45290

Change History

New CVE Received by NIST 3/05/2024 6:15:07 PM

Action Type Old Value New Value
Added 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.
Added Reference

								
							
							
						
Go Project https://go.dev/cl/569341 [No types assigned]
Added Reference

								
							
							
						
Go Project https://go.dev/issue/65383 [No types assigned]
Added Reference

								
							
							
						
Go Project https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg [No types assigned]
Added Reference

								
							
							
						
Go Project https://pkg.go.dev/vuln/GO-2024-2599 [No types assigned]