- Description
- 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 is used to parse specific HTTP header values, such as those in multipart/form-data and repeatedly calls string.count() within a nested loop while processing quoted semicolons. If an attacker sends a request with a large number of maliciously crafted parameters in a Content-Disposition header, the server's CPU usage increases quadratically (O(n²)) during parsing. Due to Tornado's single event loop architecture, a single malicious request can cause the entire server to become unresponsive for an extended period. 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
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
🚨 CVE-2025-67726: Remote header parsing flaw in Tornado lets a single crafted request spike CPU and freeze your server. Update to 6.5.3 now. Full advisory ➡️ https://t.co/wW0YRp72c3 #Tornado #infosec #DoS
@VolerionSec
12 Dec 2025
54 Impressions
0 Retweets
0 Likes
0 Bookmarks
0 Replies
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"
}
]
}
]