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.
総合評価: CVE-2025-67726 は中リスク(40.4/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 0.37%、29 パーセンタイル) 推奨対応: 影響資産を整理し、修補計画に組み込んでください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.03% | 0.37% | +0.34% |
| 2 | 2026-05-10 | 0.07% | 0.03% | -0.04% |
| 3 | 2025-12-18 | — | 0.07% | — |
EPSS の全履歴 (全 4 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
high | CVE-2025-67726: 1 source package rows (py3-tornado); 1 state rows across 1 repos (edge-community); fixed 1, open 0. | https://security.alpinelinux.org/vuln/CVE-2025-67726 |
debian
|
not yet assigned | CVE-2025-67726 not yet assigned priority: Debian including 1 source packages (python-tornado), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 5. | https://security-tracker.debian.org/tracker/CVE-2025-67726 |
redhat
|
medium | — | https://access.redhat.com/security/cve/CVE-2025-67726 |
suse
|
high | — | https://www.suse.com/security/cve/CVE-2025-67726/ |
ubuntu
|
medium | CVE-2025-67726 medium priority: Ubuntu including 1 source packages (python-tornado), 8 status rows across 8 suites (bionic, focal, jammy, noble, plucky, questing, upstream, xenial): released 7, needs-triage 1. | https://ubuntu.com/security/CVE-2025-67726 |
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| tornadoweb | tornado | < 6.5.3 | cpe:2.3:a:tornadoweb:tornado:*:*:*:*:*:*:*:* |