Podatność Użycia Domyślnego Klucza Kryptograficznego w module Erlang/OTP ssl (serwer DTLS) pozwala na przewidywalną komputację ciasteczka DTLS podczas okna startowego, umożliwiając ominięcie weryfikacji adresu źródła. Podczas uruchamiania serwera DTLS funkcja dtls_server_connection:initial_hello/3 inicjalizuje previous_cookie_secret do pustego binaru (<<>>) zamiast wartości losowej. Ponieważ HMAC z pustym kluczem jest deterministyczny, każdy obserwujący plaintext ClientHello może wyznaczyć dtls_handshake:cookie(<<>>, IP, Port, Hello) i sfałszować prawidłowe ciasteczko DTLS przed pierwszą rotacją sekretu. Ciasteczko DTLS (RFC 6347 §4.2.1) jest środkiem łagodzącym ataki denial-of-service, które uniemożliwiają serwerom alokowanie stanu i wykonywanie kosztownych operacji kryptograficznych dla sfałszowanych adresów IP; nie jest to mechan
▸ Pokaż oryginał (EN)
Use of Default Cryptographic Key vulnerability in Erlang/OTP ssl (DTLS server) allows predictable DTLS cookie computation during the startup window, enabling source address verification bypass. On DTLS server startup, dtls_server_connection:initial_hello/3 initializes previous_cookie_secret to the empty binary (<<>>) instead of a random value. Because HMAC with an empty key is deterministic, anyone who observes the plaintext ClientHello can compute dtls_handshake:cookie(<<>>, IP, Port, Hello) and forge a valid DTLS cookie before the first rotation of the cookie secret. The DTLS cookie (RFC 6347 §4.2.1) is a denial-of-service mitigation that prevents spoofed source IPs from forcing the server to allocate state and perform expensive cryptographic operations; it is not an authentication mechanism. During the window from server startup until the first secret rotation (0 to 15 seconds), an attacker who can observe the plaintext ClientHello can bypass the source address verification, enabling DTLS handshake amplification with spoofed source addresses. This vulnerability is associated with program file lib/ssl/src/dtls_server_connection.erl and program routine dtls_server_connection:initial_hello/3. This issue affects OTP from OTP 20.0 before OTP 29.0.3, OTP 28.5.0.3 and OTP 27.3.4.14, corresponding to ssl from 8.2 before 11.7.3, 11.6.0.3 and 11.2.12.10.
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/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:XErlang Erlang\/otp
APPErlang20.0 – 27.3.4.14 (bez)28.0 – 28.5.0.3 (bez)29.0 – 29.0.3 (bez)Erlang Erlang\/ssl
APPErlang8.2 – 11.2.12.10 (bez)11.3 – 11.6.0.3 (bez)11.7 – 11.7.3 (bez)
Powiązane podatności
Erlang/OTP SSH — nieuwierzytelniony RCE (CVSS 10.0)
The Erlang/OTP ssl TLS 1.2 (and earlier) and DTLS client does not verify that the cipher suite selected by the...
Erlang/OTP – obejście uwierzytelniania klienta w SSL/TLS/DTLS
Heap overflow w generowaniu wyrażeń regularnych w Erlang/OTP 18.x
Integer Underflow w dekoderze ETF Erlang/OTP — DoS przez abort węzła