Описание
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.2 | erlang | Affected | ||
| Red Hat OpenStack Platform 17.1 | erlang | Affected | ||
| Red Hat OpenStack Platform 18.0 | erlang | Affected | ||
| Red Hat Hardened Images | erlang27-main-27.3.4.15-0.1.hum1 | Fixed | RHSA-2026:47009 | 28.07.2026 |
Показывать по
Ссылки на источники
Дополнительная информация
Статус:
EPSS
7.4 High
CVSS3
Связанные уязвимости
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, ...
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
The Erlang/OTP ssl TLS 1.2 (and earlier) and DTLS client does not veri ...
EPSS
7.4 High
CVSS3