#VU125974 Excessive Iteration in python-multipart - CVE-2026-40347
Published: April 14, 2026
python-multipart
Marcelo Trylesinski
Description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to excessive iteration in multipart/form-data parsing when processing crafted multipart/form-data requests with large preamble or epilogue sections. A remote attacker can send an oversized malformed multipart body to cause a denial of service.
The issue degrades availability by consuming excessive CPU time during request parsing and delaying legitimate requests, but it does not typically result in a complete denial of service for the entire application.