Bug 2446765 (CVE-2026-31958) - CVE-2026-31958 tornado-python: Tornado: Denial of Service via large multipart bodies
Summary: CVE-2026-31958 tornado-python: Tornado: Denial of Service via large multipart...
Keywords:
Status: NEW
Alias: CVE-2026-31958
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2446769 2446779 2446787
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-03-11 20:02 UTC by OSIDB Bzimport
Modified: 2026-03-11 20:32 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-03-11 20:02:23 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.