All CVEs
Vulnerability intelligence

CVE-2026-55953

Erlang OTP CWE-757

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.

CVSS Score
9.1
Critical
EPSS — Exploit Probability
0.2%
Riskier than 14% of all CVEs · checked 2026-09-13
Exploitation
Not in CISA KEV
KEV does not include every exploited vulnerability
Remediation
Patch available
Vendor fix published
NVD entry Vendor patch PoC / advisory

1 article across 1 outlet · first covered Jul 31, 2026 · latest Jul 31, 2026

Coverage timeline

Related CVEs — Erlang