CVE & CISA-KEV Catalog

CVE-2026-69664

HIGH
8.7
CVSS v4
NVD

Description

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.

How to fix

Remediation Available
erlangDebian
Fixed in:1:29.0.6+dfsg-1CVE-2026-69664
erlang27Red Hat / RHEL
Fixed in:main@aarch64RHSA-2026:62531
Fixed in:main@srcRHSA-2026:62531
Fixed in:main@x86_64RHSA-2026:62531
erlang27Rocky
Fixed in:main@srcRHSA-2026:62531
Fixed in:main@x86_64RHSA-2026:62531
Fixed in:main@aarch64RHSA-2026:62531

TridentStack Control can deploy fixes like this automatically across your Windows, macOS, and Linux fleet. See how it works

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v4 Vector

Exploitability

Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredNone
User InteractionNone

Impact

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/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

Exploit Intelligence

0.69%probability of exploitation in 30 days
51stpercentile

Moderate risk: more likely to be exploited than 51% of all known CVEs.

References

Related Vulnerabilities

Other CWE-772 vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2003-0132Medium5.087%-Fix
CVE-2017-14495High7.584%-Fix
CVE-2021-22883High7.574%-Fix
CVE-2024-2398High8.636%-Fix
CVE-2020-9375High7.527%--
CVE-1999-1127High7.518%--

Common questions

How do I fix CVE-2026-69664?

Published advisories record a fix for 3 affected products. The "How to fix" section on this page lists the fixed version and source advisory for each one, so apply the entry matching what you actually run.

Is CVE-2026-69664 being actively exploited?

Not that we know of. CVE-2026-69664 is not in the CISA Known Exploited Vulnerabilities catalog. Its EPSS score of 0.69% is the estimated probability that it will be exploited in the next 30 days. That is higher than 51% of all scored CVEs.

How severe is CVE-2026-69664?

CVE-2026-69664 has a CVSS v4 base score of 8.7, rated important. CVSS rates the technical impact if the vulnerability is exploited, not how likely that is, so weigh it alongside the exploit-prediction score when you decide what to patch first.

What does CVE-2026-69664 affect?

Published advisories record a fix for erlang (Debian), erlang27 (Red Hat / RHEL), erlang27 (Rocky). Only products with a sourced advisory are listed, so treat this as what we can cite rather than a complete inventory.

Embed a live status badge for CVE-2026-69664
CVE-2026-69664 severity badge

Markdown

[![CVE-2026-69664](https://tridentstack.com/cve/badge/CVE-2026-69664.svg)](https://tridentstack.com/cve/CVE-2026-69664)

HTML

<a href="https://tridentstack.com/cve/CVE-2026-69664"><img src="https://tridentstack.com/cve/badge/CVE-2026-69664.svg" alt="CVE-2026-69664"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

See how it worksStart freeThis CVE lookup is free and always will be.

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-09-08.