Skip to content

Security: veelkoov/fuzzrake

Security

docs/SECURITY.md

Authentication

Limitations, known issues

  • Usernames are not supported; only email addresses. grep-code-username-is-email
  • During registration, user sees "email already registered" when trying to reuse email address. grep-code-email-already-registered
  • User can log in before confirming email address (but should not be able to do anything except re-requesting the verification email). grep-code-user-can-login-before-email-verification
  • Current out-of-the-box login rate-limiting allows DoS-ing particular users login if email is known
  • Password/email change is simplified, less secure.

References

  1. https://cheatsheetseries.owasp.org/cheatsheets/Authentication_Cheat_Sheet.html

There aren’t any published security advisories