HIGH🇵🇱 Wersja polska

CVE-2026-58227

CVSS 8.7v4.0pub. 2026-07-27upd. 2026-08-10

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 OTP 23.2 before OTP 29.0.4, OTP 28.5.0.4 and OTP 27.3.4.15, corresponding to ssl from 10.2 before 11.7.4, 11.6.0.4 and 11.2.12.11.

CVSS Vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/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
  • Erlang Erlang\/otp

    APP
    Erlang
    23.2 – 27.3.4.15 (excl.)28.0 – 28.5.0.4 (excl.)29.0 – 29.0.4 (excl.)
  • Erlang Erlang\/ssl

    APP
    Erlang
    10.2 – 11.2.12.11 (excl.)11.3 – 11.6.0.4 (excl.)11.7 – 11.7.4 (excl.)
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
CWE
References

Related vulnerabilities

CVE-2025-32433CRITICAL10.0⚠ KEVPL ✓same product

Erlang/OTP SSH — nieuwierzytelniony RCE (CVSS 10.0)

CVE-2026-55953CRITICAL9.1same product

The Erlang/OTP ssl TLS 1.2 (and earlier) and DTLS client does not verify that the cipher suite selected by the...

CVE-2022-37026CRITICAL9.8PL ✓same product

Erlang/OTP – obejście uwierzytelniania klienta w SSL/TLS/DTLS

CVE-2016-10253CRITICAL9.8PL ✓same product

Heap overflow w generowaniu wyrażeń regularnych w Erlang/OTP 18.x

CVE-2026-54890HIGH8.2PL ✓same product

Integer Underflow w dekoderze ETF Erlang/OTP — DoS przez abort węzła