CVE-2026-54280

Severity CVSS v4.0:
LOW
Type:
CWE-404 Improper Resource Shutdown or Release
Publication date:
22/06/2026
Last modified:
26/06/2026

Description

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to 3.14.1, payload resources are not closed correctly when a client disconnects in the middle of a write. If a payload is using an open file or similar limited resource, then an attacker may be able to cause resource starvation temporarily until garbage collection or similar closes the file. This vulnerability is fixed in 3.14.1.

Vulnerable products and versions

CPE From Up to
cpe:2.3:a:aiohttp:aiohttp:*:*:*:*:*:*:*:* 3.14.1 (excluding)