Impact
The Erlang/OTP SSL application fails to check that the lists of pre‑shared key identities and binders in a TLS 1.3 ClientHello have equal length before passing the data to the session ticket handler. If the lists differ, the handler crashes, permanently disabling session ticket issuance on the listener. The crash is triggered by a single crafted ClientHello, so an unauthenticated remote attacker can cause the service to stop issuing TLS 1.3 tickets. The flaw is an input‑validation weakness identified by CWE‑1284 and CWE‑130.
Affected Systems
The vulnerability affects Erlang/OTP releases 22.2 up to, but excluding, 29.0.3, as well as 28.5.0.3 and 27.3.4.14, together with the corresponding SSL libraries 9.5 up to 11.7.3, 11.6.0.3, and 11.2.12.10. Any server running these versions with session tickets enabled is at risk.
Risk and Exploitability
The CVSS score of 8.2 indicates high severity, while the EPSS score of < 1 % shows a low but nonzero exploitation probability. The vulnerability is not listed in the CISA KEV catalog. The likely attack vector is a remote, unauthenticated attacker sending a single malformed ClientHello to a TLS 1.3 server that has session tickets enabled; the crash disables TLS 1.3 until the SSL application is restarted, while TLS 1.2 connections remain functional.
OpenCVE Enrichment