- Description
- 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. The function accumulates values using string concatenation when the same header name is repeated, causing a Denial of Service (DoS). Due to Python string immutability, each concatenation copies the entire string, resulting in O(n²) time complexity. The severity can vary from high if max_header_size has been increased from its default, to low if it has its default value of 64KB. This issue is fixed in version 6.5.3.
- Source
- security-advisories@github.com
- NVD status
- Analyzed
- Products
- tornado
CVSS 3.1
- Type
- Secondary
- Base score
- 7.5
- Impact score
- 3.6
- Exploitability score
- 3.9
- Vector string
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
- Severity
- HIGH
- security-advisories@github.com
- CWE-400
- Hype score
- Not currently trending
BREAKING: Critical DoS bugs CVE-2025-67725 (CVSS 8.7) and CVE-2026-31958 in Python-Tornado hit SUSE 12 and Debian 11, vendors ship patches for malicious HTTP and multipart attacks. https://t.co/mVQDEAK0gR
@threatcluster
1 Apr 2026
177 Impressions
0 Retweets
0 Likes
0 Bookmarks
0 Replies
0 Quotes
🚨 Critical security update for #Debian 11 #Bullseye. Patch #Python #Tornado now for CVE-2025-67724 (Header Injection/XSS), CVE-2025-67725/26 (DoS). Read more: 👉 https://t.co/xpRHruoI7a #Security https://t.co/5oRlxMclaH
@Cezar_H_Linux
2 Feb 2026
41 Impressions
0 Retweets
0 Likes
0 Bookmarks
0 Replies
0 Quotes
SUSE and Ubuntu release python-tornado6 updates fixing CVE-2025-67724 XSS and CVE-2025-67725 DoS risks, urging immediate patching on systems processing HTTP traffic. #XSS https://t.co/yuHFMy2feP
@threatcluster
6 Jan 2026
17 Impressions
0 Retweets
0 Likes
0 Bookmarks
0 Replies
0 Quotes
I discovered CVE-2025-67724, CVE-2025-67725, and CVE-2025-67726 using my LLM agent https://t.co/iXD5J3kbRp
@07finder
12 Dec 2025
3579 Impressions
3 Retweets
46 Likes
13 Bookmarks
1 Reply
0 Quotes
[
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:tornadoweb:tornado:*:*:*:*:*:*:*:*",
"matchCriteriaId": "64279E50-159B-4CAB-9BD0-E2B764C3C40C",
"versionEndExcluding": "6.5.3",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
]