Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

nvd логотип

CVE-2025-67726

Опубликовано: 12 дек. 2025
Источник: nvd
CVSS3: 7.5
EPSS Низкий

Описание

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.

Уязвимые конфигурации

Конфигурация 1
cpe:2.3:a:tornadoweb:tornado:*:*:*:*:*:*:*:*
Версия до 6.5.3 (исключая)

EPSS

Процентиль: 24%
0.00084
Низкий

7.5 High

CVSS3

Дефекты

CWE-400

Связанные уязвимости

CVSS3: 7.5
ubuntu
около 2 месяцев назад

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.

CVSS3: 7.5
debian
около 2 месяцев назад

Tornado is a Python web framework and asynchronous networking library. ...

suse-cvrf
16 дней назад

Security update for python-tornado

oracle-oval
18 дней назад

ELSA-2026-0930: pcs security update (MODERATE)

suse-cvrf
26 дней назад

Security update for python-tornado6

EPSS

Процентиль: 24%
0.00084
Низкий

7.5 High

CVSS3

Дефекты

CWE-400