MyBB Community Forums

Full Version: Bot Invasion 100% bypassing everything.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
That title does sound pretty bad, doesn't it. However, there is a steady stream of bots coming in.

A month ago, I posed a plugin request for a Anti-Bot /Anti 4-Digit Username Plugin, however it appears that said plug-in would be useless.

On examination of the accounts being created, the accounts do not have any birthdays applied despite the opening Coppa page that requests such. And the application of the birthday into the user's data when registration begins is built into the member.php itself.

Not only that, all security questions of old had been removed and replaced with new questions. However, of the myriad hundred accounts that have been created this month, none of the security questions received a correct answer.

And automated Bots will obviously not spend any time, so for good measure I set the required time spent on a registration page UP to 20 seconds (the default being 5).  But a fat lot of good that did.

Captchas?  Worthless.  The whole origin was their images were to 'train' OCR systems to recognize characters despite the condition of the material. And Recaptcha has been broken for years.

On the question of IPs, StopForumSpam appears to be working.  However, these accounts have often signed in with an IP that is clean and unreported, but will then switch to their 'usual suspect' IP after entry as their "Registration IP" and "Last Known" IP appear different within the 2-5 seconds time online.... if they even have spent any time online that is.

Do I have a list of IPs banned.   Yes.   The list is extensive.  But sadly, worth very little other than a history of bots. Because whilst the system is set to only allow one account per IP, the bots are creating new accounts with IPs already banned.  Indeed, the bots can create new accounts despite the IP ban system.  I cannot say they are avoiding invalid eMails, and it appears banned usernames MAY be working, the bots care not for IP bans at all.

But it gets much worse.

Last night, I turned Registration OFF.  And despite that, six more spambots entered when it should be completely impossible.

In short, the bots attacking can clearly bypass the Registration Page and create accounts (at least in UserID sequence) regardless of any MyBB built in requirements or security features. 
 
But can it get worse?
 
YES.
 
Because post-banned accounts, those bots who were already banned, are able to return and make new posts within existing threads. Indeed, the permissions deny banned accounts from viewing, creating or posting any content. And for good measure, I personally " Suspend this user's posting privileges "... Permanently.

NOW... that sounds pretty bad.

Of course the Admin and even original SuperAdmin passwords have been changed.  There are no new Admin accounts suddenly created.

Plugins? Hah. PluginLibrary isn't even active, let alone GoogleSEO.

Sad  Yes... this is indeed scary to me. The site has been running on MyBB since 2010.

We have a fresh new server to cope with the forum size having grown.

Currently using:
MyBB 1.8.38
Nginx 1.24.0
PHP 8.3.6
Ubuntu 24.04.1
MariaDB 10.11.8

Oh, and I know about htaccess being a viable area to place IP denials.   And were it to work, I would not know as I would not have a log and I would not wish it to have so many IPs to ban (near infinite thanks to spammers) that it would cause the forum lag.
I explained to you that even if you think,Recaptcha not works , you can create many custom plugin with different algorithms .

But mostly I'm curious about the following sentence :

"Captchas?  Worthless.  The whole origin was their images were to 'train' OCR systems to recognize characters despite the condition of the material. And Recaptcha has been broken for years."

If that's really the case, can you explain to me why Why don't I see bots regularly registering and sending spam posts here every day in here?
because in here except server configuration or firewall that I saw based on connection, only have hcaptcha for register form.

and when you said you have register After turning off registration , this only mean two thing :
1. your website hacked and bot have direct access to database.
2. You made the settings incorrectly.

Because computers and their sub-disciplines  Unlike human life, it only works in zero and one mode.
Example :
<?php
echo 2+2;

if you put these lines in PHP file and run in browser , you always get 4 .
If you get an incorrect result, it means that you either executed the wrong file, or the code has changed and your server hardware has a problem.


In any case, if all these methods you mentioned had failed, many websites would have been destroyed by now.

Good Luck
I'm intrigued by you saying bots can register after actually disabling registration.

Drop me a DM over at Discord, so I take a bit of time to check that for you, please send credentials to the FTP and ACP for me to access both.

Regards.
Well that's certainly "interesting"! I hope to see a report on what went wrong.

So many things seem to not work that I'm surprised that people can use the forum at all.