VYPR

JWT

by Golang JWT

Source repositories

CVEs (2)

  • CVE-2025-30204HigMar 21, 2025
    risk 0.42cvss 7.5epss 0.01

    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…

  • CVE-2024-51744LowNov 4, 2024
    risk 0.13cvss 3.1epss 0.01

    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…