VYPR

Go modules package

gopkg.in/square/go-jose.v1

pkg:golang/gopkg.in/square/go-jose.v1

Vulnerabilities (2)

  • CVE-2016-9122HigMar 28, 2017
    affected < 1.1.0fixed 1.1.0

    go-jose before 1.0.4 suffers from multiple signatures exploitation. The go-jose library supports messages with multiple signatures. However, when validating a signed message the API did not indicate which signature was valid, which could potentially lead to confusion. For example

  • CVE-2016-9121CriMar 28, 2017
    affected < 1.0.4fixed 1.0.4

    go-jose before 1.0.4 suffers from an invalid curve attack for the ECDH-ES algorithm. When deriving a shared key using ECDH-ES for an encrypted message, go-jose neglected to check that the received public key on a message is on the same curve as the static private key of the recei