Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. Werkzeug
  4. ›
  5. CVE-2023-25577

CVE-2023-25577: High resource usage when parsing multipart form data with many fields

February 15, 2023 (updated November 19, 2024)

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.

References

  • github.com/advisories/GHSA-xg9f-g7g7-2323
  • github.com/pallets/werkzeug
  • github.com/pallets/werkzeug/commit/517cac5a804e8c4dc4ed038bb20dacd038e7a9f1
  • github.com/pallets/werkzeug/releases/tag/2.2.3
  • github.com/pallets/werkzeug/security/advisories/GHSA-xg9f-g7g7-2323
  • github.com/pypa/advisory-database/tree/main/vulns/werkzeug/PYSEC-2023-58.yaml
  • nvd.nist.gov/vuln/detail/CVE-2023-25577
  • security.netapp.com/advisory/ntap-20230818-0003
  • www.debian.org/security/2023/dsa-5470

Code Behaviors & Features

Detect and mitigate CVE-2023-25577 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 2.2.3

Fixed versions

  • 2.2.3

Solution

Upgrade to version 2.2.3 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-400: Uncontrolled Resource Consumption
  • CWE-770: Allocation of Resources Without Limits or Throttling

Source file

pypi/Werkzeug/CVE-2023-25577.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:14:51 +0000.