Cyber Posture

CVE-2025-69223

High

Published: 05 January 2026

Published
05 January 2026
Modified
14 January 2026
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0008 23.8th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-69223 is a high-severity Data Amplification (CWE-409) vulnerability in Aiohttp Aiohttp. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 23.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique.
Threat & Defense Details

Likely Mitigating ControlsAI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-770 CWE-409

Requires throttling and limits on resource allocation to prevent exhaustion.

addresses: CWE-770

This control implements explicit throttling on session allocation, addressing the weakness of allocating resources without limits.

addresses: CWE-770

Plan testing exercises resource allocation limits and throttling during simulated failures, directly addressing weaknesses that allow unbounded resource use.

addresses: CWE-770

Contingency plan updates ensure recovery strategies address unbounded resource allocation, making it harder for attackers to exploit lack of throttling to cause prolonged outages.

addresses: CWE-770

Provides continuity when unbounded resource allocation at the primary site leads to exhaustion and downtime.

addresses: CWE-770

Alternate services allow operations to continue when primary allocation of resources lacks limits or throttling.

addresses: CWE-770

Explicit planning of security-related actions requires defining limits, windows, and resource allocations, making allocation without throttling far less likely.

addresses: CWE-770

Measures of performance include tracking allocation behavior and throttling effectiveness, reducing the window for resource exhaustion attacks.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Vulnerability in public-facing AIOHTTP web framework directly enables remote exploitation for application-layer DoS via crafted compressed input.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request…

more

that when decompressed by AIOHTTP could exhaust the host's memory. This issue is fixed in version 3.13.3.

Deeper analysisAI

CVE-2025-69223 is a denial-of-service vulnerability in AIOHTTP, an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below are affected, as they improperly handle highly compressed data in requests, enabling a zip bomb attack. An attacker can send a maliciously crafted compressed request that, upon decompression by the AIOHTTP server, exhausts the host's memory resources. The vulnerability carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H) and maps to CWE-409 (Improper Handling of Highly Compressed Data) and CWE-770 (Allocation of Resources Without Limits or Throttling).

The attack requires no authentication or user interaction and can be launched remotely over the network with low complexity. Any unauthenticated attacker able to reach an affected AIOHTTP server can exploit it by transmitting a specially crafted zip bomb in a compressed HTTP request, resulting in memory exhaustion and potential server crashes or unresponsiveness.

The vulnerability is addressed in AIOHTTP version 3.13.3. Security practitioners should upgrade to this version for mitigation. Additional details are available in the GitHub security advisory (GHSA-6mq8-rvhq-8wgg) and the fixing commit (2b920c39002cee0ec5b402581779bbaaf7c9138a).

Details

CWE(s)

Affected Products

aiohttp
aiohttp
≤ 3.13.3

CVEs Like This One

CVE-2026-34513Same product: Aiohttp Aiohttp
CVE-2026-34516Same product: Aiohttp Aiohttp
CVE-2025-69227Same product: Aiohttp Aiohttp
CVE-2025-69228Same product: Aiohttp Aiohttp
CVE-2026-22815Same product: Aiohttp Aiohttp
CVE-2026-34520Same product: Aiohttp Aiohttp
CVE-2026-34515Same product: Aiohttp Aiohttp
CVE-2026-27571Shared CWE-409, CWE-770
CVE-2026-20103Shared CWE-770
CVE-2025-1059Shared CWE-770

References