CVE-2026-69664

Source
https://cve.org/CVERecord?id=CVE-2026-69664
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-69664.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-69664
Aliases
Downstream
Published
2026-09-01T14:59:03Z
Modified
2026-09-09T03:30:40Z
Severity
  • 8.7 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N CVSS Calculator
Summary
httpd parks a request worker indefinitely on a malformed chunk size sent after the headers
Details

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, from OTP 28.0 before OTP 28.5.0.6, and from OTP 29.0 before OTP 29.0.6, corresponding to inets from 6.0.3 before 9.3.2.7, from 9.4 before 9.6.2.3, and from 9.7 before 9.7.2.

Database specific
{
    "cna_assigner":  "EEF",
    "cwe_ids":  [
        "CWE-772"
    ],
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/69xxx/CVE-2026-69664.json",
    "unresolved_ranges":  [
        {
            "extracted_events":  [
                {
                    "introduced":  "6.0.3"
                },
                {
                    "fixed":  "9.3.2.7"
                },
                {
                    "introduced":  "9.4"
                },
                {
                    "fixed":  "9.6.2.3"
                },
                {
                    "introduced":  "9.7"
                },
                {
                    "fixed":  "9.7.2"
                },
                {
                    "introduced":  "77acb473d8f056f6f534395f131c6e45693797f0"
                },
                {
                    "fixed":  "*"
                }
            ],
            "source":  "AFFECTED_FIELD"
        }
    ]
}
References

Affected packages

Git / github.com/erlang/otp

Affected ranges

Type
GIT
Repo
https://github.com/erlang/otp
Events
Database specific
Show details
{
    "extracted_events":  [
        {
            "introduced":  "18.1.4"
        },
        {
            "fixed":  "27.3.4.17"
        },
        {
            "introduced":  "28.0"
        },
        {
            "fixed":  "28.5.0.6"
        },
        {
            "introduced":  "29.0"
        },
        {
            "fixed":  "29.0.6"
        }
    ],
    "source":  [
        "AFFECTED_FIELD",
        "REFERENCES"
    ]
}

Affected versions

OTP-28.*
OTP-28.0
OTP-28.1
OTP-28.4
OTP-28.5
OTP-28.5.0.1
OTP-28.5.0.2
OTP-28.5.0.3
OTP-28.5.0.4
OTP-28.5.0.5
OTP-29.*
OTP-29.0
OTP-29.0.1
OTP-29.0.2
OTP-29.0.3
OTP-29.0.4
OTP-29.0.5
Other
patch-base-28

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-69664.json"