Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-67726

7.5 · HIGH
Published Dec 12, 2025 tornadoweb CWE-400 EPSS 0.54% (43th pctl)

Overview

CVE-2025-67726 is a high-severity vulnerability affecting tornadoweb tornado. It was published on December 12, 2025 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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.

Remediation

Check the references section for vendor advisories and patches from tornadoweb. Update tornado to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
tornadoweb tornado >= 0, < 6.5.3 Affected

Frequently Asked Questions

What is CVE-2025-67726?

CVE-2025-67726 is a high-severity vulnerability affecting tornadoweb tornado. It was published on December 12, 2025 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2025-67726?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2025-67726?

Check the references section for vendor advisories and patches from tornadoweb. Update tornado to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-67726?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-67726 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.