Inadequate file size control In python-aiohttp
Description
AIOHTTP has a Multipart Header Size Bypass
Summary
A response with an excessive number of multipart headers may be allowed to use more memory than intended, potentially allowing a DoS vulnerability.
Impact
Multipart headers were not subject to the same size restrictions in place for normal headers, potentially allowing substantially more data to be loaded into memory than intended. However, other restrictions in place limit the impact of this vulnerability.
Patch: https://github.com/aio-libs/aiohttp/commit/8a74257b3804c9aac0bf644af93070f68f6c5a6f
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
debian 11 | 3.7.4-1+deb11u2 | ||
debian 12 | - | ||
pypi | 3.13.4 | ||
debian 14 | 3.13.5-1 | ||
debian 13 | - |
Aliases
References