CVE-2026-23941
Request smuggling via first-wins Content-Length parsing in inets httpd
Weakness Type (CWE)
CWE-444 — CWE-444 Inconsistent Interpretation of HTTP Requests ('HTTP Request Smuggling')
CAPEC
Vulnerability description
Inconsistent Interpretation of HTTP Requests ('HTTP Request Smuggling') vulnerability in Erlang OTP (inets httpd module) allows HTTP Request Smuggling.This vulnerability is associated with program files lib/inets/src/http_server/httpd_request.erl and program routines httpd_request:parse_headers/7.
The server does not reject or normalize duplicate Content-Length headers. The earliest Content-Length in the request is used for body parsing while common reverse proxies (nginx, Apache httpd, Envoy) honor the last Content-Length value. This violates RFC 9112 Section 6.3 and allows front-end/back-end desynchronization, leaving attacker-controlled bytes queued as the start of the next request.
This issue affects OTP from OTP 17.0 until OTP 28.4.1, OTP 27.3.4.9 and OTP 26.2.5.18, corresponding to inets from 5.10 until 9.6.1, 9.3.2.3 and 9.1.0.5.
Affected
pkg:otp/inets
| Module | Source File | Routine |
|---|---|---|
httpd_request
|
src/http_server/httpd_request.erl
|
httpd_request:parse_headers/7
|
| Status | Type | Version | Changes / Fixed in |
|---|---|---|---|
| affected | otp ⓘ | 5.10
|
|
pkg:github/erlang/otp
| Module | Source File | Routine |
|---|---|---|
httpd_request
|
lib/inets/src/http_server/httpd_request.erl
|
httpd_request:parse_headers/7
|
| Status | Type | Version | Changes / Fixed in |
|---|---|---|---|
| affected | otp ⓘ | 17.0
|
|
| affected | git ⓘ | initial
|
|
Workarounds
- Configure frontend proxy to reject requests with duplicate Content-Length headers.
- Disable HTTP keep-alive on httpd by adding {keep_alive, false} to httpd configuration. Note: This impacts performance for clients making multiple requests.
- Deploy a Web Application Firewall (WAF) configured to reject requests with multiple Content-Length headers.
References
- https://github.com/erlang/otp/security/advisories/GHSA-w4jc-9wpv-pqh7 vendor-advisory
- https://github.com/erlang/otp/commit/a4b46336fd25aa100ac602eb9a627aaead7eda18 patch
- https://github.com/erlang/otp/commit/a761d391d8d08316cbd7d4a86733ba932b73c45b patch
- https://github.com/erlang/otp/commit/e775a332f623851385ab6ddb866d9b150612ddf6 patch
Credits
- Reporter: Luigino Camastra / Aisle Research
- Remediation developer: Konrad Pietrzak
CVE record as JSON:
GET /cves/CVE-2026-23941.json
OSV record as JSON:
GET /osv/EEF-CVE-2026-23941.json