Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-49855 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

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.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-409Improper Handling of Highly Compressed Data (Data Amplification)[email protected]

Affected Products

ProductVersions
Tornado
< 6.5.6 (semver)

CPE

  • cpe:2.3:a:tornadoweb:tornado:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 6.5.6moderate effort
  • Mitigation:low effort

    Set `decompress_response=False` or use `CurlAsyncHTTPClient`.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-49855
NVD Published Date:
Jul 14, 2026
NVD Last Modified:
Jul 16, 2026
Source:
[email protected]
CVE-2026-49855 Details - Not Deferred