SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-66746

MEDIUM · CVSS 5.4 EPSS 0.24% Public Exploit

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

CyberRota Analysis

AI-Generated

Rouille versions 0.4.0 through 3.6.2 are vulnerable to an HTTP response splitting flaw that permits remote attackers to inject arbitrary response headers through manipulated input. This vulnerability can lead to cache poisoning, session fixation, and the circumvention of security headers like CSP or CORS. Organizations utilizing affected Rouille versions should prioritize remediation to mitigate potential exploitation risks.

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-66746
Severity
MEDIUM
CVSS
5.4
EPSS
0.24%

Original NVD Description

Rouille 0.4.0 through 3.6.2 contains an HTTP response splitting vulnerability that allows remote attackers to inject arbitrary response headers by embedding carriage return (0x0D) or line feed (0x0A) bytes into attacker-controlled input. Attackers can exploit percent-decoded query parameters reflected into response headers or inject bare LF characters into Cookie header values that are interpolated directly into Set-Cookie response headers, enabling cache poisoning, session fixation, and security header override attacks such as bypassing CSP or CORS policies.