Input validation error in Tornado - #VU128144
Published: June 6, 2024 / Updated: April 27, 2026
Tornado
Tornado
Description
The vulnerability allows a remote attacker to inject arbitrary headers into outbound requests or cause the application to send arbitrary requests to the specified server.
The vulnerability exists due to improper input validation in curl_httpclient.CurlAsyncHTTPClient when processing attacker-controlled request headers. A remote attacker can supply a crafted header value containing CRLF characters to inject arbitrary headers into outbound requests or cause the application to send arbitrary requests to the specified server.
This issue affects applications that include untrusted header data in requests sent through this client and may facilitate server-side request forgery scenarios.