๐Ÿ” CVE Alert

CVE-2026-82397

HIGH 7.5

Tornado: Urlencoded body parsing omits max_num_fields, so one request can stall the event loop

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-400 CWE-1284
Vendor tornadoweb
Product tornado
Published Aug 31, 2026
Stay Ahead of the Next One

Get instant alerts for tornadoweb tornado

Be the first to know when new high vulnerabilities affecting tornadoweb tornado are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

tornadoweb / tornado
< 6.5.8

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/tornadoweb/tornado/security/advisories/GHSA-mpf4-983q-p7j4 github.com: https://github.com/tornadoweb/tornado/pull/3704 github.com: https://github.com/tornadoweb/tornado/commit/8d6363ed7b69d5f0da806efe34d256627a2191de github.com: https://github.com/tornadoweb/tornado/releases/tag/v6.5.8