CVE 6.6 MEDIUM

AIOHTTP vulnerable to cross-origin redirect with per-request cookies_CVE-2026-47265

6.6 / 10
MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:U

Description

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.

Basic Information

ID CVE-2026-47265
Source GitHub_M
Published Jun 2, 2026 at 18:32

Affected Product

Vendor aio-libs
Product aiohttp
Version < 3.14.0
Affected Versions aio-libs aiohttp < 3.14.0

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.