SEPTEMBER 11, 2026
Live Feed
Back to database
Case File

CVE-2026-49855

HIGH · CVSS 7.5 EPSS 0.57% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-14 · Last synced 2026-08-13

CyberRota Analysis

AI-Generated

Tornado's gzip decompression routines prior to version 6.5.6 are vulnerable to a denial-of-service attack due to the lack of an overall limit on accumulated decompressed chunks, which can lead to excessive memory consumption when processing requests from a malicious server. This vulnerability poses a significant risk to applications using Tornado with the SimpleAsyncHTTPClient or HTTPServer configured with decompress_request=True. Organizations utilizing Tornado in their web applications should prioritize upgrading to version 6.5.6 to mitigate this high-severity risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-49855
Severity
HIGH
CVSS
7.5
EPSS
0.57%

Original NVD 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.