AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.13.4, for some multipart form fields, aiohttp read the entire field into memory before checking client_max_size. This issue has been patched in version 3.13.4.
References
| Link | Resource |
|---|---|
| https://github.com/aio-libs/aiohttp/commit/cbb774f38330563422ca0c413a71021d7b944145 | Patch |
| https://github.com/aio-libs/aiohttp/releases/tag/v3.13.4 | Release Notes |
| https://github.com/aio-libs/aiohttp/security/advisories/GHSA-3wq7-rqq7-wx6j | Patch Vendor Advisory |
Configurations
History
No history.
Information
Published : 2026-04-01 21:16
Updated : 2026-06-17 10:39
NVD link : CVE-2026-34517
Mitre link : CVE-2026-34517
CVE.ORG link : CVE-2026-34517
JSON object : View
Products Affected
aiohttp
- aiohttp
CWE
CWE-770
Allocation of Resources Without Limits or Throttling
