Search for packages
| purl | pkg:rpm/redhat/python-werkzeug@2.2.3-2?arch=el9 |
| Next non-vulnerable version | None. |
| Latest non-vulnerable version | None. |
| Risk | 4.0 |
| Vulnerability | Summary | Fixed by |
|---|---|---|
|
VCID-bxfr-hpkh-cyby
Aliases: CVE-2023-46136 GHSA-hrfv-mqp8-q5rw PYSEC-2023-221 |
Werkzeug is a comprehensive WSGI web application library. If an upload of a file that starts with CR or LF and then is followed by megabytes of data without these characters: all of these bytes are appended chunk by chunk into internal bytearray and lookup for boundary is performed on growing buffer. 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. This vulnerability has been patched in version 3.0.1. | There are no reported fixed by versions. |
|
VCID-qn4r-71h3-sbgb
Aliases: CVE-2023-25577 GHSA-xg9f-g7g7-2323 PYSEC-2023-58 |
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. | There are no reported fixed by versions. |
| Vulnerability | Summary | Aliases |
|---|---|---|
| This package is not known to fix vulnerabilities. | ||
| Date | Actor | Action | Vulnerability | Source | VulnerableCode Version |
|---|---|---|---|---|---|
| 2026-04-01T13:55:23.004444+00:00 | RedHat Importer | Affected by | VCID-qn4r-71h3-sbgb | https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2023-25577.json | 38.0.0 |
| 2026-04-01T13:51:19.986721+00:00 | RedHat Importer | Affected by | VCID-bxfr-hpkh-cyby | https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2023-46136.json | 38.0.0 |