🔐 CVE Alert

CVE-2026-55953

UNKNOWN 0.0

TLS 1.2 and DTLS client accepts unoffered anonymous cipher suite, bypassing server authentication

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

The Erlang/OTP ssl TLS 1.2 (and earlier) and DTLS client does not verify that the cipher suite selected by the server in ServerHello was among the suites offered by the client in ClientHello. The client-side tls_handshake:hello/5 handler validates the negotiated protocol version and the downgrade sentinel but hands the server-chosen suite directly to ssl_handshake:handle_server_hello_extensions/9, which installs it without a membership check. The TLS 1.3 client path performs this check (per RFC 8446), so it is not affected. An on-path attacker between the client and the intended server can respond with a ServerHello selecting an anonymous key exchange suite such as TLS_DH_anon_* or TLS_ECDH_anon_* that the client never offered. Anonymous suites do not require the server to present a certificate, so the entire verify_peer and cacerts configuration is bypassed: the attacker completes the handshake with its own ephemeral parameters, no certificate is validated, no hostname is checked, and ssl:connect returns {ok, Socket}. All subsequent application traffic is readable and modifiable by the attacker. This issue affects OTP from 17.0 before 27.3.4.15, 28.5.0.4, and 29.0.4 corresponding to ssl from 5.3.4 before 11.2.12.11, 11.6.0.4, and 11.7.4.

CWE CWE-757
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
5.3.4 < *
Erlang / OTP
17.0 < * 84adefa331c4159d432d22840663c38f155cd4c1 < *

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/erlang/otp/security/advisories/GHSA-c6cw-pr89-w882 cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-55953.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-55953 erlang.org: https://www.erlang.org/doc/system/versions.html#order-of-versions github.com: https://github.com/erlang/otp/commit/064e236414614f9085cbbbd6eacf0e43c02d1b4b github.com: https://github.com/erlang/otp/commit/0a82596d425abe43dc2e0b3d74aa1557ef74051c github.com: https://github.com/erlang/otp/commit/e6ff938116b2872bccc478af7fefb56627285b77

Credits

Jonatan Männchen / EEF Ingela Anderton Andin Jakub Witczak