Vulnerabilities (CVE)

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 2023-12-10 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.