CVE Catalog

CVE-2026-49760

MediumCVSS 5.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.14%

3th percentile - higher than 3% of all known CVEs

Summary

A stack-based buffer overflow exists in the erl_interface library of Erlang OTP in the ei_s_print_term function. It uses a 2000-character stack buffer that can overflow when formatting very large integers. Overflow bytes are limited to ASCII 0-9 and A-F, restricting exploitation to Denial of Service.

Risk Assessment

This vulnerability allows an attacker to cause a process crash (Denial of Service) by supplying a specially crafted Erlang term.

Recommendation

Update Erlang OTP to version 29.0.2, 28.5.0.2, or 27.3.4.13 (or later) and the corresponding erl_interface version.

Other vulnerabilities in Erlang OTP

See all
Original NVD description (English source)

Stack-based Buffer Overflow vulnerability in Erlang OTP (erl_interface) allows Stack-based Buffer Overflow. This vulnerability is associated with program file lib/erl_interface/src/misc/ei_printterm.c and program routine ei_s_print_term. The C function ei_s_print_term uses an internal 2000-character stack buffer to format terms. When called with an encoded Erlang term containing a very large integer (encoded representation exceeding 2000 characters), the buffer overflows. The overflow bytes are restricted to the ASCII values of 0-9 and A-F, which limits exploitation to Denial of Service. The companion function ei_print_term, which prints directly to a FILE instead of a memory buffer, does not contain this bug. This issue affects OTP from OTP 17.0 before OTP 29.0.2, OTP 28.5.0.2 and OTP 27.3.4.13, corresponding to erl_interface from 3.7.16 before 5.8.1, 5.7.0.1 and 5.5.2.1.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS