Sam Bull

33 exploits Active since Jul 2023
CVE-2025-69223 WRITEUP HIGH WRITEUP
aiohttp < 3.13.3 - Denial of Service via Zip Bomb Decompression
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 that when decompressed by AIOHTTP could exhaust the host's memory. This issue is fixed in version 3.13.3.
CVSS 7.5
CVE-2025-69224 WRITEUP MEDIUM WRITEUP
aiohttp < 3.13.3 - HTTP Request Smuggling via Non-ASCII Character Bypass
AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below of the Python HTTP parser may allow a request smuggling attack with the presence of non-ASCII characters. If a pure Python version of AIOHTTP is installed (i.e. without the usual C extensions) or AIOHTTP_NO_EXTENSIONS is enabled, then an attacker may be able to execute a request smuggling attack to bypass certain firewalls or proxy protections. This issue is fixed in version 3.13.3.
CVSS 6.5
CVE-2025-69225 WRITEUP MEDIUM WRITEUP
aiohttp < 3.13.3 - HTTP Request Smuggling via Range Header
AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below contain parser logic which allows non-ASCII decimals to be present in the Range header. There is no known impact, but there is the possibility that there's a method to exploit a request smuggling vulnerability. This issue is fixed in version 3.13.3.
CVSS 5.3
CVE-2025-69226 WRITEUP MEDIUM WRITEUP
aiohttp < 3.13.3 - Path Traversal in Static File Path Normalization
AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below enable an attacker to ascertain the existence of absolute path components through the path normalization logic for static files meant to prevent path traversal. If an application uses web.static() (not recommended for production deployments), it may be possible for an attacker to ascertain the existence of path components. This issue is fixed in version 3.13.3.
CVSS 5.3
CVE-2025-69227 WRITEUP HIGH WRITEUP
aiohttp < 3.13.3 - Denial of Service via POST Body Processing
AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below allow for an infinite loop to occur when assert statements are bypassed, resulting in a DoS attack when processing a POST body. If optimizations are enabled (-O or PYTHONOPTIMIZE=1), and the application includes a handler that uses the Request.post() method, then an attacker may be able to execute a DoS attack with a specially crafted message. This issue is fixed in version 3.13.3.
CVSS 7.5
CVE-2025-69228 WRITEUP HIGH WRITEUP
aiohttp < 3.13.3 - Denial of Service via Request.post() Memory Exhaustion
AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions 3.13.2 and below allow a request to be crafted in such a way that an AIOHTTP server's memory fills up uncontrollably during processing. If an application includes a handler that uses the Request.post() method, an attacker may be able to freeze the server by exhausting the memory. This issue is fixed in version 3.13.3.
CVSS 7.5
CVE-2025-69229 WRITEUP MEDIUM WRITEUP
aiohttp < 3.13.3 - Denial of Service via Chunked Message Handling
AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. In versions 3.13.2 and below, handling of chunked messages can result in excessive blocking CPU usage when receiving a large number of chunks. If an application makes use of the request.read() method in an endpoint, it may be possible for an attacker to cause the server to spend a moderate amount of blocking CPU time (e.g. 1 second) while processing the request. This could potentially lead to DoS as the server would be unable to handle other requests during that time. This issue is fixed in version 3.13.3.
CVSS 5.3
CVE-2025-69230 WRITEUP MEDIUM WRITEUP
aiohttp < 3.13.3 - Logging of Excessive Data via Cookie Header
AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. In versions 3.13.2 and below, reading multiple invalid cookies can lead to a logging storm. If the cookies attribute is accessed in an application, then an attacker may be able to trigger a storm of warning-level logs using a specially crafted Cookie header. This issue is fixed in 3.13.3.
CVSS 5.3