CVE-2026-55737
Last modified
CVE-2026-55737 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. Signed to Unsigned Conversion Error and Out-of-bounds Write vulnerability in Erlang OTP erts allows an attacker who can supply a crafted Erlang external term format (ETF) binary to binary_to_term/1 to corrupt the BEAM heap pointer and crash the virtual machine. When decoding a LARGE_TUPLE_EXT term, the validation pass decoded_size() in erts/emulator/beam/external.c reads the 32-bit arity field as unsigned (get_uint32()), while the decode pass dec_term() reads the same field as a signed 32-bit integer (get_int32()) into an int. An arity wire value of 0x80000000 passes validation as 2147483648 but decodes as -2147483648, so the subsequent hp += n moves the heap allocation pointer backward. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
Signed to Unsigned Conversion Error and Out-of-bounds Write vulnerability in Erlang OTP erts allows an attacker who can supply a crafted Erlang external term format (ETF) binary to binary_to_term/1 to corrupt the BEAM heap pointer and crash the virtual machine. When decoding a LARGE_TUPLE_EXT term, the validation pass decoded_size() in erts/emulator/beam/external.c reads the 32-bit arity field as unsigned (get_uint32()), while the decode pass dec_term() reads the same field as a signed 32-bit integer (get_int32()) into an int. An arity wire value of 0x80000000 passes validation as 2147483648 but decodes as -2147483648, so the subsequent hp += n moves the heap allocation pointer backward. Neither pass enforces the runtime tuple-arity limit MAX_ARITYVAL. The result is an out-of-bounds heap write; in practice the VM detects an impossible heap size and aborts, denying service. The required padding is large when uncompressed but the compressed-ETF envelope shrinks it to a small payload on the wire. This issue affects OTP from OTP 25.0 before OTP 29.0.4, OTP 28.5.0.4 and OTP 27.3.4.15, corresponding to erts from 13.0 before 17.0.4, 16.4.0.4 and 15.2.7.11.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Erlang | Erlang\/Otp | >= 25.0, < 27.3.4.15 |
| Erlang | Erlang\/Otp | >= 28.0, < 28.5.0.4 |
| Erlang | Erlang\/Otp | >= 29.0, < 29.0.4 |
| Erlang | Erts | >= 13.0, < 15.2.7.11 |
| Erlang | Erts | >= 16.0, < 16.4.0.4 |
| Erlang | Erts | >= 17.0, < 17.0.4 |
References
- https://cna.erlef.org/cves/CVE-2026-55737.htmlPatch, Third Party Advisory
- https://osv.dev/vulnerability/EEF-CVE-2026-55737Patch, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-55737?
How severe is CVE-2026-55737?
How do I fix CVE-2026-55737?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-55731Unchecked input for loop condition (CWE-606) in the SNMP age…6.6
- CVE-2026-55732Out-of-bounds Read (CWE-125) in BACnet packet parsing (`bacd…8.7
- CVE-2026-55733Allocation of Resources Without Limits or Throttling in uebe…7.5
- CVE-2026-55734Allocation of Resources Without Limits or Throttling vulnera…7.5
- CVE-2026-55735Improper Verification of Cryptographic Signature in ueberaut…7.5
- CVE-2026-55736Improperly Controlled Modification of Dynamically-Determined…5.9
- CVE-2026-55738A stack-based buffer overflow exists in the raw_to_header fu…8.8
- CVE-2026-55739Crater isolates data per company_id, and its Invoice/Estimat…8.3
- CVE-2026-5574A security vulnerability has been detected in Technostrobe H…9.1
- CVE-2026-55740Nur-Alam39 bus-ticket (no released versions; latest commit 4…9.8
- CVE-2026-55741Cotonti 1.0.0 (master branch, commit f43f1fc3) is vulnerable…8.8
- CVE-2026-55742Cotonti 1.0.0 (master branch, commit f43f1fc3) is vulnerable…9.6
Are you affected by CVE-2026-55737?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
