CVE-2026-49759
EUVD-2026-3605310.06.2026, 16:17
Stack-based Buffer Overflow vulnerability in Erlang OTP erts (inet_drv) allows an unauthenticated remote attacker to crash the BEAM VM by sending a crafted SCTP ERROR chunk. The sctp_parse_error_chunk function in erts/emulator/drivers/common/inet_drv.c parses SCTP ERROR chunks and writes cause codes into a fixed-size stack-allocated ErlDrvTermData spec[] array without checking bounds. A remote attacker who has established an SCTP association to a listening port can send a single crafted SCTP ERROR chunk containing enough cause codes to overflow the stack buffer, crashing the VM. The attacker can only write 16-bit values interleaved with a fixed tag, so the overflow does not provide a controlled return address, limiting exploitation to Denial of Service. A crafted SCTP ERROR chunk may also leak bits and pieces of Erlang VM memory into the received error packet observed by the Erlang process. Such data is already readable by the user running the Erlang VM, so the disclosure scope is limited. 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 erts from 6.0 before 17.0.2, 16.4.0.2 and 15.2.7.9.
Affected Products (NVD)
| Vendor | Product | Version |
|---|---|---|
| erlang | erlang/otp | 17.0 ≤ 𝑥 < 27.3.4.13 |
| erlang | erlang/otp | 28.0 ≤ 𝑥 < 28.5.0.2 |
| erlang | erlang/otp | 29.0 ≤ 𝑥 < 29.0.2 |
| erlang | erts | 6.0 ≤ 𝑥 < 15.2.7.9 |
| erlang | erts | 16.0 ≤ 𝑥 < 16.4.0.2 |
| erlang | erts | 17.0 ≤ 𝑥 < 17.0.2 |
𝑥
= Vulnerable software versions
Debian Releases
Common Weakness Enumeration
- CWE-121 - Stack-based Buffer OverflowA stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).
- CWE-120 - Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')The program copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.
References