Katalog CVE

CVE-2026-55953

KrytyczneCVSS 9.1
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.25%

Percentyl 16 - wyżej niż 16% wszystkich znanych CVE

Streszczenie

Klient TLS 1.2 (i wcześniejszych) oraz DTLS w Erlang/OTP nie weryfikuje, czy szyfr wybrany przez serwer w ServerHello znajduje się wśród szyfrów oferowanych przez klienta. Atakujący w ścieżce sieciowej może wybrać anonimowy szyfr (np. TLS_DH_anon_*), co pozwala na ominięcie weryfikacji certyfikatu i hostname, a cały ruch jest czytelny i modyfikowalny przez atakującego.

Ocena ryzyka

Atakujący typu man-in-the-middle może przechwycić i modyfikować cały ruch TLS między klientem a serwerem, co prowadzi do całkowitej utraty poufności i integralności danych.

Rekomendacja

Należy zaktualizować Erlang/OTP do wersji 29.0.4, 28.5.0.4 lub 27.3.4.15 (w zależności od gałęzi) oraz wymuszać używanie TLS 1.3, który nie jest podatny.

Oryginalny opis (angielski, źródło NVD)

The Erlang/OTP ssl TLS 1.2 (and earlier) and DTLS client does not verify that the cipher suite selected by the server in ServerHello was among the suites offered by the client in ClientHello. The client-side tls_handshake:hello/5 handler validates the negotiated protocol version and the downgrade sentinel but hands the server-chosen suite directly to ssl_handshake:handle_server_hello_extensions/9, which installs it without a membership check. The TLS 1.3 client path performs this check (per RFC 8446), so it is not affected. An on-path attacker between the client and the intended server can respond with a ServerHello selecting an anonymous key exchange suite such as TLS_DH_anon_* or TLS_ECDH_anon_* that the client never offered. Anonymous suites do not require the server to present a certificate, so the entire verify_peer and cacerts configuration is bypassed: the attacker completes the handshake with its own ephemeral parameters, no certificate is validated, no hostname is checked, and ssl:connect returns {ok, Socket}. All subsequent application traffic is readable and modifiable by the attacker. This issue affects OTP from OTP 17.0 before OTP 29.0.4, OTP 28.5.0.4 and OTP 27.3.4.15, corresponding to ssl from 5.3.4 before 11.7.4, 11.6.0.4 and 11.2.12.11.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS