Feed/CVE-2025-67725
CVE-2025-67725HIGHCVSS 7.5

Tornado: Quadratic DoS via Repeated Header Coalescing

Published Jul 20, 2026·Updated Jul 20, 2026

NVD Description

## Summary The `HTTPHeaders.add` method in Tornado accumulates values using string concatenation when the same header name is repeated. Due to Python string immutability, each concatenation copies the entire string, resulting in O(n²) time complexity. Given Tornado's single event loop architecture, a single maliciously crafted HTTP request can block the server's event loop for an extended period, causing a Denial of Service (DoS). **Severity:** **High** if `max_header_size` has been increased from its default, **low** if it has its default value of 64KB.

Affected Packages (1)

tornadoPYPI
Fixed in 6.5.3

CVSS Vector

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

References

View on NVD Search GitHub Search Google

Get alerted for CVEs like this

Register your stack and get notified within minutes when a matching CVE drops.

Start monitoring free