omniauth-auth0 2.3.0
1 security vulnerability
found in version
2.3.0
Regression in JWT Signature Validation
high severity CVE-2020-15240
high severity
CVE-2020-15240
Patched versions:
>= 2.4.1
Unaffected versions:
< 2.3.0
Overview
Versions after and including 2.3.0
are improperly validating the JWT token signature when
using the JWTValidator.verify
method. Improper validation of the JWT token signature when
not using the default Authorization Code Flow can allow an attacker to bypass authentication
and authorization.
Am I affected?
You are affected by this vulnerability if all of the following conditions apply:
- You are using
omniauth-auth0
. - You are using
JWTValidator.verify
method directly OR you are not authenticating using the SDK’s default Authorization Code Flow.
How to fix that?
Upgrade to version 2.4.1
.
Will this update impact my users?
The fix provided in this version will not affect your users.
No officially reported memory leakage issues detected.
This gem version does not have any officially reported memory leaked issues.
No license issues detected.
This gem version has a license in the gemspec.
This gem version is available.
This gem version has not been yanked and is still available for usage.