CVE-2024-52303

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-52303
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-52303.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-52303
Aliases
Downstream
Related
Published
2024-11-18T20:08:15Z
Modified
2025-10-15T02:09:01.328470Z
Severity
  • 8.7 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N CVSS Calculator
Summary
aiohttp memory leak when middleware is enabled when requesting a resource with a non-allowed method
Details

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.

References

Affected packages

Git / github.com/aio-libs/aiohttp

Affected ranges

Type
GIT
Repo
https://github.com/aio-libs/aiohttp
Events

Affected versions

v3.*

v3.10.10
v3.10.11rc0
v3.10.6
v3.10.7
v3.10.8
v3.10.9