Skip to content
VulniPulse
High7.5Red Hat Linux

High [CVE-2026-69664] Erlang/OTP inets httpd: Denial of Service via malformed chunked HTTP request

This high-severity Red Hat Linux advisory covers CVE-2026-69664 affecting Red Hat Hardened Images, Red Hat OpenStack Platform 16.2, Red Hat OpenStack Platform 17.1.

CVE-2026-69664 Published Sep 1, 2026Updated by vendor Sep 1, 2026
Affected products & platforms
Red Hat LinuxUnclassified
Open vendor advisory

Android app · Google Play

Monitor future Red Hat Linux CVEs from your phone.

Choose a whole vendor or a precise platform, then receive matching security advisories by phone notification, email, or both. Coverage follows 32 official vendor sources and 160+ reviewed platform categories.

Matching phone alertsOptional email delivery

Summary

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.

Affected versions
  • < 18.1.4
  • < 27.3.4.17
  • < 28.0
  • < 28.5.0.6
  • < 29.0
  • < 29.0.6
  • < 6.0.3
  • < 9.3.2.7
  • < 9.4
  • < 9.6.2.3
  • < 9.7
  • < 9.7.2

Official advisory · high-confidence parse· fetched 2 hours ago·verify at source

Fixed versions
  • erlang27-main-27.3.4.17-0.1.hum1
  • RHSA-2026:62531

Official advisory · high-confidence parse· fetched 2 hours ago·verify at source

Mitigation checklist

Recommended fix / mitigation
  • Mitigation for this issue is either not available or the currently available options do not meet the criteria for a supported mitigation. Red Hat will update this section as more information becomes available.

Official advisory · high-confidence parse· fetched 2 hours ago·verify at source

Discussion(0)

No comments yet. Share field notes, upgrade gotchas, or questions — verify against the vendor advisory before acting on community advice.

Sign in to join the discussion.