1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

mybb forum spamming mail issue

Discussion in 'Web Hosting' started by onymguy, Mar 5, 2016.

  1. #1
    Hi
    I just created mybb forum in my domain. after a week, my domain was suspended for sending spamming mail.

    when i checked exim logs, looks like, that mails were sent by mybb folder.

    Mybb is vulnerable? If the my site is hacked, it has wordpress installation in main domain, hacker might have used wordpress, not sure how mybb installation alone was affected?

    How to secure mybb or Is there any other forum which is more secure?
     
    onymguy, Mar 5, 2016 IP
  2. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #2
    Everything is vulnerable. If you do not know how to secure your software, don't use it. Wordpress is insecure by default, so is MyBB, phpBB and most other forum software - more so free than paid, perhaps - I don't really have that much experience with paid forum software, except for vBulletin, which sucks on so many levels.
     
    PoPSiCLe, Mar 5, 2016 IP
  3. pupul

    pupul Prominent Member

    Messages:
    1,737
    Likes Received:
    66
    Best Answers:
    2
    Trophy Points:
    340
    #3
    For forum use Xenforo, it works best. Update WordPress & themes, plugins regularly.
    Outdated versions are more vulnerable.
     
    pupul, Mar 5, 2016 IP
  4. euro-space

    euro-space Well-Known Member

    Messages:
    465
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    140
    #4
    Most probably scripts are hacked, if you won't fix everything, spamming will occur again.
    First of all, put your website offline, by changing permission of /public_html/ folder to 700.
    If you're familiar with SSH commands, start searching for the last modified files:

    # find /home/rbsail/public_html/* -type f -printf "%-.22T+ %M %n %-8u %-8g %8s %Tx %.8TX %p\n" | sort | cut -f 2- -d ' '

    Another commands will show up potentially injected scripts:

    # grep -ir 'base64_decode' /home/username/public_html/*
    # grep -ir 'eval' /home/username/public_html/*

    You may get listed many files, but you have to look for a suspicious code and remove it.

    Once cleaned, update your CMS, change cPanel, FTP user(s), database user and CMS admin passwords. Remove any unnecessary users from the admin panel.
    Put .htaccess file in your /public_html/ with the limitations to execute unnecessary php files.
    Hope this helps.
     
    euro-space, Mar 6, 2016 IP
  5. euro-space

    euro-space Well-Known Member

    Messages:
    465
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    140
    #5
    Spamming is an illegal action and the account performing is a subject of suspension, while getting messages from the forum users is a normal behaviour, unless the forum is cracked and sends spam.
     
    euro-space, Mar 18, 2016 IP
  6. onymguy

    onymguy Well-Known Member

    Messages:
    205
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    103
    #6
    looks like, the forum is cracked, somehow they uploaded a mail script, so were sending spamming messages to multiple emails, those emails are not part of the user accounts.

    Anyway, i completely removed forum, after that, no issues. But, i could not find, how the forum got infected.
     
    onymguy, Mar 18, 2016 IP
  7. euro-space

    euro-space Well-Known Member

    Messages:
    465
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    140
    #7
    In this case, you may have to contact your host, some hosting providers do offer security scanning and monitoring services to their customers.
    Cheers.
     
    euro-space, Mar 18, 2016 IP