CVE-2025-67725: Tornado is Vulnerable to Quadratic DoS via Repeated Header Coalescing

Published Dec 12, 2025
·
Updated

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 maxheadersize has been increased from its default, low if it has its default value of 64KB.

Other sources

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 maxheadersize 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.

MITRE

Affected Software

5 affected componentsFixes available
pypi/tornado<=6.5.2
tornadoweb tornado<6.5.3
IBM Db2 Genius Hub<=1.1, 1.1.1, 1.1.2
IBM Agentics<=1.0
pip/tornado<6.5.3
6.5.3

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade pip/tornado to a version that resolves this vulnerability.

    Fixed in 6.5.3
  2. Upgrade

    Upgrade tornado to a version that resolves this vulnerability.

    Fixed in 6.5.3
  3. Configuration

    Set Tornado's max_header_size to the default value of 64KB (severity is low when max_header_size is not increased).

    Tornado max_header_size = 64KB

Event History

Dec 12, 2025
CVE Published
via MITRE·05:49 AM
Data Sourced
via MITRE·05:49 AM
DescriptionSeverityWeakness
Data Sourced
via NVD·06:15 AM
RemedyDescriptionSeverityWeaknessAffected Software
Data Sourced
via Red Hat·10:19 AM
DescriptionSeverityAffected Software
Jul 13, 2026
Data Sourced
via IBM·12:00 AM
DescriptionAffected Software
Jul 20, 2026
Advisory Published
via GitHub·06:57 PM
Data Sourced
via GitHub·06:57 PM
DescriptionSeverityWeaknessAffected Software

Parent advisories

This vulnerability appears in the following advisories.

Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2025-67725?

CVE-2025-67725 has a medium severity level as it can block the server's event loop due to specially crafted HTTP requests.

2

How do I fix CVE-2025-67725?

To fix CVE-2025-67725, upgrade your Tornado framework to version 6.5.3 or later.

3

What versions of Tornado are affected by CVE-2025-67725?

CVE-2025-67725 affects Tornado versions 6.5.2 and below.

4

Can CVE-2025-67725 be exploited remotely?

Yes, CVE-2025-67725 can be exploited remotely through malicious HTTP requests.

5

What function in Tornado is responsible for the vulnerability in CVE-2025-67725?

The vulnerability in CVE-2025-67725 is caused by the HTTPHeaders.add method.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203