Lucene search
+L

18 matches found

RedhatCVE
RedhatCVE
added 2026/07/30 1:29 p.m.8 views

CVE-2026-55953

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

9.1CVSS5.8AI score0.00211EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2026/07/28 12:0 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-58227

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - The Erlang/OTP ssl application does not detect cycles when reconstructing an incomplete peer certificate chain during a TLS or DTLS handshake. In...

8.7CVSS5.5AI score0.00368EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/27 4:17 p.m.11 views

CVE-2026-58227

The Erlang/OTP ssl application does not detect cycles when reconstructing an incomplete peer certificate chain during a TLS or DTLS handshake. In sslcertificate:handleincompletechain/5, the received chain is passed to sslcertificate:buildcertificatechain/5, which walks issuer relationships via...

8.7CVSS0.00368EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/27 3:21 p.m.10 views

EEF-CVE-2026-55953 TLS 1.2 and DTLS client accepts unoffered anonymous cipher suite, bypassing server authentication

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

9.1CVSS5.5AI score0.00211EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/27 2:39 p.m.23 views

EUVD-2026-49315

The Erlang/OTP ssl application does not detect cycles when reconstructing an incomplete peer certificate chain during a TLS or DTLS handshake. In sslcertificate:handleincompletechain/5, the received chain is passed to sslcertificate:buildcertificatechain/5, which walks issuer relationships via...

8.7CVSS6AI score0.00368EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/27 2:39 p.m.43 views

CVE-2026-58227

CVE-2026-58227 : In Erlang/OTP, the ssl certificate chain reconstruction during TLS/DTLS handshakes can fail to detect cycles, causing unbounded recursion when peers supply cross-signed chains (A→B and B→A). The missing cycle detection and depth limit in ssl_certificate:build_certificate_chain/5 ...

8.7CVSS6AI score0.00368EPSS
SaveExploits0References7Affected Software2
OSV
OSV
added 2026/07/27 2:39 p.m.6 views

CVE-2026-58227 TLS/DTLS denial of service via unbounded recursion on cross-signed peer certificate chain

The Erlang/OTP ssl application does not detect cycles when reconstructing an incomplete peer certificate chain during a TLS or DTLS handshake. In sslcertificate:handleincompletechain/5, the received chain is passed to sslcertificate:buildcertificatechain/5, which walks issuer relationships via...

8.7CVSS5.9AI score0.00368EPSS
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2026/07/27 2:39 p.m.10 views

CVE-2026-58227 TLS/DTLS denial of service via unbounded recursion on cross-signed peer certificate chain

The Erlang/OTP ssl application does not detect cycles when reconstructing an incomplete peer certificate chain during a TLS or DTLS handshake. In sslcertificate:handleincompletechain/5, the received chain is passed to sslcertificate:buildcertificatechain/5, which walks issuer relationships via...

8.7CVSS6AI score0.00368EPSS
SaveExploits0References7
NVD
NVD
added 2026/07/02 5:17 p.m.14 views

CVE-2026-55952

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 tlshandshake13:handlepresharedkey/3, an OfferedPreSharedKeys record with a...

8.2CVSS0.00481EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/02 5:17 p.m.16 views

UBUNTU-CVE-2026-54887

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, dtlsserverconnection:initialhello/3 initializes previouscookiesecret to the empty...

6.3CVSS5.8AI score0.00243EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/02 5:17 p.m.9 views

UBUNTU-CVE-2026-55950

Time-of-check Time-of-use TOCTOU race condition vulnerability in Erlang/OTP ssl dtlspacketdemux module allows an unauthenticated remote attacker to crash all active DTLS sessions on a listener. A DTLS server listener uses a single shared dtlspacketdemux genserver process to route incoming UDP...

8.7CVSS5.9AI score0.00379EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2026/07/02 4:6 p.m.18 views

CVE-2026-54891 Plaintext APPLICATION_DATA injected during TLS handshake delivered to client application post-handshake in ssl

Improper Enforcement of Message Integrity During Transmission in a Communication Channel vulnerability in Erlang/OTP ssl tlsgenconnection module allows a network-positioned attacker to inject unauthenticated plaintext that the TLS client application later treats as authenticated server data. The...

6.3CVSS5.5AI score0.00135EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/07/02 4:6 p.m.18 views

CVE-2026-55950 DTLS listener crash via race condition in dtls_packet_demux causes denial of service for all sessions

Time-of-check Time-of-use TOCTOU race condition vulnerability in Erlang/OTP ssl dtlspacketdemux module allows an unauthenticated remote attacker to crash all active DTLS sessions on a listener. A DTLS server listener uses a single shared dtlspacketdemux genserver process to route incoming UDP...

8.7CVSS5.9AI score0.00379EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/02 4:6 p.m.21 views

CVE-2026-55950 DTLS listener crash via race condition in dtls_packet_demux causes denial of service for all sessions

Time-of-check Time-of-use TOCTOU race condition vulnerability in Erlang/OTP ssl dtlspacketdemux module allows an unauthenticated remote attacker to crash all active DTLS sessions on a listener. A DTLS server listener uses a single shared dtlspacketdemux genserver process to route incoming UDP...

8.7CVSS5.9AI score0.00379EPSS
SaveExploits0References9
ATTACKERKB
ATTACKERKB
added 2026/07/02 4:6 p.m.11 views

CVE-2026-55952

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 tlshandshake13:handlepresharedkey/3, an OfferedPreSharedKeys record with a...

8.2CVSS6AI score0.00481EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2026/07/02 4:6 p.m.55 views

CVE-2026-54887

CVE-2026-54887 concerns Erlang/OTP's DTLS server in ssl, where during startup the cookie secret is initialized to an empty binary instead of a random value. This makes DTLS cookie computation deterministic for the first 0–15 seconds, allowing an observer of plaintext ClientHello to forge a valid ...

6.3CVSS5.8AI score0.00243EPSS
SaveExploits0References5Affected Software2
EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2025-14034

Malicious code in bioql PyPI...

3.7CVSS6.3AI score0.00525EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/12/11 3:48 a.m.9 views

SUSE CVE-2024-53846

OTP is a set of Erlang libraries, which consists of the Erlang runtime system, a number of ready-to-use components mainly written in Erlang, and a set of design principles for Erlang programs. A regression was introduced into the ssl application of OTP starting at OTP-25.3.2.8, OTP-26.2, and...

5.5CVSS7AI score0.00251EPSS
SaveExploits0References3
Rows per page
Query Builder