CVE-2026-34517
Received Received - Intake

Memory Exhaustion Vulnerability in aiohttp Multipart Form Handling

Vulnerability report for CVE-2026-34517, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-04-01

Last updated on: 2026-04-15

Assigner: GitHub, Inc.

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-04-01
Last Modified
2026-04-15
Generated
2026-07-06
AI Q&A
2026-04-02
EPSS Evaluated
2026-07-04
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
aiohttp aiohttp to 3.13.4 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-770 The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in the aiohttp framework, an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.13.4, aiohttp would read the entire content of some multipart form fields into memory before enforcing the client_max_size limit. This means that large multipart form fields could be fully loaded into memory even if they exceeded the configured maximum size, potentially leading to excessive memory usage.

The issue was fixed in version 3.13.4 by changing the behavior to check the client_max_size limit before reading the entire field into memory.

Impact Analysis

This vulnerability can impact you by causing your application to consume excessive memory when processing multipart form data. Since aiohttp reads the entire field into memory before checking the size limit, an attacker could send very large multipart form fields that exceed the intended maximum size, potentially leading to increased memory usage, degraded performance, or even denial of service due to resource exhaustion.

Mitigation Strategies

To mitigate this vulnerability, upgrade aiohttp to version 3.13.4 or later, where the issue has been patched.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-34517. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart