漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
TLS 1.3 server denial of service via malformed ClientHello pre-shared key extension
Vulnerability 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 22.2 before 29.0.3, 28.5.0.3 and 27.3.4.14 corresponding to ssl from 9.5 before 11.7.3, 11.6.0.3 and 11.2.12.10.
CVSS Information
N/A
Vulnerability Type
CWE-1284
Vulnerability Title
Erlang/OTP 输入验证错误漏洞
Vulnerability Description
erlang erlang/otp是erlang社区开源的一套并发编程语言及运行时系统。 Erlang/OTP存在输入验证错误漏洞,该漏洞源于ssl application未验证TLS 1.3 ClientHello预共享密钥扩展中PSK身份列表和绑定列表的长度是否相等,可能导致未经身份验证的远程攻击者发送特制ClientHello,造成会话票据处理进程崩溃,使TLS 1.3不可用。
CVSS Information
N/A
Vulnerability Type
N/A