In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade jwt
to version 0.1.6 or higher.
jwt
is a pure ruby implementation of the RFC 7519 OAuth JSON Web Token (JWT) standard.
Affected versions of the package are vulnerable to Timing Attacks due to time-variable comparison of signatures. A malicious user can guess a valid signature one char at a time by considering the time it takes a signature validation to fail.
For more information on Timing Attacks, see our blog