{"schema_version":"1.9.0","id":"EEF-CVE-2026-55953","published":"2026-07-27T15:21:29.327Z","modified":"2026-09-08T01:15:05.735978030Z","aliases":["CVE-2026-55953","GHSA-c6cw-pr89-w882"],"summary":"TLS 1.2 and DTLS client accepts unoffered anonymous cipher suite, bypassing server authentication","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 27.3.4.15, from OTP 28.0 before OTP 28.5.0.4, and from OTP 29.0 before OTP 29.0.4, corresponding to ssl from 5.3.4 before 11.2.12.11, from 11.3 before 11.6.0.4, and from 11.7 before 11.7.4. Whether OTP before OTP 17.0, corresponding to ssl before 5.3.4, is affected is unknown.\n\n## Workarounds\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## Configurations\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.","affected":[{"ranges":[{"type":"GIT","repo":"https://github.com/erlang/otp","events":[{"introduced":"84adefa331c4159d432d22840663c38f155cd4c1"},{"fixed":"064e236414614f9085cbbbd6eacf0e43c02d1b4b"},{"fixed":"0a82596d425abe43dc2e0b3d74aa1557ef74051c"},{"fixed":"e6ff938116b2872bccc478af7fefb56627285b77"}]}],"versions":["patch-base-28","OTP-28.5","patch-base-27","OTP-27.3.4","OTP-27.3.4.9","OTP-27.3.4.10","OTP-29.0.2","OTP-28.5.0.2","OTP-27.3.4.14","OTP-29.0","OTP-28.5.0.3","OTP-27.3.4.13","OTP-28.4","OTP-27.3.4.12","OTP-28.5.0.1","OTP-29.0.1","OTP-27.0","OTP-27.3.4.11","OTP-29.0-rc3","OTP-28.0","OTP-29.0-rc2","OTP-27.3.4.8","OTP-27.3.4.6","OTP-27.3.4.7","OTP-29.0-rc1","OTP-27.3","OTP-27.3.4.5","OTP-27.3.4.4","OTP-28.1","OTP-27.3.4.3","OTP-27.3.3","OTP-27.3.4.2","OTP-26.0","OTP-25.0","OTP-27.3.4.1","OTP-28.0-rc4","OTP-27.3.2","OTP-28.0-rc3","OTP-27.2","OTP-28.0-rc2","OTP-27.3.1","OTP-28.0-rc1","OTP-27.1","OTP-27.0-rc3","OTP-27.0-rc2","OTP-27.0-rc1","OTP-24.0","OTP-26.0-rc3","OTP-26.0-rc2","OTP-26.0-rc1","OTP-23.0","OTP-21.0","OTP-25.0-rc3","OTP-25.0-rc2","OTP-25.0-rc1","OTP-22.0","OTP-24.0-rc3","OTP-24.0-rc2","OTP-24.0-rc1","OTP-23.0-rc3","OTP-23.0-rc2","OTP-23.0-rc1","OTP-20.0","OTP-22.0-rc3","OTP-22.0-rc2","OTP-22.0-rc1","OTP-19.0","OTP-21.0-rc2","OTP-18.0","OTP-21.0-rc1","OTP-17.0","OTP-20.0-rc2","OTP-20.0-rc1","OTP-19.0-rc2","OTP-19.0-rc1","OTP_R16B","OTP-18.0-rc1","OTP_17.0-rc2","OTP_17.0-rc1","OTP_R13B03","OTP_R16A_RELEASE_CANDIDATE","OTP_R14B03","OTP_R15B","OTP_R15A","OTP_R14B02","OTP_R14B01","OTP_R14B","OTP_R13B04","OTP_R14A"],"database_specific":{"source":"https://cna.erlef.org/osv/EEF-CVE-2026-55953.json"}}],"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"}],"database_specific":{"capec_ids":["CAPEC-94"],"cpe_ids":["cpe:2.3:a:erlang:erlang\\/otp:*:*:*:*:*:*:*:*"],"cwe_ids":["CWE-757"]},"severity":[{"type":"CVSS_V4","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"}],"credits":[{"name":"Jonatan Männchen / EEF","type":"FINDER"},{"name":"Ingela Anderton Andin","type":"REMEDIATION_DEVELOPER"},{"name":"Jakub Witczak","type":"REMEDIATION_REVIEWER"}]}