Async http client/server framework (asyncio).
Security Fix(es):
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 AIOHTTPNOEXTENSIONS is enabled (or not using a prebuilt wheel). These bugs have been addressed in commit d5c12ba89
which has been included in release version 3.8.6. Users are advised to upgrade. There are no known workarounds for these issues.(CVE-2023-47627)
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 the request. If the attacker can control the HTTP version of the request it will be able to modify the request (request smuggling). This issue has been patched in version 3.9.0.(CVE-2023-49082)
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 trigger exceptions that were not handled consistently with processing of other malformed input. Being more lenient than internet standards require could, depending on deployment environment, assist in request smuggling. The unhandled exception could cause excessive resource consumption on the application server and/or its logging facilities. This vulnerability exists due to an incomplete fix for CVE-2023-47627. Version 3.9.2 fixes this vulnerability.(CVE-2024-23829)
{ "severity": "High" }
{ "src": [ "python-aiohttp-3.7.4-6.oe2203sp4.src.rpm" ], "x86_64": [ "python-aiohttp-debuginfo-3.7.4-6.oe2203sp4.x86_64.rpm", "python-aiohttp-debugsource-3.7.4-6.oe2203sp4.x86_64.rpm", "python-aiohttp-help-3.7.4-6.oe2203sp4.x86_64.rpm", "python3-aiohttp-3.7.4-6.oe2203sp4.x86_64.rpm" ], "aarch64": [ "python-aiohttp-debuginfo-3.7.4-6.oe2203sp4.aarch64.rpm", "python-aiohttp-debugsource-3.7.4-6.oe2203sp4.aarch64.rpm", "python-aiohttp-help-3.7.4-6.oe2203sp4.aarch64.rpm", "python3-aiohttp-3.7.4-6.oe2203sp4.aarch64.rpm" ] }