Name
python3-aiohttp
Version
3.9.5
Type
library
Description
Async http client/server framework
Licenses
Apache-2.0
PURL
-
CPE
cpe:2.3:*:*:python3-aiohttp:3.9.5:*:*:*:*:*:*:*
Other Versions#
Patches#
#
Title
Author
Resolve
1
Add trailer parsing logic (#11269) (#11287)
Sam Bull <git@sambull.org>
CVE-2025-53643
2
[PR #9851/541d86d backport][3.10] Fix incorrect parsing of
"J. Nick Koston" <nick@koston.org>
CVE-2024-52304
3
Reject non-ascii digits in Range header (#11903)
"patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com>
CVE-2025-69225
4
Enforce client_max_size over entire multipart form (#11889)
Gyorgy Sarvari <skandigraun@gmail.com>
CVE-2025-69228
5
Reject static URLs that traverse outside static root (#11888)
Gyorgy Sarvari <skandigraun@gmail.com>
CVE-2025-69226
Vulnerabilities#
Name
Analysis
Description
Patched
AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below allow a request to be crafted in such a way that an AIOHTTP server's memory fills up uncontrollably during processing. If an application includes a handler that uses the Request.post() method, an attacker may be able to freeze the server by exhausting the memory. This issue is fixed in version 3.13.3.
Patched
AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below enable an attacker to ascertain the existence of absolute path components through the path normalization logic for static files meant to prevent path traversal. If an application uses web.static() (not recommended for production deployments), it may be possible for an attacker to ascertain the existence of path components. This issue is fixed in version 3.13.3.
Patched
AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below contain parser logic which allows non-ASCII decimals to be present in the Range header. There is no known impact, but there is the possibility that there's a method to exploit a request smuggling vulnerability. This issue is fixed in version 3.13.3.
Patched
AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.12.14, the Python parser is vulnerable to a request smuggling vulnerability due to not parsing trailer sections of an HTTP request. If a pure Python version of aiohttp is installed (i.e. without the usual C extensions) or AIOHTTP_NO_EXTENSIONS is enabled, then an attacker may be able to execute a request smuggling attack to bypass certain firewalls or proxy protections. Version 3.12.14 contains a patch for this issue.
Patched
aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.10.11, the Python parser parses newlines in chunk extensions incorrectly which can lead to request smuggling vulnerabilities under certain conditions. If a pure Python version of aiohttp is installed (i.e. without the usual C extensions) or `AIOHTTP_NO_EXTENSIONS` is enabled, then an attacker may be able to execute a request smuggling attack to bypass certain firewalls or proxy protections. Version 3.10.11 fixes the issue.