Intel

AIKIDO-2026-945215

tornado is vulnerable to Denial of Service (DoS)

Denial of Service (DoS)GHSA-3hv7-mjh2-fv65 Published Yesterday

53

Medium Risk

This Affects:

PYTHONtornado
0.2 - 6.5.8
Fixed in 6.5.9
Are you affected? Scan for Free

TL;DR

HTTPServerRequest parses URL query strings with parse_qs_bytes and no field-count limit, even though the POST body path already rejects more than 1000 application/x-www-form-urlencoded fields. A GET whose query string is packed with thousands of short fields still fits under max_header_size and is parsed synchronously on the IOLoop, stalling other connections on that loop. The fix applies the same max_arguments cap to query strings and returns 400 once the limit is exceeded.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and use Tornado as an HTTP server.

Background info

tornado is vulnerable to Denial of Service (DoS) in versions 0.2 - 6.5.8.

How to fix this

Upgrade the tornado library to the patch version.

Are You Affected?

Connect your repositories to instantly see whether vulnerable or malicious packages exist in your codebase.

Free. No credit card required.

Aikido Platform