Resource exhaustion in aiohttp - CVE-2026-34517
Published: April 26, 2026
aiohttp
Detailed vulnerability description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to improper resource management in Request.post() when processing specially crafted multipart form fields. A remote attacker can send a specially crafted multipart request to cause a denial of service.
The issue affects non-file multipart fields that are read into memory before the client_max_size check is enforced.