← Back to CVE List
Vulnerability Intelligence Report
httpd parks a request worker indefinitely on a malformed chunk size sent after the headers

CVE-2026-69664

Missing Release of Resource after Effective Lifetime vulnerability in Erlang/OTP inets httpd allows an unauthenticated remote attacker to cause denial of service by sending a request with a chunked body whose chunk-size line is not a hexadecimal number. The worker serving the connection is never released and no timeout reclaims it, so repeating the request across connections occupies every available worker and denies service to legitimate clients. No authentication is required and the default configuration is affected. The chunk-size line must arrive in a write separate from the headers. When the body accompanies the headers, httpd_request_handler:handle_body/3 calls http_chunk:decode/3 inside a try ... catch throw:Error, so the {error, {chunk_size, _}} thrown by http_chunk:decode_size/4 is answered with 400 Bad Request. When the chunk size arrives later, the decoder is resumed through a bare catch in httpd_request_handler:handle_info/2, which converts the throw into a return value rather than raising it; the resulting error tuple is then treated as the next decoder continuation, the socket is re-armed, and the worker waits for data that never comes. The request timeout has already been cancelled at the point the headers were accepted, and the periodic byte-rate check is only armed when minimum_bytes_per_second is configured, which it is not by default. This issue affects OTP from OTP 18.1.4 before OTP 27.3.4.17, OTP 28.5.0.6, and OTP 29.0.6, corresponding to inets from 6.0.3 before 9.3.2.7, 9.6.2.3, and 9.7.2.

No Active Exploit Signals
CVSS Base Score
8.7
HIGH
EPSS Probability:0.69%
Executive Threat Verdict
Evaluating...
Evaluating Threat Landscape...
Assessing known weaponization, exploitation telemetry, and federal advisories.
Attack Surface
—
Authentication
—
Weaponization
—
SSVC Action
—

Weaknesses (CWE)

CWE-772 ↗CWE-772 Missing Release of Resource after Effective Lifetime

Affected Products & Versions

Vendor Product Affected Versions
Erlang OTP 18.1.4 < * (affected)
Erlang OTP 6.0.3 < * (affected)
Erlang OTP 77acb473d8f056f6f534395f131c6e45693797f0 < * (affected)

References & Technical Advisories

No reference links found.

Threat Intelligence Signals

EPSS Score
0.686%

Identity & Timeline

StatusPUBLISHED
Assigning AuthorityErlang Ecosystem Foundation · Consortium · USA
Reserved2026-08-17T10:45:02
Published2026-09-01T14:59:03
Last Updated2026-09-22T09:10:07

LINK COPIED TO CLIPBOARD