Cross-Site Scripting Risk in AIOHTTP Framework by aio-libs
CVE-2026-47265
6.6MEDIUM
What is CVE-2026-47265?
The AIOHTTP framework, an asynchronous HTTP client/server for Python, has a vulnerability where cookies set via the cookies parameter are sent along with requests that follow a cross-origin redirect. This flaw could allow an attacker to exploit redirection failures and extract sensitive cookie information. To mitigate this risk, it is recommended to upgrade to version 3.14.0 or later. Alternatively, developers can use the Cookie header in the headers parameter to prevent leakage of sensitive information.
Affected Version(s)
aiohttp < 3.14.0
