Resource exhaustion in Tornado - CVE-2026-31958
Published: April 27, 2026
Tornado
Tornado
Description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to uncontrolled resource consumption in multipart/form-data parsing on the main thread when processing very large multipart request bodies with many parts. A remote attacker can send a specially crafted multipart/form-data request to cause a denial of service.
The number of multipart parts is limited only by the max_body_size setting.