tornado
PyPI20 known CVEs affecting this package
Aggregated from OSV, GitHub Security Advisories, NVD, and vendor advisories. Each CVE links to its full detail page with vendor advisories, patches, fixed versions, and remediation guidance.
CVEs affecting tornadopage 1 of 1
- CVE-2012-2374MEDIUMCVSS v2 5.0EG 5.0✓ Fixed in 2.2.12012-05-23
vulnerable: 0.2 ... 2.2 (10 versions)
CRLF injection vulnerability in the tornado.web.RequestHandler.set_header function in Tornado before 2.2.1 allows remote attackers to inject arbitrary HTTP headers and conduct HTTP response splitting attacks via crafted input.
- CVE-2014-9720MEDIUMCVSS 6.5EG 6.5✓ Fixed in 3.2.22020-01-24
vulnerable: 0.2 ... v1.0.0 (36 versions)
Tornado before 3.2.2 sends arbitrary responses that contain a fixed CSRF token and may be sent with HTTP compression, which makes it easier for remote attackers to conduct a BREACH attack and determine this token via a series of crafted re…
- CVE-2023-28370MEDIUMCVSS 6.1EG 6.1✓ Fixed in 6.3.22023-05-25
vulnerable: 0.2 ... 6.3b1 (68 versions)
Open redirect vulnerability in Tornado versions 6.3.1 and earlier allows a remote unauthenticated attacker to redirect a user to an arbitrary web site and conduct a phishing attack by having user access a specially crafted URL.
- CVE-2023-54397HIGHCVSS 7.5EG 7.5✓ Fixed in 6.3.32026-09-15
vulnerable: 0.2 ... 6.3b1 (69 versions)
Tornado before 6.3.3 contains an HTTP request smuggling vulnerability due to improper parsing of Content-Length headers accepting non-standard characters. Attackers can send crafted HTTP requests with these characters to bypass proxy valid…
- CVE-2024-14029HIGHCVSS 7.5EG 7.5✓ Fixed in 6.4.12026-09-15
vulnerable: 0.2 ... 6.4b1 (72 versions)
Tornado before 6.4.1 ignores duplicate Transfer-Encoding: chunked headers, treating requests as having no message body and parsing the chunked body as a subsequent request. Attackers can exploit this inconsistency when Tornado is deployed …
- CVE-2024-52804HIGHCVSS 7.5EG 7.5✓ Fixed in 6.4.22024-11-22
vulnerable: 0.2 ... 6.4b1 (73 versions)
Tornado is a Python web framework and asynchronous networking library. The algorithm used for parsing HTTP cookies in Tornado versions prior to 6.4.2 sometimes has quadratic complexity, leading to excessive CPU consumption when parsing mal…
- CVE-2024-58384MEDIUMCVSS 5.4EG 5.4✓ Fixed in 6.4.12026-09-15
vulnerable: 0.2 ... 6.4b1 (72 versions)
Tornado before 6.4.1 contains a CRLF injection vulnerability in CurlAsyncHTTPClient that fails to reject carriage return and line feed characters in request headers. Attackers can inject CRLF sequences into header values to inject arbitrar…
- CVE-2025-47287HIGHCVSS 7.5EG 7.5✓ Fixed in 6.52025-05-15
vulnerable: 0.2 ... 6.5b1 (75 versions)
Tornado is a Python web framework and asynchronous networking library. When Tornado's ``multipart/form-data`` parser encounters certain errors, it logs a warning but continues trying to parse the remainder of the data. This allows remote a…
- CVE-2025-67724MEDIUMCVSS 6.1EG 6.1✓ Fixed in 6.5.32025-12-12
vulnerable: 0.2 ... 6.5b1 (78 versions)
Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, the supplied reason phrase is used unescaped in HTTP headers (where it could be used for header injection) or in HTML in the default error …
- CVE-2025-67725HIGHCVSS 7.5EG 7.5✓ Fixed in 6.5.32025-12-12
vulnerable: 0.2 ... 6.5b1 (78 versions)
Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, a single maliciously crafted HTTP request can block the server's event loop for an extended period, caused by the HTTPHeaders.add method. T…
- CVE-2025-67726HIGHCVSS 7.5EG 7.5✓ Fixed in 6.5.32025-12-12
vulnerable: 0.2 ... 6.5b1 (78 versions)
Tornado is a Python web framework and asynchronous networking library. Versions 6.5.2 and below use an inefficient algorithm when parsing parameters for HTTP header values, potentially causing a DoS. The _parseparam function in httputil.py…
- CVE-2026-31958HIGHCVSS 7.5EG 7.5✓ Fixed in 6.5.52026-03-12
vulnerable: 0.2 ... 6.5b1 (80 versions)
Tornado is a Python web framework and asynchronous networking library. In versions of Tornado prior to 6.5.5, the only limit on the number of parts in multipart/form-data is the max_body_size setting (default 100MB). Since parsing occurs s…
- CVE-2026-35536MEDIUMCVSS 5.3EG 5.3✓ Fixed in 6.5.52026-04-03
vulnerable: 0.2 ... 6.5b1 (80 versions)
In Tornado before 6.5.5, cookie attribute injection could occur because the domain, path, and samesite arguments to .RequestHandler.set_cookie were not checked for crafted characters.
- CVE-2026-49853HIGHCVSS 7.7EG 7.7✓ Fixed in 6.5.62026-06-15
vulnerable: 0.2 ... 6.5b1 (81 versions)
Tornado is a Python web framework and asynchronous networking library. Prior to 6.5.6, SimpleAsyncHTTPClient shallow-copied redirected requests and removed only the Host header, leaving Authorization, auth_username, auth_password, and auth…
- CVE-2026-49854MEDIUMCVSS 5.3EG 5.3✓ Fixed in 6.5.62026-06-12
vulnerable: 0.2 ... 6.5b1 (81 versions)
Tornado is a Python web framework and asynchronous networking library. Prior to 6.5.6, the optional native extension tornado.speedups implemented websocket_mask without validating that the mask argument is exactly four bytes, allowing the …
- CVE-2026-49855HIGHCVSS 7.5EG 7.5✓ Fixed in 6.5.62026-06-15
vulnerable: 0.2 ... 6.5b1 (81 versions)
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 ma…
- CVE-2026-82397HIGHCVSS 7.5EG 7.5✓ Fixed in 6.5.82026-08-31
vulnerable: 0.2 ... 6.5b1 (83 versions)
Tornado is a Python web framework and asynchronous networking library. Prior to 6.5.8, Tornado parses application/x-www-form-urlencoded request bodies with urllib.parse.parse_qs in tornado/escape.py without passing max_num_fields. RequestH…
- CVE-2026-91990HIGHCVSS 7.5EG 7.5✓ Fixed in 6.5.82026-09-15
vulnerable: 0.2 ... 6.5b1 (83 versions)
Tornado before 6.5.8 contains a memory amplification vulnerability in parse_multipart_form_data that splits multipart data before validating the max_parts limit. Attackers can send crafted multipart requests with many parts to create large…
- CVE-2026-91991MEDIUMCVSS 5.4EG 5.4✓ Fixed in 6.5.82026-09-15
vulnerable: 6.5.5, 6.5.6, 6.5.7
Tornado before 6.5.8 contains an incomplete fix for cookie attribute injection that allows attackers to inject arbitrary cookie attributes by passing capitalized or legacy keyword arguments to set_cookie. Attackers can embed semicolon-deli…
- CVE-2026-91992MEDIUMCVSS 5.9EG 5.9✓ Fixed in 6.5.72026-09-15
vulnerable: 0.2 ... 6.5b1 (82 versions)
Tornado before 6.5.7 contains a credential leak vulnerability in CurlAsyncHTTPClient where pycurl handles are reused across requests without proper state clearing. Attackers can obtain sensitive credentials by issuing requests through the …
Check whether tornado is used in your infrastructure
EchelonGraph scans your cloud and SBOMs to map every package to your actual deployments. See blast radius for tornado CVEs against the assets you own.
Start Free Scan →