File: api.php
Method: verifyAuthChallenge | UNAUTH
Description: It's possible to bruteforce all the logins, as API returns the error "WRONG_LOGIN" if login was wrong and "WRONG_PASSWORD" if password was wrong. Besides, the returnError() method returns kills the instance after the error, so it creates a possibility for Timing Attack even if the error messages were fixed.
Ways to mitigate this issue: