Allocation of Resources Without Limits or Throttling in Erlang OTP - CVE-2026-74835
Published: September 2, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to allocation of resources without limits or throttling in the inets httpd server request body handling when processing chunked request bodies with Transfer-Encoding: chunked. A remote attacker can send a request that announces a very large chunk size and continuously stream body data without completing the chunk to cause a denial of service.
Only servers that configure max_body_size to a finite value are vulnerable; default configurations using nolimit are not considered vulnerable.