Improper Validation of Specified Quantity in Input in Erlang OTP - CVE-2026-71562
Published: September 2, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to improper validation of specified quantity in input in the httpc Content-Length handling in httpc_handler.erl when parsing a server-supplied Content-Length header. A remote attacker can supply a specially crafted Content-Length value to cause a denial of service.
The issue occurs because the Content-Length value is parsed before the size check, and the default max_header_size setting is nolimit.