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
위협 신호 · CVSS · EPSS · KEV
이론적 심각도 점수
30일 내 악용 확률 예측
실측 악용 기록 없음
2주 이내 패치 — 우선 조치 대상
CVSS 벡터 · 메트릭
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H약점 (CWE)
상세 설명
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.
AI 심층 분석
공격 시나리오 · 재현 가능한 PoC 페이로드 · 즉시 적용 가능한 차단 패치를 한 번에 받아 보세요. 보안 운영팀이 그대로 점검·티켓팅에 쓸 수 있는 형태로 정리해 드립니다.
영향받는 제품·버전
- erlang erlang\/otp22.2 - 27.3.4.14other
- erlang erlang\/otp28.0 - 28.5.0.3other
- erlang erlang\/otp29.0 - 29.0.3other
- erlang erlang\/ssl9.5 - 11.2.12.10other
- erlang erlang\/ssl11.3 - 11.6.0.3other
- erlang erlang\/ssl11.7 - 11.7.3other
영향받는 구성 (CPE) 2
- erlang erlang/otp≥ 22.2 < 27.3.4.14cpe:2.3:a:erlang:erlang\/otp:*:*:*:*:*:*:*:*
- erlang erlang/ssl≥ 9.5 < 11.2.12.10cpe:2.3:a:erlang:erlang\/ssl:*:*:*:*:*:*:*:*
참고 자료 7
- https://cna.erlef.org/cves/CVE-2026-55952.htmlMitigationVendor Advisory
- https://osv.dev/vulnerability/EEF-CVE-2026-55952MitigationThird Party Advisory
링크 내용 불러오는 중…