<?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/"><channel><title>Rouille 0.3.3 Through 3.6.2 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/rouille-0.3.3-through-3.6.2/</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, 28 Jul 2026 16:23:37 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/rouille-0.3.3-through-3.6.2/feed.xml" rel="self" type="application/rss+xml"/><item><title>Rouille HTTP Server Framework Vulnerable to Request Smuggling (CVE-2026-67181)</title><link>https://feed.craftedsignal.io/briefs/2026-07-rouille-http-request-smuggling/</link><pubDate>Tue, 28 Jul 2026 16:23:37 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-rouille-http-request-smuggling/</guid><description>Rouille HTTP server framework versions 0.3.3 through 3.6.2 are vulnerable to an HTTP request smuggling attack, CVE-2026-67181, allowing remote attackers to desynchronize HTTP message boundaries by exploiting improper header forwarding in the proxy implementation, leading to potential bypassing of security controls or unauthorized access.</description><content:encoded><![CDATA[<p>Rouille, an HTTP server framework for Rust, specifically versions 0.3.3 through 3.6.2, is affected by an HTTP request smuggling vulnerability identified as CVE-2026-67181. This flaw stems from a defect in the framework's proxy implementation, particularly within the <code>src/proxy.rs</code> component. Attackers can exploit this by sending a crafted HTTP request where the <code>Transfer-Encoding</code> header is improperly forwarded to upstream backends. While the <code>tiny_http</code> component de-chunks the request body, the original <code>Transfer-Encoding</code> header is sent verbatim to the backend, enabling a &quot;CL.TE&quot; (Content-Length.Transfer-Encoding) desynchronization attack. This allows adversaries to manipulate how the backend perceives the end of an HTTP request, potentially leading to cache poisoning, bypassing security mechanisms, or unauthorized access to internal resources. The vulnerability carries a CVSS v3.1 Base Score of 7.2, indicating a high severity risk.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker sends a specially crafted HTTP request to a vulnerable Rouille proxy server.</li>
<li>The crafted request includes a <code>Transfer-Encoding: chunked</code> header and a <code>Content-Length</code> header, designed to create ambiguity for the backend.</li>
<li>The Rouille proxy, using <code>tiny_http</code>, processes and de-chunks the request body received from the client.</li>
<li>The proxy then forwards the request to an upstream backend, but critically, it forwards the client's original <code>Transfer-Encoding: chunked</code> header unchanged.</li>
<li>This creates a desynchronization: the proxy interprets the request body based on the de-chunked content, while the upstream backend attempts to interpret the request based on the forwarded <code>Transfer-Encoding: chunked</code> header.</li>
<li>By carefully crafting subsequent requests and controlling chunk sizes, the attacker can cause the backend to interpret the end of one request differently than the proxy, allowing parts of the attacker's next request to be prepended to legitimate users' requests.</li>
<li>This technique can be used to inject malicious content into cache entries, bypass security appliances, or gain unauthorized access to internal application logic.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-67181 can lead to various severe consequences for organizations utilizing affected Rouille proxy implementations. The primary impact involves the bypassing of security controls, including web application firewalls (WAFs) and intrusion prevention systems, as the smuggled requests may not be properly inspected. Attackers could also achieve cache poisoning, leading to the serving of malicious or manipulated content to legitimate users. In some scenarios, request smuggling can facilitate unauthorized access to sensitive internal resources or administrative interfaces, potentially escalating to remote code execution (RCE) on the backend servers if further vulnerabilities are chained. While specific victim counts are not available, any organization deploying Rouille as an HTTP proxy in versions 0.3.3 through 3.6.2 is at risk.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch CVE-2026-67181 on all Rouille HTTP server deployments to version 3.6.3 or newer immediately.</li>
<li>Deploy the provided Sigma rule to your SIEM to detect suspicious HTTP request headers indicative of request smuggling attempts.</li>
<li>Monitor <code>webserver</code> logs for HTTP requests containing conflicting <code>Content-Length</code> and <code>Transfer-Encoding</code> headers, as these are common indicators of request smuggling.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-vulnerability</category><category>http-request-smuggling</category><category>server-side</category></item></channel></rss>