CVE-2026-47265 Details
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.
A vulnerability exists in AIOHTTP versions prior to 3.14.0, where cookies set with the 'cookies' parameter on requests are sent after following a cross-origin redirect. This behavior can lead to the unintentional leakage of sensitive data if an attacker is able to control the redirect. The issue has been patched in version 3.14.0. For users unable to upgrade, a workaround is to use a 'Cookie' header in the 'headers' parameter, which is not vulnerable.
Users should upgrade to AIOHTTP version 3.14.0 or later. If an upgrade is not possible, use a 'Cookie' header in the 'headers' parameter instead of the 'cookies' parameter.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jun 3, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/aio-libs/aiohttp/commit/f54c40851b0d6c4bbdab97ba518a223adda32478 | [email protected] | Patch |
| https://github.com/aio-libs/aiohttp/security/advisories/GHSA-hg6j-4rv6-33pg | [email protected] | MitigationPatchVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-346 | Origin Validation Error | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| aiohttp aiohttp | < 3.14.0 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 21, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jun 5, 2026 | Initial Analysis | [email protected] |
| Jun 2, 2026 | New CVE Received | [email protected] |