Hacker News new | ask | show | jobs
by sebazzz 703 days ago
More concrete example: Account enumeration because the "forgot password" page tells the user "Unable to find account xyz@example.com" instead of "If your account xyz@example.com exists, then we have now send you an e-mail to recover your account".

If your forgot password page takes longer to respond when an account exists when it does not, it is also a side-channel attack.

1 comments

A "workaround" for this is to just try to create a new account, xyz@example.com.

This bypasses what you've mentioned.