Resource exhaustion in starlette - #VU132130

 

Resource exhaustion in starlette - #VU132130

Published: February 14, 2023 / Updated: May 22, 2026


Vulnerability identifier: #VU132130
CSH Severity: Medium
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: N/A
CWE-ID: CWE-400
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: Encode
Affected software:
starlette

Detailed vulnerability description

The vulnerability allows a remote attacker to cause a denial of service.

The vulnerability exists due to uncontrolled resource consumption in MultipartParser when processing multipart form data with too many fields or files. A remote attacker can send a specially crafted multipart request to cause a denial of service.

Exploitation requires python-multipart to be installed and the application to call request.form().


Remediation

Install security update from vendor's website.

Sources