Richard G
Verified User
Due to a thread on the CSF forum I just discovered that there might be a bug in Apache, making it easily possible to do bruteforces without problems.
On a .htacces file, when using a wrong username and/or password, normally after 3 attempts, you would get an authentication error which would be logged.
At this moment, it's not working like that, when trying to attempt a login, the login screen is presented every time again and again when login failed.
The logfile present's this:
Edit: Just got confirmation that this is also the case on Nginx.
On a .htacces file, when using a wrong username and/or password, normally after 3 attempts, you would get an authentication error which would be logged.
At this moment, it's not working like that, when trying to attempt a login, the login screen is presented every time again and again when login failed.
The logfile present's this:
Because it says "user not found" in stead of "authentication error", the user won't get blocked by the firewall and can keep on trying to bruteforce.[Tue Feb 25 16:40:10 2014] [error] [client 84.26.xxx.xxx] user dkdk not found: /test/testdir/
Edit: Just got confirmation that this is also the case on Nginx.
Last edited: