diff --git a/doc/security.rst b/doc/security.rst index 9b6d5f3530..a384b534b3 100644 --- a/doc/security.rst +++ b/doc/security.rst @@ -70,6 +70,20 @@ through DatabaseInterface::escapeSring(). `SQL injection on Wikipedia `_ +Brute force attack +++++++++++++++++++ + +phpMyAdmin on it's own does not rate limit authentication attempts in any way. +This is caused by need to work in stateless environment, where there is no way +to protect against such kind of things. + +To mitigate this, you can use Captcha or utilize external tools such as +fail2ban, this is more details described in :ref:`securing`. + +.. seealso:: + + `Brute force attach on Wikipedia `_ + .. _reporting-security: Reporting security issues