dgrijalva / jwt-go

ARCHIVE - Golang implementation of JSON Web Tokens (JWT). This project is now maintained at:
https://github.com/golang-jwt/jwt
MIT License
10.78k stars 997 forks source link

Security Issue - Authorization bypass #489

Open davitdarsalia opened 2 years ago

davitdarsalia commented 2 years ago

While merging branches, Github throws me the security alert message shown below.

Severity is 7.5/10.

"jwt-go 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. There is no patch available and users of jwt-go are advised to migrate to golang-jwt at version 3.2.1"

Screenshot 2022-05-21 at 00 09 11 Screenshot 2022-05-21 at 00 09 22