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

exploitDog

suse-cvrf логотип

SUSE-SU-2026:0222-1

Опубликовано: 22 янв. 2026
Источник: suse-cvrf

Описание

Security update for python-tornado

This update for python-tornado fixes the following issues:

  • CVE-2025-67725: inefficient algorithm when parsing parameters for HTTP header values (bsc#1254905).
  • CVE-2025-67726: Denial of Service (DoS) via maliciously crafted HTTP request caused by the HTTPHeaders.add method (bsc#1254904).

Список пакетов

SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS
python3-tornado-4.5.3-150000.3.13.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS
python3-tornado-4.5.3-150000.3.13.1
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS
python3-tornado-4.5.3-150000.3.13.1
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS
python3-tornado-4.5.3-150000.3.13.1
SUSE Linux Enterprise Micro 5.2
python3-tornado-4.5.3-150000.3.13.1
SUSE Linux Enterprise Micro 5.3
python3-tornado-4.5.3-150000.3.13.1
SUSE Linux Enterprise Micro 5.4
python3-tornado-4.5.3-150000.3.13.1
SUSE Linux Enterprise Micro 5.5
python3-tornado-4.5.3-150000.3.13.1
SUSE Linux Enterprise Module for Basesystem 15 SP7
python3-tornado-4.5.3-150000.3.13.1
SUSE Linux Enterprise Server 15 SP4-LTSS
python3-tornado-4.5.3-150000.3.13.1
SUSE Linux Enterprise Server 15 SP5-LTSS
python3-tornado-4.5.3-150000.3.13.1
SUSE Linux Enterprise Server 15 SP6-LTSS
python3-tornado-4.5.3-150000.3.13.1
SUSE Linux Enterprise Server for SAP Applications 15 SP4
python3-tornado-4.5.3-150000.3.13.1
SUSE Linux Enterprise Server for SAP Applications 15 SP5
python3-tornado-4.5.3-150000.3.13.1
SUSE Linux Enterprise Server for SAP Applications 15 SP6
python3-tornado-4.5.3-150000.3.13.1

Описание

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^2) 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.


Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tornado-4.5.3-150000.3.13.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tornado-4.5.3-150000.3.13.1
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tornado-4.5.3-150000.3.13.1
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tornado-4.5.3-150000.3.13.1

Ссылки

Описание

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^2)) 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.


Затронутые продукты
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python3-tornado-4.5.3-150000.3.13.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python3-tornado-4.5.3-150000.3.13.1
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python3-tornado-4.5.3-150000.3.13.1
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python3-tornado-4.5.3-150000.3.13.1

Ссылки