DoS Vulnerability in AIOHTTP Framework Affects Python Developers
CVE-2025-69227
6.6MEDIUM
What is CVE-2025-69227?
The AIOHTTP framework, used for asynchronous HTTP client and server development in Python, has a vulnerability that allows attackers to exploit an infinite loop condition. This flaw occurs when assert statements within the code are bypassed, particularly impacting applications utilizing the Request.post() method when optimizations are enabled. When a specially crafted POST request is processed, it can lead to a Denial of Service, rendering the affected service unresponsive. Users are advised to upgrade to AIOHTTP version 3.13.3 or higher to mitigate this issue.
Affected Version(s)
aiohttp < 3.13.3
