Logo
componentpython-aiohttp
Name
python-aiohttp
Version
3.13.5
Type
library
Description
-
Licenses
Apache-2.0
PURL
pkg:pypi/aiohttp@3.13.5
CPE
cpe:2.3:a:aiohttp:aiohttp:3.13.5:-:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
2025.02.x
3.12.14

Vulnerabilities#


Name
Analysis
Description
Exploitable
AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.14.0, cookies set with the `cookies` parameter on requests are sent after following a cross-origin redirect. If a developer uses the `cookies` parameter on a per-request basis then sensitive data might be leaked to an attacker if they manage to control a redirect. Version 3.14.0 patches the issue. If unable to upgrade, using a `Cookie` header in the `headers` parameter is not vulnerable.
Exploitable
AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.14.0, using ``CookieJar.load()`` with untrusted input may allow arbitrary code execution. Most applications using this function will be doing so with the user's own data, so this is unlikely to affect many applications. Version 3.14.0 patches the issue. If an application does allow attacker controlled files to be loaded, a workaround on older releases would be to sanitize the files before loading.