CVE-2026-34993 PUBLISHED

AIOHTTP Vulnerable to Deserialization of Untrusted Data

Assigner: GitHub_M
Reserved: 31.03.2026 Published: 02.06.2026 Updated: 03.06.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:C/C:L/I:H/A:L
CVSS Score: 6.4

Product Status

Vendor aio-libs
Product aiohttp
Versions
  • Version < 3.14.0 is affected

References

Problem Types

  • CWE-502: Deserialization of Untrusted Data CWE