CVE Catalog

CVE-2026-69217

HighCVSS 8.7
Published: Translated: NVD NIST

Summary

Vulnerability in Http4s prior to 0.23.35 and 1.0.0-M47. Ember's HTTP/1.1 parser accepts differing duplicate Content-Length headers and uses the last value instead of rejecting the message, enabling CL.CL request smuggling.

Risk Assessment

An unauthenticated attacker can perform CL.CL request smuggling, bypassing front-end controls, capturing a later user's headers, or poisoning a cache. The shared client parser can also misframe responses from a malicious or compromised upstream.

Recommendation

Update Http4s to version 0.23.35 or 1.0.0-M47, which fix this vulnerability. Verifying keep-alive intermediary configurations and monitoring for unusual HTTP traffic patterns is also recommended.

Other vulnerabilities in Http4s

See all
Original NVD description (English source)

Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, Ember’s HTTP/1.1 parser accepts differing duplicate Content-Length headers and uses the last value instead of rejecting the message. When an Ember server is behind a keep-alive intermediary that selects a different occurrence, an unauthenticated attacker can create CL.CL request smuggling that bypasses front-end controls, captures a later user’s headers, or poisons a cache. The shared client parser can also misframe responses from a malicious or compromised upstream when the client acts as a proxy for multiple downstream consumers. This issue is fixed in versions 0.23.35 and 1.0.0-M47.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS