Async http client/server framework (asyncio).
Security Fix(es):
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 'followsymlinks' can be used to determine whether to follow symbolic links outside the static root directory. When 'followsymlinks' is set to True, there is no validation to check if reading a file is within the root directory. This can lead to directory traversal vulnerabilities, resulting in unauthorized access to arbitrary files on the system, even when symlinks are not present. Disabling follow_symlinks and using a reverse proxy are encouraged mitigations. Version 3.9.2 fixes this issue.(CVE-2024-23334)
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 show_index
if unable to upgrade.(CVE-2024-27306)
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.(CVE-2024-30251)
{ "severity": "High" }
{ "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" ], "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" ], "src": [ "python-aiohttp-3.7.4-6.oe2203sp4.src.rpm" ] }