Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

redhat логотип

CVE-2026-55953

Опубликовано: 27 июл. 2026
Источник: redhat
CVSS3: 7.4
EPSS Низкий

Описание

A flaw was found in the Erlang/OTP ssl client. This vulnerability allows an on-path attacker to bypass server authentication in TLS 1.2 (and earlier) and DTLS connections. By tricking the client into accepting an unoffered anonymous cipher suite, the attacker can complete the handshake without a valid server certificate. This enables the attacker to read and modify all subsequent application traffic, leading to significant information disclosure and integrity compromise.

Отчет

Red Hat rates this flaw as Important (CVSS 7.4), lower than the CVE description alone might suggest, because successful exploitation requires an on-path (man-in-the-middle) attacker positioned between the affected Erlang/OTP TLS client and its intended server. Per CVSS scoring guidance, this network-positioning requirement is scored as Attack Complexity High. Clients that only negotiate TLS 1.3 are not affected, as the TLS 1.3 client handshake path independently validates the negotiated cipher suite.

Меры по смягчению последствий

Clients using only TLS 1.3 are not affected; the TLS 1.3 client handshake path validates the negotiated cipher suite. As a workaround for TLS 1.2/DTLS clients prior to upgrading, explicitly disable anonymous cipher suites (TLS_DH_anon_, TLS_ECDH_anon_) in the ssl client configuration, or restrict the client to TLS 1.3-only.

Затронутые пакеты

ПлатформаПакетСостояниеРекомендацияРелиз
Red Hat OpenStack Platform 16.2erlangAffected
Red Hat OpenStack Platform 17.1erlangAffected
Red Hat OpenStack Platform 18.0erlangAffected
Red Hat Hardened Imageserlang27-main-27.3.4.15-0.1.hum1FixedRHSA-2026:4700928.07.2026

Показывать по

Дополнительная информация

Статус:

Important
Дефект:
CWE-940
https://bugzilla.redhat.com/show_bug.cgi?id=2507558erlang/otp: Erlang/OTP ssl client: Authentication bypass via unoffered anonymous cipher suite acceptance

EPSS

Процентиль: 16%
0.00245
Низкий

7.4 High

CVSS3

Связанные уязвимости

ubuntu
8 дней назад

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, ...

nvd
8 дней назад

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, an

debian
8 дней назад

The Erlang/OTP ssl TLS 1.2 (and earlier) and DTLS client does not veri ...

EPSS

Процентиль: 16%
0.00245
Низкий

7.4 High

CVSS3