VYPR

Go modules package

github.com/golang-jwt/jwt/v4

pkg:golang/github.com/golang-jwt/jwt/v4

Vulnerabilities (2)

  • CVE-2025-30204HigMar 21, 2025
    affected < 4.5.2fixed 4.5.2

    golang-jwt is a Go implementation of JSON Web Tokens. Starting in version 3.2.0 and prior to versions 5.2.2 and 4.5.2, the function parse.ParseUnverified splits (via a call to strings.Split) its argument (which is untrusted data) on periods. As a result, in the face of a maliciou

  • CVE-2024-51744LowNov 4, 2024
    affected < 4.5.1fixed 4.5.1

    golang-jwt is a Go implementation of JSON Web Tokens. Unclear documentation of the error behavior in `ParseWithClaims` can lead to situation where users are potentially not checking errors in the way they should be. Especially, if a token is both expired and invalid, the errors r