First published: Tue Feb 14 2023(Updated: )
A flaw was found in python-werkzeug. Werkzeug is multipart form data parser, that will parse an unlimited number of parts, including file parts. These parts can be a small amount of bytes, but each requires CPU time to parse, and may use more memory as Python data. If a request can be made to an endpoint that accesses request.data, request.form, request.files, or request.get_data(parse_form_data=False), it can cause unexpectedly high resource usage, allowing an attacker to cause a denial of service by sending crafted multipart data to an endpoint that will parse it. The amount of CPU time required can block worker processes from handling legitimate requests, and if many concurrent requests are sent continuously, this can exhaust or kill all available workers.
Credit: security-advisories@github.com security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
pip/Werkzeug | <2.2.3 | 2.2.3 |
Palletsprojects Werkzeug | <2.2.3 | |
redhat/python-werkzeug | <0:2.0.3-5.el8 | 0:2.0.3-5.el8 |
redhat/python-werkzeug | <0:2.0.3-4.el9 | 0:2.0.3-4.el9 |
redhat/python-werkzeug | <0:1.0.1-3.el8 | 0:1.0.1-3.el8 |
redhat/python-werkzeug | <0:0.14.1-3.1.el7 | 0:0.14.1-3.1.el7 |
redhat/python-werkzeug | <0:0.14.1-12.el8 | 0:0.14.1-12.el8 |
redhat/python-werkzeug | <0:2.0.1-5.el9 | 0:2.0.1-5.el9 |
debian/python-werkzeug | <=0.14.1+dfsg1-4+deb10u1 | 0.14.1+dfsg1-4+deb10u2 1.0.1+dfsg1-2+deb11u1 2.2.2-3 |
redhat/python-werkzeug | <2.2.3 | 2.2.3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
(Appears in the following advisories)
CVE-2023-25577 is a vulnerability found in python-werkzeug, a multipart form data parser that can parse an unlimited number of parts, including file parts, which can consume CPU time and memory.
CVE-2023-25577 has a severity rating of 7.5 (high).
CVE-2023-25577 affects versions of python-werkzeug up to and including 2.2.3.
To fix CVE-2023-25577, upgrade python-werkzeug to version 2.2.3 or apply the appropriate security patch provided by your vendor.
You can find more information about CVE-2023-25577 on the CVE website, NVD, and the GitHub repositories for python-werkzeug.