HIGH🇵🇱 Wersja polska

CVE-2025-67725

CVSS 7.5v3.1pub. 2025-12-12upd. 2025-12-22

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.

CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Tornadoweb Tornado

    APP
    Tornadoweb
    < 6.5.3
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
Tags
DoS
CWE
References

Related vulnerabilities

CVE-2026-35536HIGH7.2same product

In Tornado before 6.5.5, cookie attribute injection could occur because the domain, path, and samesite argumen...

CVE-2026-31958HIGH8.7same product

Tornado is a Python web framework and asynchronous networking library. In versions of Tornado prior to 6.5.5, ...

CVE-2025-67726HIGH7.5same product

Tornado is a Python web framework and asynchronous networking library. Versions 6.5.2 and below use an ineffic...

CVE-2025-47287HIGH7.5same product

Tornado is a Python web framework and asynchronous networking library. When Tornado's ``multipart/form-data`` ...

CVE-2024-52804HIGH7.5same product

Tornado is a Python web framework and asynchronous networking library. The algorithm used for parsing HTTP coo...