Name
python3-tornado
Version
6.1
Type
library
Description
Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed.
Licenses
Apache-2.0
PURL
-
CPE
cpe:2.3:*:*:python3-tornado:6.1:*:*:*:*:*:*:*
Other Versions#
Patches#
#
Title
Author
Resolve
1
web: Fix an open redirect in StaticFileHandler
Ben Darnell <ben@bendarnell.com>
CVE-2023-28370
2
httputil: Fix quadratic performance of cookie parsing
Ben Darnell <ben@bendarnell.com>
CVE-2024-52804
Vulnerabilities#
Name
Analysis
Description
Patched
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 maliciously-crafted cookie headers. This parsing occurs in the event loop thread and may block the processing of other requests. Version 6.4.2 fixes the issue.
Patched
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.