{"affected":[{"ranges":[{"events":[{"introduced":"84adefa331c4159d432d22840663c38f155cd4c1"},{"fixed":"064e236414614f9085cbbbd6eacf0e43c02d1b4b"},{"fixed":"0a82596d425abe43dc2e0b3d74aa1557ef74051c"},{"fixed":"e6ff938116b2872bccc478af7fefb56627285b77"}],"repo":"https://github.com/erlang/otp","type":"GIT"}]}],"aliases":["GHSA-c6cw-pr89-w882","CVE-2026-55953"],"credits":[{"name":"Jonatan Männchen / EEF","type":"FINDER"},{"name":"Ingela Anderton Andin","type":"REMEDIATION_DEVELOPER"},{"name":"Jakub Witczak","type":"REMEDIATION_REVIEWER"}],"database_specific":{"capec_ids":["CAPEC-94"],"cpe_ids":["cpe:2.3:a:erlang:erlang\\/otp:*:*:*:*:*:*:*:*"],"cwe_ids":["CWE-757"]},"details":"## Summary\n\nThe 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.\n\nAn 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.\n\nThis issue affects OTP from OTP 17.0 before OTP 29.0.4, OTP 28.5.0.4 and OTP 27.3.4.15, corresponding to ssl from 5.3.4 before 11.7.4, 11.6.0.4 and 11.2.12.11.\n\n## Workaround\n\n\\* Restrict client connections to TLS 1.3 only by setting versions to \\['tlsv1.3'\\] in the client's ssl options. The TLS 1.3 client path performs the required cipher suite membership check and is not affected.\n\n## Configuration\n\nThe vulnerability only affects TLS clients using TLS 1.2 (or earlier) or DTLS. TLS 1.3 client connections perform the cipher suite membership check and are not affected. Servers are not affected. Exploitation additionally requires an on-path (adversary-in-the-middle) attacker between the client and the intended server.","id":"EEF-CVE-2026-55953","modified":"2026-07-27T16:10:57.029Z","published":"2026-07-27T15:21:29.327Z","references":[{"type":"ADVISORY","url":"https://github.com/erlang/otp/security/advisories/GHSA-c6cw-pr89-w882"},{"type":"WEB","url":"https://cna.erlef.org/cves/CVE-2026-55953.html"},{"type":"WEB","url":"https://www.erlang.org/doc/system/versions.html#order-of-versions"},{"type":"FIX","url":"https://github.com/erlang/otp/commit/064e236414614f9085cbbbd6eacf0e43c02d1b4b"},{"type":"FIX","url":"https://github.com/erlang/otp/commit/0a82596d425abe43dc2e0b3d74aa1557ef74051c"},{"type":"FIX","url":"https://github.com/erlang/otp/commit/e6ff938116b2872bccc478af7fefb56627285b77"}],"related":[],"schema_version":"1.7.3","severity":[{"score":"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N","type":"CVSS_V4"}],"summary":"TLS 1.2 and DTLS client accepts unoffered anonymous cipher suite, bypassing server authentication","upstream":[]}