Skip to main content

Allocation of Resources Without Limits or Throttling

CVE-2025-47287

Severity High
Score 7.5/10

Summary

Tornado is a Python web framework and asynchronous networking library. When Tornado's `multipart/form-data` parser encounters certain errors, it logs a warning but continues trying to parse the remainder of the data. This allows remote attackers to generate an extremely high volume of logs, constituting a Denial-of-Service (DoS) attack. This DoS is compounded by the fact that the logging subsystem is synchronous. The vulnerable parser is enabled by default. As a workaround, risk can be mitigated by blocking `Content-Type: multipart/form-data` in a proxy. This issue affects tornado versions prior to 6.5.0.

  • 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