Improper Enforcement of Message Integrity During Transmission in a Communication Channel vulnerability in Erlang/OTP ssl (tls_gen_connection
위협 신호 · CVSS · EPSS · KEV
이론적 심각도 점수
30일 내 악용 확률 예측
실측 악용 기록 없음
계획된 패치 주기 내 조치(60일 이내)
CVSS 벡터 · 메트릭
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N약점 (CWE)
상세 설명
Improper Enforcement of Message Integrity During Transmission in a Communication Channel vulnerability in Erlang/OTP ssl (tls_gen_connection module) allows a network-positioned attacker to inject unauthenticated plaintext that the TLS client application later treats as authenticated server data.
The function tls_gen_connection:handle_protocol_record/3 rejects APPLICATION_DATA records that arrive in pre-handshake states when the TLS endpoint acts as a server, but does not apply the same check when the endpoint acts as a client. A network-positioned attacker can send plaintext APPLICATION_DATA records to the client during the handshake. The records are buffered and, once the handshake completes successfully, delivered to the application as if they were authenticated post-handshake data. The attacker cannot observe the client's response or steer the connection, so the impact is limited to blind injection of unauthenticated bytes. The injection window is wider for TLS versions prior to TLS 1.3 than for TLS 1.3.
This vulnerability is associated with program file lib/ssl/src/tls_gen_connection.erl.
This issue affects OTP from OTP 17.0 before OTP 29.0.3, OTP 28.5.0.3 and OTP 27.3.4.14, corresponding to ssl from 5.3.4 before 11.7.3, 11.6.0.3 and 11.2.12.10. TLS 1.3 is affected starting with OTP 22.0, when TLS 1.3 support was added.
AI 심층 분석
공격 시나리오 · 재현 가능한 PoC 페이로드 · 즉시 적용 가능한 차단 패치를 한 번에 받아 보세요. 보안 운영팀이 그대로 점검·티켓팅에 쓸 수 있는 형태로 정리해 드립니다.
영향받는 제품·버전
- erlang erlang\/otp17.0 - 27.3.4.14other
- erlang erlang\/otp28.0 - 28.5.0.3other
- erlang erlang\/otp29.0 - 29.0.3other
- erlang erlang\/ssl5.3.4 - 11.2.12.10other
- erlang erlang\/ssl11.3 - 11.6.0.3other
- erlang erlang\/ssl11.7 - 11.7.3other
영향받는 구성 (CPE) 2
- erlang erlang/otp≥ 17.0 < 27.3.4.14cpe:2.3:a:erlang:erlang\/otp:*:*:*:*:*:*:*:*
- erlang erlang/ssl≥ 5.3.4 < 11.2.12.10cpe:2.3:a:erlang:erlang\/ssl:*:*:*:*:*:*:*:*
참고 자료 5
- https://cna.erlef.org/cves/CVE-2026-54891.htmlVendor Advisory
- https://osv.dev/vulnerability/EEF-CVE-2026-54891Third Party Advisory
링크 내용 불러오는 중…