CVE Catalog

CVE-2026-49855

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.69%

49th percentile - higher than 49% of all known CVEs

Summary

A vulnerability in Tornado before version 6.5.6 allows unlimited decompression of gzip data, potentially leading to memory exhaustion by a malicious server or SimpleAsyncHTTPClient.

Risk Assessment

An attacker can exploit this vulnerability to perform a DoS (denial of service) attack by sending specially crafted gzip data that, when decompressed, consumes all available system memory.

Recommendation

Immediately update the Tornado library to version 6.5.6 or later, which introduces a limit on the total size of decompressed data.

Other vulnerabilities in Tornado

See all
Original NVD description (English source)

Tornado is a Python web framework and asynchronous networking library. Prior to 6.5.6, Tornado gzip decompression routines processed limited-size chunks but did not enforce an overall limit on accumulated decompressed chunks, allowing a malicious server accessed by SimpleAsyncHTTPClient or an HTTPServer configured with decompress_request=True to consume effectively unlimited memory. This issue is fixed in version 6.5.6.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS