VYPR

Go modules package

github.com/pion/dtls

pkg:golang/github.com/pion/dtls

Vulnerabilities (5)

  • CVE-2026-26014Feb 11, 2026
    affected <= 1.5.4

    Pion DTLS is a Go implementation of Datagram Transport Layer Security. Pion DTLS versions v1.0.0 through v3.0.10 and 3.1.0 use random nonce generation with AES GCM ciphers, which makes it easier for remote attackers to obtain the authentication key and spoof data by leveraging th

  • CVE-2022-29222May 21, 2022
    affected < 2.1.5fixed 2.1.5

    Pion DTLS is a Go implementation of Datagram Transport Layer Security. Prior to version 2.1.5, a DTLS Client could provide a Certificate that it doesn't posses the private key for and Pion DTLS wouldn't reject it. This issue affects users that are using Client certificates only.

  • CVE-2022-29189May 20, 2022
    affected < 2.1.4fixed 2.1.4

    Pion DTLS is a Go implementation of Datagram Transport Layer Security. Prior to version 2.1.4, a buffer that was used for inbound network traffic had no upper limit. Pion DTLS would buffer all network traffic from the remote user until the handshake completes or timed out. An att

  • CVE-2022-29190May 20, 2022
    affected < 2.1.4fixed 2.1.4

    Pion DTLS is a Go implementation of Datagram Transport Layer Security. Prior to version 2.1.4, an attacker can send packets that sends Pion DTLS into an infinite loop when processing. Version 2.1.4 contains a patch for this issue. There are currently no known workarounds availabl

  • CVE-2019-20786Apr 19, 2020
    affected < 1.5.2fixed 1.5.2

    handleIncomingPacket in conn.go in Pion DTLS before 1.5.2 lacks a check for application data with epoch 0, which allows remote attackers to inject arbitrary unencrypted data after handshake completion.