Tornado is a Python web framework and asynchronous networking library. In versions of Tornado prior to 6.5.5, the only limit on the number of parts in multipart/form-data is the max_body_size setting (default 100MB). Since parsing occurs synchronously on the main thread, this creates the possibility of denial-of-service due to the cost of parsing very large multipart bodies with many parts. This vulnerability is fixed in 6.5.5.
References
Configurations
History
01 Apr 2026, 15:23
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
16 Mar 2026, 19:32
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.5 |
| CPE | cpe:2.3:a:tornadoweb:tornado:*:*:*:*:*:*:*:* | |
| Summary |
|
|
| References | () https://github.com/tornadoweb/tornado/security/advisories/GHSA-qjxf-f2mg-c6mc - Vendor Advisory | |
| First Time |
Tornadoweb
Tornadoweb tornado |
11 Mar 2026, 20:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-03-11 20:16
Updated : 2026-04-01 15:23
NVD link : CVE-2026-31958
Mitre link : CVE-2026-31958
CVE.ORG link : CVE-2026-31958
JSON object : View
Products Affected
tornadoweb
- tornado
CWE
CWE-400
Uncontrolled Resource Consumption
