Missing Release of Resource after Effective Lifetime in Erlang OTP - CVE-2026-71380
Published: September 2, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to missing release of resource after effective lifetime in httpd_request_handler.erl when receiving an HTTP request body after successfully parsing headers. A remote attacker can send valid HTTP headers with a large Content-Length value, transmit a small amount of body data, and then stall the connection to cause a denial of service.
The issue affects httpd in its default configuration when minimum_bytes_per_second is false, allowing stalled connections to hold worker slots indefinitely.