aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. In affected versions an attacker can send a specially crafted POST (multipart/form-data) request. When the aiohttp server processes it, the server will enter an infinite loop and be unable to process any further requests. An attacker can stop the application from serving requests after sending a single request. This issue has been addressed in version 3.9.4. Users are advised to upgrade. Users unable to upgrade may manually apply a patch to their systems. Please see the linked GHSA for instructions.
References
Configurations
No configuration.
History
No history.
Information
Published : 2024-05-02 14:15
Updated : 2024-11-21 09:11
NVD link : CVE-2024-30251
Mitre link : CVE-2024-30251
CVE.ORG link : CVE-2024-30251
JSON object : View
Products Affected
No product.
CWE
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')