CVE-2026-39805

Inconsistent Interpretation of HTTP Requests vulnerability in mtrudel bandit allows HTTP request smuggling via duplicate Content-Length headers. 'Elixir.Bandit.Headers':get_content_length/1 in lib/bandit/headers.ex uses List.keyfind/3, which returns only the first matching header. When a request contains two Content-Length headers with different values, Bandit silently accepts it, uses the first value to read the body, and dispatches the remaining bytes as a second pipelined request on the same keep-alive connection. RFC 9112 §6.3 requires recipients to treat this as an unrecoverable framing error. When Bandit sits behind a proxy that picks the last Content-Length value and forwards the request rather than rejecting it, an unauthenticated attacker can smuggle requests past edge WAF rules, path-based ACLs, rate limiting, and audit logging. This issue affects bandit: before 1.11.0.
CVSS

No CVSS.

Configurations

No configuration.

History

02 May 2026, 02:16

Type Values Removed Values Added
References () https://github.com/mtrudel/bandit/security/advisories/GHSA-c67r-gc9j-2qf7 - () https://github.com/mtrudel/bandit/security/advisories/GHSA-c67r-gc9j-2qf7 -

01 May 2026, 21:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-01 21:16

Updated : 2026-05-05 19:37


NVD link : CVE-2026-39805

Mitre link : CVE-2026-39805

CVE.ORG link : CVE-2026-39805


JSON object : View

Products Affected

No product.

CWE
CWE-444

Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')