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 safe-compare
to version 1.1.4 or higher.
safe-compare is a Constant-time comparison algorithm to prevent Node.js timing attacks.
Affected versions of this package are vulnerable to Timing Attack via the nativeTimingSafeEqual
function which could leak the length of a user password. This is caused by always choosing the length of the longer string when comparing.