CVE-2023-24536

CVE Details

Release Date:2023-04-04

Description


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=.

See more information about CVE-2023-24536 from MITRE CVE dictionary and NIST NVD


CVSS v3.0 metrics


NOTE: The following CVSS v3.0 metrics and score provided are preliminary and subject to review.

Base Score: 7.5 Base Metrics: AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Access Vector: Network Attack Complexity: Low
Privileges Required: None User Interaction: None
Scope: Unchanged Confidentiality Impact: None
Integrity Impact: None Availability Impact: High

Errata information


PlatformErrataRelease Date
Oracle Linux version 8 (aardvark-dns)ELSA-2023-69392023-11-18
Oracle Linux version 8 (buildah)ELSA-2023-69382023-11-18
Oracle Linux version 8 (buildah)ELSA-2023-69392023-11-18
Oracle Linux version 8 (cockpit-podman)ELSA-2023-69382023-11-18
Oracle Linux version 8 (cockpit-podman)ELSA-2023-69392023-11-18
Oracle Linux version 8 (conmon)ELSA-2023-69382023-11-18
Oracle Linux version 8 (conmon)ELSA-2023-69392023-11-18
Oracle Linux version 8 (container-selinux)ELSA-2023-69382023-11-18
Oracle Linux version 8 (container-selinux)ELSA-2023-69392023-11-18
Oracle Linux version 8 (containernetworking-plugins)ELSA-2023-69382023-11-18
Oracle Linux version 8 (containernetworking-plugins)ELSA-2023-69392023-11-18
Oracle Linux version 8 (containers-common)ELSA-2023-69382023-11-18
Oracle Linux version 8 (containers-common)ELSA-2023-69392023-11-18
Oracle Linux version 8 (criu)ELSA-2023-69382023-11-18
Oracle Linux version 8 (criu)ELSA-2023-69392023-11-18
Oracle Linux version 8 (crun)ELSA-2023-69382023-11-18
Oracle Linux version 8 (crun)ELSA-2023-69392023-11-18
Oracle Linux version 8 (fuse-overlayfs)ELSA-2023-69382023-11-18
Oracle Linux version 8 (fuse-overlayfs)ELSA-2023-69392023-11-18
Oracle Linux version 8 (libslirp)ELSA-2023-69382023-11-18
Oracle Linux version 8 (libslirp)ELSA-2023-69392023-11-18
Oracle Linux version 8 (netavark)ELSA-2023-69392023-11-18
Oracle Linux version 8 (oci-seccomp-bpf-hook)ELSA-2023-69382023-11-18
Oracle Linux version 8 (oci-seccomp-bpf-hook)ELSA-2023-69392023-11-18
Oracle Linux version 8 (podman)ELSA-2023-69382023-11-18
Oracle Linux version 8 (podman)ELSA-2023-69392023-11-18
Oracle Linux version 8 (python-podman)ELSA-2023-69382023-11-18
Oracle Linux version 8 (python-podman)ELSA-2023-69392023-11-18
Oracle Linux version 8 (runc)ELSA-2023-69382023-11-18
Oracle Linux version 8 (runc)ELSA-2023-69392023-11-18
Oracle Linux version 8 (skopeo)ELSA-2023-69382023-11-18
Oracle Linux version 8 (skopeo)ELSA-2023-69392023-11-18
Oracle Linux version 8 (slirp4netns)ELSA-2023-69382023-11-18
Oracle Linux version 8 (slirp4netns)ELSA-2023-69392023-11-18
Oracle Linux version 8 (udica)ELSA-2023-69382023-11-18
Oracle Linux version 8 (udica)ELSA-2023-69392023-11-18
Oracle Linux version 9 (buildah)ELSA-2023-64732023-11-11
Oracle Linux version 9 (containernetworking-plugins)ELSA-2023-64022023-11-11
Oracle Linux version 9 (podman)ELSA-2023-64742023-11-11
Oracle Linux version 9 (skopeo)ELSA-2023-63632023-11-11



This page is generated automatically and has not been checked for errors or omissions. For clarification or corrections please contact the Oracle Linux ULN team

software.hardware.complete