Resource Exhaustion Affecting py3-werkzeug package, versions <3.0.6-r0
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-ALPINE320-PY3WERKZEUG-8310515
- published 31 Oct 2024
- disclosed 25 Oct 2024
Introduced: 25 Oct 2024
New CVE-2024-49767 Open this link in a new tabHow to fix?
Upgrade Alpine:3.20
py3-werkzeug
to version 3.0.6-r0 or higher.
NVD Description
Note: Versions mentioned in the description apply only to the upstream py3-werkzeug
package and not the py3-werkzeug
package as distributed by Alpine
.
See How to fix?
for Alpine:3.20
relevant fixed versions and status.
Werkzeug is a Web Server Gateway Interface web application library. Applications using werkzeug.formparser.MultiPartParser
corresponding to a version of Werkzeug prior to 3.0.6 to parse multipart/form-data
requests (e.g. all flask applications) are vulnerable to a relatively simple but effective resource exhaustion (denial of service) attack. A specifically crafted form submission request can cause the parser to allocate and block 3 to 8 times the upload size in main memory. There is no upper limit; a single upload at 1 Gbit/s can exhaust 32 GB of RAM in less than 60 seconds. Werkzeug version 3.0.6 fixes this issue.