• 公告ID (KylinSec-SA-2024-4165)

摘要:

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 able to exhaust the memory resources of a server by sending a substantial number (100,000s to millions) of such requests. Those who use any middlewares with aiohttp.web should upgrade to version 3.10.11 to receive a patch.

安全等级: Low

公告ID: KylinSec-SA-2024-4165

发布日期: 2024年11月23日

关联CVE: CVE-2024-52303  

  • 详细介绍

1. 漏洞描述

   

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 able to exhaust the memory resources of a server by sending a substantial number (100,000s to millions) of such requests. Those who use any middlewares with aiohttp.web should upgrade to version 3.10.11 to receive a patch.

2. 影响范围

cve名称 产品 组件 是否受影响
CVE-2024-52303 KY3.4-5A python-aiohttp Unaffected
CVE-2024-52303 KY3.5.2 python-aiohttp Unaffected
CVE-2024-52303 V6 python-aiohttp Unaffected

3. 影响组件

    无

4. 修复版本

    无

5. 修复方法

   无

6. 下载链接

    无
上一篇:KylinSec-SA-2024-4164 下一篇:KylinSec-SA-2024-4413