CVE-2022-41725: Excessive resource consumption in mime/multipart

Published Feb 28, 2023
·
Updated

A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely unlimited amounts of memory and disk files. This also affects form parsing in the net/http package with the Request methods FormFile, FormValue, ParseMultipartForm, and PostFormValue. ReadForm takes a maxMemory parameter, and is documented as storing "up to maxMemory bytes +10MB (reserved for non-file parts) in memory". File parts which cannot be stored in memory are stored on disk in temporary files. The unconfigurable 10MB reserved for non-file parts is excessively large and can potentially open a denial of service vector on its own. However, ReadForm did not properly account for all memory consumed by a parsed form, such as map entry overhead, part names, and MIME headers, permitting a maliciously crafted form to consume well over 10MB. In addition, ReadForm contained no limit on the number of disk files created, permitting a relatively small request body to create a large number of disk temporary files. With fix, ReadForm now properly accounts for various forms of memory overhead, and should now stay within its documented limit of 10MB + maxMemory bytes of memory consumption. Users should still be aware that this limit is high and may still be hazardous. In addition, ReadForm now creates at most one on-disk temporary file, combining multiple form parts into a single temporary file. The mime/multipart.File interface type's documentation states, "If stored on disk, the File's underlying concrete type will be an os.File.". This is no longer the case when a form contains more than one file part, due to this coalescing of parts into a single file. The previous behavior of using distinct files for each form part may be reenabled with the environment variable GODEBUG=multipartfiles=distinct. Users should be aware that multipart.ReadForm and the http.Request methods that call it do not limit the amount of disk consumed by temporary files. Callers can limit the size of form data with http.MaxBytesReader.

Other sources

Excessive resource consumption in mime/multipart

Microsoft

Golang Go is vulnerable to a denial of service, caused by a flaw when perform multipart form parsing with mime/multipart.Reader.ReadForm. By sending a specially-crafted request, a remote authenticated attacker could exploit this vulnerability to consume largely unlimited amounts of memory and disk files, and results in a denial of service condition.

IBM

Affected Software

20 affected componentsFixes available
debian/golang-1.15<=1.15.15-1~deb11u4
debian/golang-1.19
1.19.8-2
Golang Go<1.19.6
Golang Go=1.20.0
Golang Go=1.20.0-rc1
Golang Go=1.20.0-rc2
Golang Go=1.20.0-rc3
IBM Concert Software<=1.0.0 - 1.0.1
redhat/golang<1.20.1
1.20.1
redhat/golang<1.19.6
1.19.6
Microsoft azl3 golang 1.19.5-1
Microsoft cbl2 msft-golang 1.19.6-1
Microsoft cbl2 gcc 11.2.0-8
Microsoft cbl2 golang 1.18.8-7
Microsoft azl3 golang 1.23.9-1
Microsoft cbl2 golang 1.21.6-1
Microsoft cbl2 golang 1.19.5-1
Microsoft cm1 gcc 9.1.0-7
Microsoft cbl2 golang 1.17.13-2
Microsoft cm1 golang 1.17.13-2

Remediation

Event History

Feb 28, 2023
CVE Published
via MITRE·05:19 PM
Data Sourced
via MITRE·05:19 PM
DescriptionWeakness
Mar 15, 2023
Data Sourced
via Red Hat·04:55 AM
DescriptionSeverityAffected Software
Oct 14, 2024
Data Sourced
via Launchpad·01:16 PM
Description
Oct 21, 2024
Data Sourced
via IBM·12:00 AM
DescriptionAffected Software
Nov 15, 2024
Data Sourced
via Ubuntu·01:21 PM
RemedyDescriptionSeverityAffected Software
Sep 4, 2025
Data Sourced
via Microsoft·02:53 AM
DescriptionSeverityWeaknessAffected Software
Updated
via Microsoft·09:53 AM
Description
Updated
via Microsoft·09:53 AM
SeverityAffected Software

Parent advisories

This vulnerability appears in the following advisories.

Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the vulnerability ID for this denial of service vulnerability?

The vulnerability ID for this denial of service vulnerability is CVE-2022-41725.

2

What is the severity of CVE-2022-41725?

The severity of CVE-2022-41725 is high with a CVSS score of 7.5.

3

Which software is affected by CVE-2022-41725?

The software affected by CVE-2022-41725 is Golang Go versions 1.19.6 and 1.20.0-rc1.

4

How can the denial of service be triggered?

The denial of service can be triggered by excessive resource consumption in net/http and mime/multipart during multipart form parsing.

5

Is there a fix available for CVE-2022-41725?

Yes, there is a fix available for CVE-2022-41725. Users should update to Golang Go version 1.20.1.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203