Vulnerability Description
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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Erlang | Erlang\/Otp | >= 17.0, < 27.3.4.13 |
| Erlang | Erts | >= 6.0, < 15.2.7.9 |
Related Weaknesses (CWE)
References
- https://cna.erlef.org/cves/CVE-2026-49759.htmlThird Party Advisory
- https://github.com/erlang/otp/commit/3983d495284331c121f600a80bac9fcf4e16381ePatch
- https://github.com/erlang/otp/security/advisories/GHSA-6f4f-chj5-5g97Vendor Advisory
- https://osv.dev/vulnerability/EEF-CVE-2026-49759Third Party Advisory
- https://www.erlang.org/doc/system/versions.html#order-of-versionsProduct
- https://access.redhat.com/security/cve/CVE-2026-49759
- https://bugzilla.redhat.com/show_bug.cgi?id=2487607
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-49759.json
FAQ
What is CVE-2026-49759?
CVE-2026-49759 is a vulnerability with a CVSS score of 8.2 (HIGH). 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_chun...
How severe is CVE-2026-49759?
CVE-2026-49759 has been rated HIGH with a CVSS base score of 8.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-49759?
Check the references section above for vendor advisories and patch information. Affected products include: Erlang Erlang\/Otp, Erlang Erts.