🔐 CVE Alert

CVE-2026-58227

UNKNOWN 0.0

TLS/DTLS denial of service via unbounded recursion on cross-signed peer certificate chain

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

The Erlang/OTP ssl application does not detect cycles when reconstructing an incomplete peer certificate chain during a TLS or DTLS handshake. In ssl_certificate:handle_incomplete_chain/5, the received chain is passed to ssl_certificate:build_certificate_chain/5, which walks issuer relationships via ssl_certificate:do_certificate_chain/7 with no cycle detection and no depth limit. When the peer supplies two mutually cross-signed certificates in unordered form (A issues B, B issues A), the issuer lookup alternates between the two certificates and the pair of functions recurses indefinitely, growing the call stack and chain accumulator without bound. An unauthenticated remote attacker can send a crafted certificate chain in a TLS or DTLS Certificate handshake message to exhaust available memory and crash the BEAM node. Only a TCP connection and a partial handshake are required; no authentication or completed handshake is needed, and both TLS/DTLS servers and clients are affected when processing peer certificate messages. This issue affects OTP from 23.2 before 27.3.4.15, 28.5.0.4 and 29.0.4 corresponding to ssl from 10.2 before 11.2.12.11, 11.6.0.4 and 11.7.4.

CWE CWE-674
Vendor erlang
Product otp
Published Jul 27, 2026
Stay Ahead of the Next One

Get instant alerts for erlang otp

Be the first to know when new unknown vulnerabilities affecting erlang otp are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

Affected Versions

Erlang / OTP
10.2 < *
Erlang / OTP
23.2 < * addc42df113f8f15fc20e9dff45490b3ce0d3d6b < *

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/erlang/otp/security/advisories/GHSA-r5jr-mq46-vmhw cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-58227.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-58227 erlang.org: https://www.erlang.org/doc/system/versions.html#order-of-versions github.com: https://github.com/erlang/otp/commit/0307bff2c72b685c6bd952daaac6bd661c247d62 github.com: https://github.com/erlang/otp/commit/241d43703989fec4b6bf637beaeb366d92dcc4c2 github.com: https://github.com/erlang/otp/commit/7db64720177961e04545681480d691c4be81c54d

Credits

Lukas Backström Ingela Anderton Andin Dan Gudmundsson Jakub Witczak John Högberg