摘要:
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
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.
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 |