Jump to content

whmcs security.


Recommended Posts

Hello. I noticed in my whmcs that bots are gaining access to old inactive user accounts and are being authorized. Where can I find the problem? All new accounts that are after 2024 are protected there or there is no attack there.

Please give me recommendations on how this can be done

Link to comment
Share on other sites

It's possible that there was exposure to the older passwords. I would recommend exercising an abundance of caution, especially if the accounts are associated with active clients. Force all your active clients to reset passwords (force password difficulty to high level), and permanently disable or remove dormant/inactive accounts while you investigate further to determine the root cause of this behavior.

 

Link to comment
Share on other sites

  • 3 weeks later...
  • 1 month later...
  • WHMCS Technical Analyst II

Hi @Rehost24,

There are lots of possible causes.

Indeed, compromise is one of those, and that is particularly likely if WHMCS is hosted in a shared environment.

I'd recommend reviewing our Enhancing Security guide:
https://docs.whmcs.com/8-13/installation-guide/initial-configuration/enhancing-security/

Beyond that, it would be worth consulting with a System Administrator or Security Specialist who can take a look at your installation and identify any possible weak points.

Just to further the advice given above, it is possible to force all clients to reset their passwords by removing the stored password hashes from the databases:
https://help.whmcs.com/m/managing/l/1535126-forcing-a-password-reset

UPDATE `tblusers` SET `password` = '', `email_verification_token_expiry` = NULL, `email_verified_at` = NULL, `reset_token_expiry` = NULL WHERE 1;

Of course, you should then send an e-mail to all clients instructing them to reset their password using the standard Forgot Password flow.

Hope this helps. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated