SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-67181

MEDIUM · CVSS 5.4 EPSS 0.29% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-28 · Last synced 2026-08-27

CyberRota Analysis

AI-Generated

Rouille versions 0.3.3 through 3.6.2 are vulnerable to an HTTP request smuggling attack due to improper handling of the Transfer-Encoding header in its proxy implementation. This flaw allows remote attackers to manipulate HTTP message boundaries, potentially leading to desynchronization and unauthorized access to backend services. Organizations using affected versions of Rouille should prioritize remediation to mitigate the risk of exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit
GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-67181
Severity
MEDIUM
CVSS
5.4
EPSS
0.29%

Original NVD Description

Rouille 0.3.3 through 3.6.2 contains an HTTP request smuggling vulnerability that allows remote attackers to desynchronize HTTP message boundaries by exploiting improper header forwarding in the proxy implementation. The proxy in src/proxy.rs forwards the client's Transfer-Encoding header to upstream backends unchanged while transmitting a body already de-chunked by tiny_http, enabling CL.TE desynchronization attacks where attackers control where the backend believes the request body ends.