Resource exhaustion in starlette - #VU132130
Published: February 14, 2023 / Updated: May 22, 2026
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().