CVE-2026-39805
Last modified
CVE-2026-39805 is a medium-severity vulnerability rated 6.3/10 on the CVSS scale. 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. EPSS estimates a 0.52% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-39805?
How severe is CVE-2026-39805?
How do I fix CVE-2026-39805?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-3977A security vulnerability has been detected in projectsend up…6.3
- CVE-2026-3978A vulnerability was detected in D-Link DIR-513 1.10. The imp…8.8
- CVE-2026-3979A flaw has been found in quickjs-ng quickjs up to 0.12.1. Th…5.3
- CVE-2026-3980A vulnerability has been found in itsourcecode Online Doctor…9.8
- CVE-2026-39803Allocation of Resources Without Limits or Throttling vulnera…7.5
- CVE-2026-39804Allocation of Resources Without Limits or Throttling vulnera…8.2
- CVE-2026-39806Loop with Unreachable Exit Condition ('Infinite Loop') vulne…7.5
- CVE-2026-39807Reliance on Untrusted Inputs in a Security Decision vulnerab…6.3
- CVE-2026-39808A improper neutralization of special elements used in an os …9.8
- CVE-2026-39809A improper neutralization of special elements used in an sql…6.7
- CVE-2026-3981A vulnerability was found in itsourcecode Online Doctor Appo…9.8
- CVE-2026-39810A use of hard-coded cryptographic key vulnerability in Forti…5.5
Are you affected by CVE-2026-39805?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
