Cyber Posture

CVE-2026-22815

High

Published: 01 April 2026

Published
01 April 2026
Modified
06 April 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.0006 17.7th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-22815 is a high-severity Uncontrolled Resource Consumption (CWE-400) vulnerability in Aiohttp Aiohttp. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 17.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SC-5 (Denial-of-service Protection) and SC-6 (Resource Availability).

Threat & Defense at a Glance

What attackers do: exploitation maps to Application or System Exploitation (T1499.004). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Requires timely patching of known flaws like CVE-2026-22815 by upgrading AIOHTTP to version 3.13.4 to eliminate uncapped memory usage in header/trailer handling.

prevent

Implements denial-of-service protections such as HTTP header size limits and request throttling to prevent memory exhaustion from malformed or oversized headers and trailers.

prevent

Enforces limits on resource allocation, including memory, to protect against uncontrolled consumption triggered by excessive HTTP header and trailer data.

MITRE ATT&CK Enterprise TechniquesAI

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?

Directly enables application-layer resource exhaustion DoS via crafted HTTP headers/trailers against a public-facing AIOHTTP server.

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

NVD Description

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.13.4, insufficient restrictions in header/trailer handling could cause uncapped memory usage. This issue has been patched in version 3.13.4.

Deeper analysisAI

CVE-2026-22815 is a vulnerability in AIOHTTP, an asynchronous HTTP client/server framework for asyncio and Python, affecting versions prior to 3.13.4. It arises from insufficient restrictions in header and trailer handling, potentially leading to uncapped memory usage. The issue 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-400 (Uncontrolled Resource Consumption) and CWE-770 (Allocation of Resources Without Limits or Throttling).

A remote, unauthenticated attacker can exploit this vulnerability over the network with low attack complexity and no user interaction required. Exploitation causes high-impact denial of service by triggering memory exhaustion on the targeted server, without compromising confidentiality or integrity.

The vulnerability has been addressed in AIOHTTP version 3.13.4. Mitigation involves upgrading to this patched version, with details available in the security advisory at https://github.com/aio-libs/aiohttp/security/advisories/GHSA-w2fm-2cpv-w7v5, release notes at https://github.com/aio-libs/aiohttp/releases/tag/v3.13.4, and the fixing commit at https://github.com/aio-libs/aiohttp/commit/0c2e9da51126238a421568eb7c5b53e5b5d17b36.

Details

CWE(s)

Affected Products

aiohttp
aiohttp
≤ 3.13.4

CVEs Like This One

CVE-2026-34513Same product: Aiohttp Aiohttp
CVE-2026-34516Same product: Aiohttp Aiohttp
CVE-2025-69228Same product: Aiohttp Aiohttp
CVE-2025-69223Same product: Aiohttp Aiohttp
CVE-2025-69227Same product: Aiohttp Aiohttp
CVE-2026-34520Same product: Aiohttp Aiohttp
CVE-2026-34515Same product: Aiohttp Aiohttp
CVE-2026-41309Shared CWE-400, CWE-770
CVE-2026-34826Shared CWE-400, CWE-770
CVE-2026-41324Shared CWE-400, CWE-770

References