In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Allocation of Resources Without Limits or Throttling vulnerabilities in an interactive lesson.
Start learningUpgrade python-engineio to version 4.13.2 or higher.
python-engineio is a Python implementation of the Engine.IO realtime client and server.
Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in the handling of incoming messages when using ASGI with the long polling transport for POST requests or Aiohttp with the WebSocket transport. An attacker can exhaust system memory by sending large payloads that are not properly checked for size before being loaded into memory. This is only exploitable if the server is configured to use ASGI with long polling or Aiohttp with WebSocket transport.