Skip to main content

aiohttp CVE-2026-34993

| EUVDEUVD-2026-34001 HIGH
Deserialization of Untrusted Data (CWE-502)
2026-06-02 GitHub_M GHSA-jg22-mg44-37j8
7.3
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
7.3 HIGH
AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
vuln.today AI
7.8 HIGH

Exploitation needs the app to load an attacker-supplied local file (AV:L, UI:R) under existing app privileges (PR:L); successful deserialization yields full code execution, so C/I/A:H.

3.1 AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
4.0 AV:L/AC:L/AT:N/PR:L/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
SUSE
6.4 MEDIUM
AV:L/AC:H/PR:H/UI:R/S:C/C:L/I:H/A:L
Red Hat
7.2 HIGH
qualitative

Primary rating from NVD.

CVSS VectorNVD

CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

10
Analysis Updated
Jun 30, 2026 - 04:14 vuln.today
v5 (cvss_changed)
Analysis Updated
Jun 30, 2026 - 04:13 vuln.today
v4 (cvss_changed)
Analysis Updated
Jun 30, 2026 - 04:13 vuln.today
v3 (cvss_changed)
Analysis Updated
Jun 30, 2026 - 04:12 vuln.today
v2 (cvss_changed)
Re-analysis Queued
Jun 30, 2026 - 03:24 vuln.today
cvss_changed
Severity Changed
Jun 30, 2026 - 03:24 NVD
MEDIUM HIGH
CVSS changed
Jun 30, 2026 - 03:24 NVD
6.4 (MEDIUM) 7.3 (HIGH)
Patch available
Jun 02, 2026 - 21:02 EUVD
Source Code Evidence Fetched
Jun 02, 2026 - 20:30 vuln.today
Analysis Generated
Jun 02, 2026 - 20:30 vuln.today

Blast Radius

ecosystem impact
† from your stack dependencies † transitive graph · vuln.today resolves 4-path depth
  • 15 pypi packages depend on aiohttp (12 direct, 3 indirect)

Ecosystem-wide dependent count for version 3.14.0.

DescriptionNVD

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.

AnalysisAI

Arbitrary code execution in the aiohttp Python framework (versions prior to 3.14.0) arises when CookieJar.load() deserializes an attacker-controlled file, classed as CWE-502 unsafe deserialization. An attacker who can plant or substitute the persisted cookie file and induce the application to load it gains code execution in the host process. There is no public exploit identified at time of analysis, EPSS is very low (0.06%), and CISA SSVC rates exploitation as none - consistent with the library's own note that the function is normally used on the user's own trusted data.

Technical ContextAI

aiohttp is a widely used asynchronous HTTP client/server framework for Python's asyncio. The flaw is in the client-side CookieJar persistence API: CookieJar.save() and CookieJar.load() serialize/deserialize the cookie store, and load() reconstructs Python objects from the file in a way that can execute embedded payloads (the classic pickle/deserialization pattern, mapped here to CWE-502). The single affected CPE is cpe:2.3:a:aio-libs:aiohttp:*, i.e. the upstream aio-libs aiohttp package; the root cause is trusting the structure and types of an externally supplied serialized blob rather than validating it against a safe schema.

RemediationAI

Vendor-released patch: aiohttp 3.14.0 - upgrade to 3.14.0 or later, which contains the fix (commit dcf40f30637e8752c76781cf6703b5a236749a00). On Red Hat systems, apply the packages in RHSA-2026:24977. If immediate upgrade is not possible, the upstream-recommended workaround is to never call CookieJar.load() on files that could be attacker-controlled and to sanitize/validate cookie files before loading them; alternatively restrict filesystem permissions on the persisted cookie file so only the trusted application user can write it, accepting that this only helps where local file tampering is the threat. Refer to the advisory at https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jg22-mg44-37j8.

More in Python

View all
CVE-2025-24016 CRITICAL POC
9.9 Feb 10

Wazuh SIEM platform versions 4.4.0 through 4.9.0 contain an unsafe deserialization vulnerability in the DistributedAPI t

CVE-2025-27520 CRITICAL POC
9.8 Apr 04

BentoML version 1.4.2 and earlier contains an unauthenticated remote code execution vulnerability through insecure deser

CVE-2025-2945 CRITICAL POC
9.9 Apr 03

pgAdmin 4 contains critical remote code execution vulnerabilities in the Query Tool download and Cloud Deployment endpoi

CVE-2013-5093 MEDIUM POC
6.8 Sep 27

The renderLocalView function in render/views.py in graphite-web in Graphite 0.9.5 through 0.9.10 uses the pickle Python

CVE-2025-32375 CRITICAL POC
9.8 Apr 09

BentoML is a Python library for building online serving systems optimized for AI apps and model inference. Rated critica

CVE-2014-0224 HIGH POC
7.4 Jun 05

OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly restrict processing of ChangeCiph

CVE-2024-21644 HIGH POC
7.5 Jan 08

pyLoad download manager version prior to 0.5.0b3.dev77 exposes the Flask SECRET_KEY through an unauthenticated endpoint.

CVE-2026-33017 CRITICAL POC
9.3 Mar 17

Langflow (a visual LLM pipeline builder) contains a critical unauthenticated code execution vulnerability (CVE-2026-3301

CVE-2017-9462 HIGH POC
8.8 Jun 06

In Mercurial before 4.1.3, "hg serve --stdio" allows remote authenticated users to launch the Python debugger, and conse

CVE-2026-39987 CRITICAL POC
9.3 Apr 08

Unauthenticated remote code execution in Marimo ≤0.20.4 allows attackers to execute arbitrary system commands via the `/

CVE-2024-21645 MEDIUM POC
5.3 Jan 08

pyLoad is the free and open-source Download Manager written in pure Python. Rated medium severity (CVSS 5.3), this vulne

CVE-2026-55255 HIGH POC
8.4 Jun 19

Cross-user flow execution in Langflow (< 1.9.1) lets any authenticated API-key holder run another user's flow by passing

Vendor StatusVendor

SUSE

Severity: Medium
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Fixed
SUSE Linux Enterprise High Performance Computing 15 SP7 Fixed
SUSE Linux Enterprise Module for Public Cloud 15 SP7 Fixed
SUSE Linux Enterprise Module for Python 3 15 SP7 Fixed
SUSE Linux Enterprise Server 15 SP7 Fixed

Share

CVE-2026-34993 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy