Skip to main content

Allocation of Resources Without Limits or Throttling

CVE-2025-69228

Severity Medium
Score 6.6/10

Summary

AIOHTTP is an asynchronous HTTP client/server framework for asyncio and Python. Versions through 3.13.2 and 4.x through 4.0.0a1 allow a request to be crafted in such a way that an AIOHTTP server's memory fills up uncontrollably during processing. If an application includes a handler that uses the "Request.post()" method, an attacker may be able to freeze the server by exhausting the memory.

  • LOW
  • NETWORK
  • NONE
  • UNCHANGED
  • NONE
  • NONE
  • NONE
  • HIGH

CWE-770 - Allocation of Resources Without Limits or Throttling

The software allocates a reusable resource or group of resources on behalf of an actor without imposing any restrictions on the size or number of resources that can be allocated, in violation of the intended security policy for that actor.

Advisory Timeline

  • Published