+ Reply to Thread
Results 1 to 1 of 1

Thread: Security Alert for MODIFIED Arcadem Pro Installations

  1. #1
    Junior Member
    Points: 528, Level: 10
    Level completed: 56%, Points required for next Level: 22
    Overall activity: 0%
    Achievements:
    3 months registeredTagger Second Class500 Experience Points

    Join Date
    Jul 2010
    Posts
    3
    Points
    528
    Level
    10
    Downloads
    0
    Uploads
    0
    My Mood
    Daring

    Security Alert for MODIFIED Arcadem Pro Installations

    Security alert - please read

    I am working on a site today that got hacked BAD through comments that were not filtered through the admin approval process. DO NOT ALLOW COMMENTS to be posted until you viewed them. This guy also got hit through Shoutbox Pro. PLEASE apply all the security fixes I posted at http://secure.agaresmedia.com/vbulletin.

    Look in your root for a file called inc.php. In that file about the second line below <?PHP you will see a line that starts with WSO. This file is a trojan that outputs all your website information INCLUDING SECURITY PARAMETERS directly to the hacker. Your password, server configs, everything is compromised with this file.

    If you have this problem, go to secure.agaresmedia.com/vbulletin and PM me NOW. This is major work to clean up.

    This problem is happening to sites with MODIFIED script and those who use forms without sanitized validation. All this was patched in v2.7 so the vulnerability is not in vanilla AP installs. You only have a problem if you do any of the following:
    • "Approve" comments that have links in without not knowing what they are (on games and articles)
    • Use mods with unsanitized form validation (never, ever, ever, ever, trust user input in forms - validate it with script that removes slashes, tags, XSS, etc). Don't allow a coder to modify your script without insisting form and URL input be sanitized. (ask lfhost :-) he remembers the pre 2.7 problems).
    • Forms that allow javascript tags (strip tags don't always take them out, various forms of these tags i.e, "onclick="history.go()". Most vanilla forms of strip tags is not recursive. however srip slashes that is used in the default version of AM_injection removes the slashes. It works most of the time, but code I posted on the new Agares Media forum goes further.
    Last edited by dmm2020; 07-28-2010 at 12:37 AM. Reason: Correction to vulnerability statement
    Doug Mewis
    Technical Support & Development Lead
    Agares Media

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts