CVE-2026-55952: Erlang\/Otp Vulnerability (CVSS 7.5)
CVE-2026-55952 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. The Erlang/OTP ssl application does not validate that the PSK identity list and binder list carried in a TLS 1.3 ClientHello pre-shared key extension have equal length before passing them to the session ticket handler. In tls_handshake_1_3:handle_pre_shared_key/3, an OfferedPreSharedKeys record with a mismatched number of identities and binders is forwarded directly to tls_server_session_ticket:use/4, which crashes the session ticket handler process.
An unauthenticated remote attacker can send a single crafted ClientHello to a TLS 1.3 server with session tickets enabled (stateful or stateless mode) and permanently disrupt session ticket handling on that listener. EPSS estimates a 0.48% chance of exploitation in the next 30 days.
Description
The Erlang/OTP ssl application does not validate that the PSK identity list and binder list carried in a TLS 1.3 ClientHello pre-shared key extension have equal length before passing them to the session ticket handler. In tls_handshake_1_3:handle_pre_shared_key/3, an OfferedPreSharedKeys record with a mismatched number of identities and binders is forwarded directly to tls_server_session_ticket:use/4, which crashes the session ticket handler process.
An unauthenticated remote attacker can send a single crafted ClientHello to a TLS 1.3 server with session tickets enabled (stateful or stateless mode) and permanently disrupt session ticket handling on that listener. New TLS 1.3 handshakes complete but subsequently crash when the server attempts to issue a session ticket, effectively making TLS 1.3 unusable on the affected listener until the ssl application is restarted. TLS 1.2 connections are not affected.
This issue affects OTP from OTP 22.2 before OTP 29.0.3, OTP 28.5.0.3 and OTP 27.3.4.14, corresponding to ssl from 9.5 before 11.7.3, 11.6.0.3 and 11.2.12.10.
Metrics
CVSS 3.17.5/10
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS 4.08.2/10
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/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
EPSS Probability 0.48%
38.7th percentile
Probability of exploitation in the next 30 days. Learn more
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Erlang | Erlang/Otp | >= 22.2, < 27.3.4.14 |
| Erlang | Erlang/Otp | >= 28.0, < 28.5.0.3 |
| Erlang | Erlang/Otp | >= 29.0, < 29.0.3 |
| Erlang | Erlang/Ssl | >= 9.5, < 11.2.12.10 |
| Erlang | Erlang/Ssl | >= 11.3, < 11.6.0.3 |
| Erlang | Erlang/Ssl | >= 11.7, < 11.7.3 |
References
- Mitigation, Vendor Advisory
- Patch
- Patch
- Patch
- Vendor Advisory
- Mitigation, Third Party Advisory
- Release Notes
Timeline
Published Jul 2, 2026
Last Modified Jul 24, 2026
Status Modified
Frequently Asked Questions
What is CVE-2026-55952?
This issue affects OTP from OTP 22.2 before OTP 29.0.3, OTP 28.5.0.3 and OTP 27.3.4.14, corresponding to ssl from 9.5 before 11.7.3, 11.6.0.3 and 11.2.12.10.
How severe is CVE-2026-55952?
CVE-2026-55952 has a CVSS score of 7.5/10 (HIGH severity). The EPSS model estimates a 0.48% probability of exploitation in the next 30 days.
How do I fix CVE-2026-55952?
Check the vendor references and advisories linked above for patched versions and mitigation guidance.