Vulnerabilities (CVE)

Join the Common Vulnerabilities and Exposures (CVE) community and start to get notified about new vulnerabilities.

Filtered by vendor Jwt-go Project Subscribe
Filtered by product Jwt-go
Total 1 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2020-26160 1 Jwt-go Project 1 Jwt-go 2021-07-21 5.0 MEDIUM 7.5 HIGH
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.