CVE-2026-82397
Published:August 31, 2026
Updated:September 09, 2026
Tornado is a Python web framework and asynchronous networking library. Prior to 6.5.8, Tornado parses application/x-www-form-urlencoded request bodies with urllib.parse.parse_qs in tornado/escape.py without passing max_num_fields. RequestHandler._execute in tornado/web.py parses the body before handler dispatch through HTTPServerRequest._parse_body and parse_body_arguments in tornado/httputil.py, so an unauthenticated request body containing millions of separator-delimited fields can synchronously stall the single-threaded event loop and delay every connection. The body is bounded only by max_buffer_size, which defaults to 104857600 bytes. This issue is fixed in version 6.5.8.
Affected Packages
tornado (CONDA):
Affected version(s) >=2.3 <6.5.8Fix Suggestion:
Update to version 6.5.8tornado (CONDA):
Affected version(s) >=2.3 <6.5.8Fix Suggestion:
Update to version 6.5.8https://github.com/tornadoweb/tornado.git (GITHUB):
Affected version(s) >=v1.0.0 <v6.5.8Fix Suggestion:
Update to version v6.5.8tornado (PYTHON):
Affected version(s) >=0.2 <6.5.8Fix Suggestion:
Update to version 6.5.8Related Resources (7)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
EPSS
Base Score:
0.35