Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-55953

TLS 1.2 and DTLS client accepts unoffered anonymous cipher suite, bypassing server authentication
Back to all
CVE

CVE-2026-55953

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

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 tlshandshake:hello/5 handler validates the negotiated protocol version and the downgrade sentinel but hands the server-chosen suite directly to sslhandshake:handleserverhello_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 TLSDHanon* or TLSECDHanon* 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.

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
9.1
-
4.0
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/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
C
H
U
0
-
C
H
U
-

Related Resources

No items found.

References

https://cna.erlef.org/cves/CVE-2026-55953.html, https://github.com, https://osv.dev/vulnerability/EEF-CVE-2026-55953, https://www.erlang.org/doc/system/versions.html#order-of-versions, https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/55xxx/CVE-2026-55953.json, https://github.com/erlang/otp/security/advisories/GHSA-c6cw-pr89-w882, https://nvd.nist.gov/vuln/detail/CVE-2026-55953, 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

Severity

0

CVSS Score
0
10

Basic Information

Base CVSS
0
EPSS Probability
0.00234%
EPSS Percentile
0.1446%
Introduced Version
550d7b7898706c7822362c42e7b93120c1d1f29a,0
Fix Available
e6ff938116b2872bccc478af7fefb56627285b77,1:27.3.4.1+dfsg-1+deb13u3

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading