CVE-2023-25577

Werkzeug is a comprehensive WSGI web application library. Prior to version 2.2.3, Werkzeug's multipart form data parser will parse an unlimited number of parts, including file parts. 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. This allows 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. The amount of RAM required can trigger an out of memory kill of the process. Unlimited file parts can use up memory and file handles. If many concurrent requests are sent continuously, this can exhaust or kill all available workers. Version 2.2.3 contains a patch for this issue.
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
GitHub_MCNA
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
CVEADP
---
---
CISA-ADPADP
---
---
Base Score
CVSS 3.x
EPSS Score
Percentile: 53%
VendorProductVersion
palletsprojectswerkzeug
𝑥
< 2.2.3
𝑥
= Vulnerable software versions
Debian logo
Debian Releases
Debian Product
Codename
python-werkzeug
bullseye (security)
1.0.1+dfsg1-2+deb11u1
fixed
bullseye
1.0.1+dfsg1-2+deb11u1
fixed
bookworm
2.2.2-3
fixed
sid
3.1.3-2
fixed
trixie
3.1.3-2
fixed
Ubuntu logo
Ubuntu Releases
Ubuntu Product
Codename
python-werkzeug
lunar
Fixed 2.2.2-2ubuntu0.1
released
kinetic
Fixed 2.0.2+dfsg1-3ubuntu0.22.10.1
released
jammy
Fixed 2.0.2+dfsg1-1ubuntu0.22.04.1
released
focal
Fixed 0.16.1+dfsg1-2ubuntu0.1
released
bionic
Fixed 0.14.1+dfsg1-1ubuntu0.2
released
xenial
Fixed 0.10.4+dfsg1-1ubuntu1.2+esm1
released
trusty
ignored