<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Tornado (&lt; 6.4.1) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/tornado--6.4.1/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Tue, 15 Sep 2026 17:42:32 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/tornado--6.4.1/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>HTTP Request Smuggling Vulnerability in Tornado</title><link>https://feed.craftedsignal.io/briefs/2026-09-tornado-smuggling/</link><pubDate>Tue, 15 Sep 2026 17:42:32 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-tornado-smuggling/</guid><description>Tornado versions prior to 6.4.1 are vulnerable to HTTP request smuggling via the improper processing of duplicate 'Transfer-Encoding: chunked' headers when deployed behind a proxy.</description><content:encoded><![CDATA[<p>Tornado versions prior to 6.4.1 contain a vulnerability that allows for HTTP request smuggling. The flaw exists because the library incorrectly processes duplicate 'Transfer-Encoding: chunked' headers. When an application using an affected version of Tornado is deployed behind a front-end proxy, the inconsistency between how the proxy and the back-end (Tornado) interpret the request boundaries can be exploited.</p>
<p>By sending a specially crafted request containing duplicate headers, an attacker can cause Tornado to treat the request as having no message body while simultaneously interpreting the payload as the start of a subsequent, legitimate request. This desynchronization of the HTTP connection allows an attacker to inject requests into the stream processed by the server. This can lead to serious security consequences, including unauthorized access to internal resources, cache poisoning of front-end servers, or the bypassing of security filters applied by the proxy.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows for connection desynchronization between a proxy and the back-end Tornado server. This enables attackers to perform unauthorized actions such as accessing restricted endpoints, manipulating cached content to serve malicious data to other users, or completely bypassing access control mechanisms. The scope of impact is dependent on the infrastructure configuration, specifically the combination of the front-end proxy and the Tornado-backed application.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade all instances of Tornado to version 6.4.1 or later to remediate CVE-2024-14029.</li>
<li>Audit proxy configurations to ensure that incoming requests are normalized and that ambiguous or conflicting 'Transfer-Encoding' headers are sanitized or rejected before being forwarded to the application tier.</li>
<li>Monitor web logs for non-standard HTTP request patterns, such as multiple 'Transfer-Encoding' headers, which may indicate attempts to probe for request smuggling vulnerabilities.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-application</category><category>http-request-smuggling</category><category>vulnerability</category><category>request-smuggling</category></item></channel></rss>