摘要:
python-aiohttp security update
安全等级: Medium
公告ID: KylinSec-SA-2025-1250
发布日期: 2025年3月6日
关联CVE: CVE-2024-52304
Async http client/server framework (asyncio).
Security Fix(es):
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_EXTENSIONS` is enabled, then an attacker may be able to execute a request smuggling attack to bypass certain firewalls or proxy protections. Version 3.10.11 fixes the issue.(CVE-2024-52304)
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2024-52304 | V6 | python-aiohttp | Fixed |
软件名称 | 架构 | 版本号 |
---|---|---|
python-aiohttp-help | x86_64 | 3.9.3-6.ks6 |
python3-aiohttp | x86_64 | 3.9.3-6.ks6 |
python-aiohttp-help | aarch64 | 3.9.3-6.ks6 |
python3-aiohttp | aarch64 | 3.9.3-6.ks6 |
方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm
方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名