Erlang Erlang\/Otp
CVE-2026-55953
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 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.
What this means for your business
- It affects Erlang\/Otp. It matters if your company, or a supplier that handles your data, runs it.
- An attacker can use it remotely, over a network, without a login, and without anyone at your company clicking anything.
- FIRST's prediction model gives it a 0.2% chance of attack attempts being seen in the next 30 days, ranking above 14% of all known flaws.
What to do
- 1Check whether your company or your suppliers run Erlang\/Otp, and which version. The affected versions are listed further down this page.
- 2If you do, apply the vendor's fix. A patch or vendor advisory has been published.
Not sure if your company is exposed?
Fastnexa’s certified penetration testers can check whether attackers could use this flaw, or others like it, against your websites, apps and network. The full test is free for our first 10 founding clients until 31 December 2026.
Scoring
- CVSS
- 7.4 (v3.1)
- Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N- CVSS v4
- 9.1
- Weakness
- CWE-757
- Assigned by
- 6b3ad84c-e1a6-4bf7-a703-f496b71e49db
Dates
- Published
- 2026-07-27
- Last modified
- 2026-09-08
- Sources
- NVD
Affected products
- Erlang Erlang\/Otp17.0 - 27.3.4.15, 28.0 - 28.5.0.4, 29.0 - 29.0.4
- Erlang Erlang\/Ssl5.3.4 - 11.2.12.11, 11.3 - 11.6.0.4, 11.7 - 11.7.4
As listed in the NVD configuration data. Not a statement about your estate.
References
- https://cna.erlef.org/cves/CVE-2026-55953.html
- https://github.com/erlang/otp/commit/064e236414614f9085cbbbd6eacf0e43c02d1b4b
- https://github.com/erlang/otp/commit/0a82596d425abe43dc2e0b3d74aa1557ef74051c
- https://github.com/erlang/otp/commit/e6ff938116b2872bccc478af7fefb56627285b77
- https://github.com/erlang/otp/security/advisories/GHSA-c6cw-pr89-w882
- https://osv.dev/vulnerability/EEF-CVE-2026-55953
- https://www.erlang.org/doc/system/versions.html#order-of-versions