CVE-2026-34993: AIOHTTP Vulnerable to Deserialization of Untrusted Data
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.
Security readout for executives and security teams
Plain-English summary
This issue affects Python applications using aiohttp before 3.14.0. The risky case is narrow: loading an untrusted cookie jar file through CookieJar.load() may allow arbitrary code execution. The source notes most applications use this with the user’s own data, so broad exposure is unlikely.
Executive priority
Treat as high priority where aiohttp processes user-supplied files. For most environments, prioritize targeted inventory and upgrade rather than emergency response unless exposure is confirmed.
Technical view
CVE-2026-34993 is CWE-502 deserialization of untrusted data in aiohttp CookieJar.load() before 3.14.0. The published CVSS is 7.2 high with local access, high complexity, high privileges, user interaction, changed scope, and high confidentiality, integrity, and availability impact.
Likely exposure
Likely limited to Python services, tools, or automation using aiohttp below 3.14.0 and accepting attacker-controlled files or serialized cookie jar data for CookieJar.load().
Exploitation context
The supplied sources do not show CISA KEV listing or active exploitation. Exploitation depends on attacker-controlled input reaching CookieJar.load(), which the advisory suggests is uncommon in typical application use.
Researcher notes
Focus triage on data provenance into CookieJar.load(). Evidence supports patched version 3.14.0 and a sanitization workaround, but does not provide public exploitation details or broader affected products beyond aiohttp.
Mitigation direction
Upgrade aiohttp to version 3.14.0 or later.
Do not load attacker-controlled files with CookieJar.load().
Sanitize cookie jar files before loading on older releases.
Follow Red Hat advisories for packaged aiohttp updates.
Validation and detection
Inventory Python environments for aiohttp versions below 3.14.0.
Search application code for CookieJar.load() usage.
Confirm whether loaded cookie files can be attacker controlled.
Review containers and vendor packages for aiohttp dependencies.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-502: Code execution behavior lookup
Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.