Lucene search
+L

130 matches found

Github Security Blog
Github Security Blog
added 2026/07/20 6:57 p.m.11 views

Tornado: Quadratic DoS via Crafted Multipart Parameters

Summary The parseparam function in Tornado's httputil.py is used to parse specific HTTP header values, such as those in multipart/form-data. This function uses an inefficient algorithm that repeatedly calls string.count within a nested loop while processing quoted semicolons e.g., param=";". As a...

7.5CVSS7.4AI score0.00508EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/20 6:57 p.m.10 views

Tornado: Quadratic DoS via Repeated Header Coalescing

Summary The HTTPHeaders.add method in Tornado accumulates values using string concatenation when the same header name is repeated. Due to Python string immutability, each concatenation copies the entire string, resulting in On² time complexity. Given Tornado's single event loop architecture, a...

7.5CVSS7.2AI score0.00523EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/07/20 6:57 p.m.10 views

EUVD-2025-203031

Tornado: Quadratic DoS via Repeated Header Coalescing...

7.5CVSS7.3AI score0.00523EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/20 6:55 p.m.5 views

EUVD-2025-203032

Tornado vulnerable to Header Injection and XSS via reason argument...

6.1CVSS5.5AI score0.00207EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/07/16 12:0 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-49853

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Tornado is a Python web framework and asynchronous networking library. Prior to 6.5.6, SimpleAsyncHTTPClient shallow-copied redirected requests and removed only...

7.7CVSS6.1AI score0.00365EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/14 9:17 p.m.5 views

CVE-2026-49853

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, authusername, authpassword, and authmode in place when a redirect changed scheme, host, or port...

7.7CVSS0.00365EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/14 9:17 p.m.5 views

DEBIAN-CVE-2026-49853

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, authusername, authpassword, and authmode in place when a redirect changed scheme, host, or port...

7.7CVSS6.1AI score0.00365EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/14 9:17 p.m.7 views

CVE-2026-49854

Tornado is a Python web framework and asynchronous networking library. Prior to 6.5.6, the optional native extension tornado.speedups implemented websocketmask without validating that the mask argument is exactly four bytes, allowing the C function to read up to three bytes beyond the provided...

5.3CVSS0.00338EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/14 9:17 p.m.5 views

DEBIAN-CVE-2026-49855

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

7.5CVSS6.1AI score0.00572EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/14 9:17 p.m.10 views

DEBIAN-CVE-2026-49854

Tornado is a Python web framework and asynchronous networking library. Prior to 6.5.6, the optional native extension tornado.speedups implemented websocketmask without validating that the mask argument is exactly four bytes, allowing the C function to read up to three bytes beyond the provided...

5.3CVSS6.1AI score0.00338EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/07/14 9:17 p.m.19 views

CVE-2026-49853

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, authusername, authpassword, and authmode in place when a redirect changed scheme, host, or port...

7.7CVSS6.1AI score0.00365EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/07/14 9:17 p.m.18 views

CVE-2026-49855

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

7.5CVSS6.1AI score0.00572EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/14 9:17 p.m.7 views

UBUNTU-CVE-2026-49854

Tornado is a Python web framework and asynchronous networking library. Prior to 6.5.6, the optional native extension tornado.speedups implemented websocketmask without validating that the mask argument is exactly four bytes, allowing the C function to read up to three bytes beyond the provided...

5.3CVSS6.1AI score0.00338EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/14 9:17 p.m.9 views

UBUNTU-CVE-2026-49853

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, authusername, authpassword, and authmode in place when a redirect changed scheme, host, or port...

7.7CVSS6.1AI score0.00365EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/14 9:17 p.m.6 views

UBUNTU-CVE-2026-49855

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

7.5CVSS6.1AI score0.00572EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/14 8:45 p.m.32 views

CVE-2026-49855

Tornado (Python) prior to 6.5.6 allows a malicious server accessed via SimpleAsyncHTTPClient or an HTTPServer with decompress_request=True to accumulate decompressed data without an overall size limit, potentially causing memory exhaustion. Affected is gzip decompression routines that previously ...

7.5CVSS6.1AI score0.00572EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/14 8:45 p.m.5 views

CVE-2026-49855 tornado AsyncHTTPClient accumulates decompressed chunks without size limit (gzip bomb)

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

7.5CVSS6.1AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/07/14 8:45 p.m.6 views

CVE-2026-49855

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

7.5CVSS5.3AI score0.00572EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/14 8:43 p.m.8 views

CVE-2026-49854

Tornado is a Python web framework and asynchronous networking library. Prior to 6.5.6, the optional native extension tornado.speedups implemented websocketmask without validating that the mask argument is exactly four bytes, allowing the C function to read up to three bytes beyond the provided...

5.3CVSS5.4AI score0.00338EPSS
SaveExploits0
CVE
CVE
added 2026/07/14 8:43 p.m.101 views

CVE-2026-49854

Summary: Tornado’s optional native extension tornado.speedups mishandles the websocket_mask length, reading beyond a four-byte buffer when invoked through the XSRF token decoder with the extension active. This out-of-bounds access affects Tornado up to version 6.5.5 and is fixed in 6.5.6. Impact:...

5.3CVSS6.1AI score0.00338EPSS
SaveExploits0References4
Rows per page
Query Builder