Logo
vulnerabilityCVE-2025-67725
Name
CVE-2025-67725
Source
NVD ( link)Debian ( link)
Description
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.
Published Date
Updated Date
Workaround
-

Analysis#


Affected Component
Analysis
python3-tornado
Patched

Vulnerability Ratings#


7.5
CVSSv31
NaN
other

Others affected components#


Name
Project
Project Version
Version
Status
buildroot
2025.02.x
6.4.2
Patched
buildroot
master
6.5.5
Not Affected
openwrt
master
6.5.5-r1
Not Affected
openwrt
openwrt-25.12
6.3.3-r1
Exploitable
yocto
master
6.5.7
Not Affected

Resolved with patches#


python-tornado (buildroot:2025.02.x)

#
Title
Author
Resolve
1
httputil: Fix quadratic behavior in _parseparam
Ben Darnell <ben@bendarnell.com>
CVE-2025-67725
CVE-2025-67726

python3-tornado (yocto:scarthgap)

#
Title
Author
Resolve
1
httputil: Fix quadratic behavior in _parseparam
Ben Darnell <ben@bendarnell.com>
CVE-2025-67725
CVE-2025-67726