Tornado is an open source version of the scalable, non-blocking web server and tools.
Security Fix(es):
Tornado is a Python web framework and asynchronous networking library. Prior to 6.5.8, Tornado parses application/x-www-form-urlencoded request bodies with urllib.parse.parse_qs in tornado/escape.py without passing max_num_fields. RequestHandler._execute in tornado/web.py parses the body before handler dispatch through HTTPServerRequest._parse_body and parse_body_arguments in tornado/httputil.py, so an unauthenticated request body containing millions of separator-delimited fields can synchronously stall the single-threaded event loop and delay every connection. The body is bounded only by max_buffer_size, which defaults to 104857600 bytes. This issue is fixed in version 6.5.8.(CVE-2026-82397)
{
"severity": "High"
}{
"aarch64": [
"python-tornado-debuginfo-6.5-6.oe2403sp1.aarch64.rpm",
"python-tornado-debugsource-6.5-6.oe2403sp1.aarch64.rpm",
"python-tornado-help-6.5-6.oe2403sp1.aarch64.rpm",
"python3-tornado-6.5-6.oe2403sp1.aarch64.rpm"
],
"src": [
"python-tornado-6.5-6.oe2403sp1.src.rpm"
],
"x86_64": [
"python-tornado-debuginfo-6.5-6.oe2403sp1.x86_64.rpm",
"python-tornado-debugsource-6.5-6.oe2403sp1.x86_64.rpm",
"python-tornado-help-6.5-6.oe2403sp1.x86_64.rpm",
"python3-tornado-6.5-6.oe2403sp1.x86_64.rpm"
]
}