Debian Python-Aiohttp vulnerabilities
22 known vulnerabilities affecting debian/python-aiohttp.
Total CVEs
22
CISA KEV
0
Public exploits
1
Exploited in wild
1
Severity breakdown
HIGH3MEDIUM13LOW6
Vulnerabilities
Page 1 of 2
CVE-2024-23334P1MEDIUMCVSS 5.9ExploitedPoCRansomwarefixed in python-aiohttp 3.8.4-1+deb12u1 (bookworm)2024
CVE-2024-23334 [MEDIUM] CVE-2024-23334: python-aiohttp - aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. ...
aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. When using aiohttp as a web server and configuring static routes, it is necessary to specify the root path for static files. Additionally, the option 'follow_symlinks' can be used to determine whether to follow symbolic links outside the static root directory. When 'follow_symli
debian
CVE-2024-52304P3MEDIUMCVSS 6.3fixed in python-aiohttp 3.8.4-1+deb12u1 (bookworm)2024
CVE-2024-52304 [MEDIUM] CVE-2024-52304: python-aiohttp - aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. ...
aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.10.11, the Python parser parses newlines in chunk extensions incorrectly which can lead to request smuggling vulnerabilities under certain conditions. If a pure Python version of aiohttp is installed (i.e. without the usual C extensions) or `AIOHTTP_NO_EXTENSI
debian
CVE-2023-37276P3MEDIUMCVSS 5.3fixed in python-aiohttp 3.8.5-1 (forky)2023
CVE-2023-37276 [MEDIUM] CVE-2023-37276: python-aiohttp - aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. ...
aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. aiohttp v3.8.4 and earlier are bundled with llhttp v6.0.6. Vulnerable code is used by aiohttp for its HTTP request parser when available which is the default case when installing from a wheel. This vulnerability only affects users of aiohttp as an HTTP server (ie `aiohttp.Applic
debian
CVE-2024-30251P3HIGHCVSS 7.5fixed in python-aiohttp 3.8.4-1+deb12u1 (bookworm)2024
CVE-2024-30251 [HIGH] CVE-2024-30251: python-aiohttp - aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. ...
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
debian
CVE-2025-69223P3HIGHCVSS 7.5fixed in python-aiohttp 3.13.3-1 (forky)2025
CVE-2025-69223 [HIGH] CVE-2025-69223: python-aiohttp - AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. ...
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.
Scope: local
bookworm:
debian
CVE-2025-69228P3MEDIUMCVSS 6.6fixed in python-aiohttp 3.13.3-1 (forky)2025
CVE-2025-69228 [MEDIUM] CVE-2025-69228: python-aiohttp - AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. ...
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 t
debian
CVE-2025-53643P3LOWCVSS 1.7fixed in python-aiohttp 3.12.15-1 (forky)2025
CVE-2025-53643 [LOW] CVE-2025-53643: python-aiohttp - AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. ...
AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Prior to version 3.12.14, the Python parser is vulnerable to a request smuggling vulnerability due to not parsing trailer sections of an HTTP request. If a pure Python version of aiohttp is installed (i.e. without the usual C extensions) or AIOHTTP_NO_EXTENSIONS is enabled, then an
debian
CVE-2025-69227P3MEDIUMCVSS 6.6fixed in python-aiohttp 3.13.3-1 (forky)2025
CVE-2025-69227 [MEDIUM] CVE-2025-69227: python-aiohttp - AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. ...
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() me
debian
CVE-2024-52303P3LOWCVSS 8.7fixed in python-aiohttp 3.10.11-1 (forky)2024
CVE-2024-52303 [HIGH] CVE-2024-52303: python-aiohttp - aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. ...
aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. In versions starting with 3.10.6 and prior to 3.10.11, a memory leak can occur when a request produces a MatchInfoError. This was caused by adding an entry to a cache on each request, due to the building of each MatchInfoError producing a unique cache entry. An attacker may be abl
debian
CVE-2023-47627P3MEDIUMCVSS 5.3fixed in python-aiohttp 3.8.4-1+deb12u1 (bookworm)2023
CVE-2023-47627 [MEDIUM] CVE-2023-47627: python-aiohttp - aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. ...
aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. The HTTP parser in AIOHTTP has numerous problems with header parsing, which could lead to request smuggling. This parser is only used when AIOHTTP_NO_EXTENSIONS is enabled (or not using a prebuilt wheel). These bugs have been addressed in commit `d5c12ba89` which has been includ
debian
CVE-2025-69224P3MEDIUMCVSS 6.3fixed in python-aiohttp 3.13.3-1 (forky)2025
CVE-2025-69224 [MEDIUM] CVE-2025-69224: python-aiohttp - AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. ...
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
debian
CVE-2023-47641P3LOWCVSS 3.4fixed in python-aiohttp 3.8.1-1 (bookworm)2023
CVE-2023-47641 [LOW] CVE-2023-47641: python-aiohttp - aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. ...
aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. Affected versions of aiohttp have a security vulnerability regarding the inconsistent interpretation of the http protocol. HTTP/1.1 is a persistent protocol, if both Content-Length(CL) and Transfer-Encoding(TE) header values are present it can lead to incorrect interpretation of tw
debian
CVE-2024-23829P4MEDIUMCVSS 5.3fixed in python-aiohttp 3.7.4-1+deb11u1 (bullseye)2024
CVE-2024-23829 [MEDIUM] CVE-2024-23829: python-aiohttp - aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. ...
aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. Security-sensitive parts of the Python HTTP parser retained minor differences in allowable character sets, that must trigger error handling to robustly match frame boundaries of proxies in order to protect against injection of additional requests. Additionally, validation could
debian
CVE-2023-49081P4HIGHCVSS 7.2fixed in python-aiohttp 3.8.4-1+deb12u1 (bookworm)2023
CVE-2023-49081 [HIGH] CVE-2023-49081: python-aiohttp - aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. ...
aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. Improper validation made it possible for an attacker to modify the HTTP request (e.g. to insert a new header) or create a new HTTP request if the attacker controls the HTTP version. The vulnerability only occurs if the attacker can control the HTTP version of the request. This iss
debian
CVE-2025-69226P4MEDIUMCVSS 6.3fixed in python-aiohttp 3.13.3-1 (forky)2025
CVE-2025-69226 [MEDIUM] CVE-2025-69226: python-aiohttp - AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. ...
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
debian
CVE-2023-49082P4MEDIUMCVSS 5.3fixed in python-aiohttp 3.8.4-1+deb12u1 (bookworm)2023
CVE-2023-49082 [MEDIUM] CVE-2023-49082: python-aiohttp - aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. ...
aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. Improper validation makes it possible for an attacker to modify the HTTP request (e.g. insert a new header) or even create a new HTTP request if the attacker controls the HTTP method. The vulnerability occurs only if the attacker can control the HTTP method (GET, POST etc.) of t
debian
CVE-2025-69229P4MEDIUMCVSS 6.6fixed in python-aiohttp 3.13.3-1 (forky)2025
CVE-2025-69229 [MEDIUM] CVE-2025-69229: python-aiohttp - AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. ...
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
debian
CVE-2021-21330P4LOWCVSS 3.1fixed in python-aiohttp 3.7.4-1 (bookworm)2021
CVE-2021-21330 [LOW] CVE-2021-21330: python-aiohttp - aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. ...
aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. In aiohttp before version 3.7.4 there is an open redirect vulnerability. A maliciously crafted link to an aiohttp-based web-server could redirect the browser to a different website. It is caused by a bug in the `aiohttp.web_middlewares.normalize_path_middleware` middleware. This se
debian
CVE-2025-69230P4LOWCVSS 2.7fixed in python-aiohttp 3.13.3-1 (forky)2025
CVE-2025-69230 [LOW] CVE-2025-69230: python-aiohttp - AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. ...
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
debian
CVE-2024-27306P4MEDIUMCVSS 6.1fixed in python-aiohttp 3.7.4-1+deb11u1 (bullseye)2024
CVE-2024-27306 [MEDIUM] CVE-2024-27306: python-aiohttp - aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. ...
aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. A XSS vulnerability exists on index pages for static file handling. This vulnerability is fixed in 3.9.4. We have always recommended using a reverse proxy server (e.g. nginx) for serving static files. Users following the recommendation are unaffected. Other users can disable `sh
debian
1 / 2Next →