CVE-2023-24536

Multipart form parsing can consume large amounts of CPU and memory when processing form inputs containing very large numbers of parts. This stems from several causes: 1. mime/multipart.Reader.ReadForm limits the total memory a parsed multipart form can consume. ReadForm can undercount the amount of memory consumed, leading it to accept larger inputs than intended. 2. Limiting total memory does not account for increased pressure on the garbage collector from large numbers of small allocations in forms with many parts. 3. ReadForm can allocate a large number of short-lived buffers, further increasing pressure on the garbage collector. The combination of these factors can permit an attacker to cause an program that parses multipart forms to consume large amounts of CPU and memory, potentially resulting in a denial of service. This affects programs that use mime/multipart.Reader.ReadForm, as well as form parsing in the net/http package with the Request methods FormFile, FormValue, ParseMultipartForm, and PostFormValue. With fix, ReadForm now does a better job of estimating the memory consumption of parsed forms, and performs many fewer short-lived allocations. In addition, the fixed mime/multipart.Reader imposes the following limits on the size of parsed forms: 1. Forms parsed with ReadForm may contain no more than 1000 parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxparts=. 2. Form parts parsed with NextPart and NextRawPart may contain no more than 10,000 header fields. In addition, forms parsed with ReadForm may contain no more than 10,000 header fields across all parts. This limit may be adjusted with the environment variable GODEBUG=multipartmaxheaders=.
ProviderTypeBase ScoreAtk. VectorAtk. ComplexityPriv. RequiredVector
NISTNIST
7.5 HIGH
NETWORK
LOW
NONE
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
GoCNA
---
---
CVEADP
---
---
CISA-ADPADP
7.5 HIGH
NETWORK
LOW
NONE
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Base Score
CVSS 3.x
EPSS Score
Percentile: 20%
VendorProductVersion
golanggo
𝑥
< 1.19.8
golanggo
1.20.0 ≤
𝑥
< 1.20.3
𝑥
= Vulnerable software versions
Debian logo
Debian Releases
Debian Product
Codename
golang-1.15
bullseye
vulnerable
buster
postponed
golang-1.19
bookworm
1.19.8-2
fixed
bullseye
no-dsa
buster
postponed
Ubuntu logo
Ubuntu Releases
Ubuntu Product
Codename
golang-1.10
oracular
dne
noble
dne
mantic
dne
lunar
dne
kinetic
dne
jammy
dne
focal
dne
bionic
needed
xenial
needed
trusty
ignored
golang-1.13
oracular
dne
noble
dne
mantic
dne
lunar
dne
kinetic
ignored
jammy
needed
focal
needed
bionic
needed
xenial
needed
trusty
ignored
golang-1.14
oracular
dne
noble
dne
mantic
dne
lunar
dne
kinetic
dne
jammy
dne
focal
needed
bionic
dne
xenial
ignored
trusty
ignored
golang-1.16
oracular
dne
noble
dne
mantic
dne
lunar
dne
kinetic
dne
jammy
dne
focal
needed
bionic
needed
xenial
ignored
trusty
ignored
golang-1.17
oracular
dne
noble
dne
mantic
dne
lunar
dne
kinetic
dne
jammy
Fixed 1.17.13-3ubuntu1.3
released
focal
dne
bionic
dne
xenial
ignored
trusty
ignored
golang-1.18
oracular
dne
noble
dne
mantic
dne
lunar
dne
kinetic
dne
jammy
Fixed 1.18.1-1ubuntu1.2
released
focal
Fixed 1.18.1-1ubuntu1~20.04.3
released
bionic
Fixed 1.18.1-1ubuntu1~18.04.4+esm1
released
xenial
Fixed 1.18.1-1ubuntu1~16.04.6+esm1
released
trusty
ignored
golang-1.19
oracular
dne
noble
dne
mantic
dne
lunar
not-affected
kinetic
ignored
jammy
dne
focal
dne
bionic
dne
xenial
ignored
trusty
ignored
golang-1.20
oracular
dne
noble
dne
mantic
not-affected
lunar
not-affected
kinetic
dne
jammy
not-affected
focal
not-affected
bionic
dne
xenial
ignored
trusty
ignored
golang-1.6
oracular
dne
noble
dne
mantic
dne
lunar
dne
kinetic
dne
jammy
dne
focal
dne
bionic
dne
xenial
needed
trusty
ignored
golang-1.8
oracular
dne
noble
dne
mantic
dne
lunar
dne
kinetic
dne
jammy
dne
focal
dne
bionic
needed
xenial
ignored
trusty
ignored
golang-1.9
oracular
dne
noble
dne
mantic
dne
lunar
dne
kinetic
dne
jammy
dne
focal
dne
bionic
needed
xenial
ignored
trusty
ignored