Memory Exhaustion Risk in Erlang/OTP HTTP Client
CVE-2026-55951
8.2HIGH
What is CVE-2026-55951?
The Erlang/OTP httpc HTTP client is vulnerable to memory exhaustion caused by unbounded response headers from compromised servers. By default, the max_header_size option is set to no limit, allowing malicious actors to send a significant number of headers or headers with large values. This leads to excessive memory allocation and potential system crashes. Applications using the httpc:request function to connect to untrusted HTTP servers are particularly at risk, as no authentication is required for this exploit to occur. The issue affects multiple versions of Erlang/OTP, making it essential for users to apply the necessary patches to safeguard their systems.
Affected Version(s)
OTP 17.0 < 27.3.4.17
OTP 28.0 < 28.5.0.6
OTP 29.0 < 29.0.6
