PT-2026-49119 · Tornado · Tornado
CVE-2026-49855
·
Published
2026-06-13
·
Updated
2026-07-27
CVSS v3.1
7.5
High
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Tornado versions prior to 6.5.6
Description
Gzip decompression routines process data in limited-size chunks but lack an overall limit for the total size of accumulated decompressed chunks. This allows a malicious server to consume unlimited memory when accessed via 'SimpleAsyncHTTPClient' in its default configuration. While 'HTTPServer' is not affected by default, it becomes vulnerable if
decompress request=True is set.Recommendations
Update to version 6.5.6 or later.
As a temporary workaround, set
decompress response=False or use 'CurlAsyncHTTPClient'.Exploit
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Tornado