Releases15
Frequency4 months 3 weeks
Last Release
Stars10.8K
ARCHIVE - Golang implementation of JSON Web Tokens (JWT). This project is now maintained at:

CVE History

CVEPublishedCVSS v3CVSS v2
7.5 HIGH5 MEDIUM

jwt-go before 4.0.0-preview1 allows attackers to bypass intended access restrictions in situations with []string{} for m["aud"] (which is allowed by the specification). Because the type assertion fails, "" is the value of aud. This is a security problem if the JWT token is presented to a service that lacks its own audience check.