Slashdot Mirror


phpBB Forum Down After Defacement

kv9 writes "The phpBB forum has been closed down after the host was cracked into, apparently because of an AWStats hole. Several blogs have been attacked using the same method. Commentary on Netcraft, The Reg and SecurityFocus"

3 of 49 comments (clear)

  1. Not phpBB -- Just their server. by Ahnteis · · Score: 4, Informative

    It's sad that most sites are posting this with a headline that seems to indicate that phpBB is the problem. The SERVER was hacked through OTHER software, not phpBB. (I know I was worried about my sites until I read the article.)

  2. Re:Meanwhile by isn't+my+name · · Score: 5, Informative

    Perl forum still up and running. Conclusion? Obvious.

    It says they write more careful--or less widespread--perl.

    The awstats exploit that was used here makes use of poorly written perl that failed to validate user input. Of course, had you read the article, you would know that.

  3. Re:Meanwhile by wizbit · · Score: 3, Insightful

    It's not a buffer overflow, it's poor use of the open command in perl and hideously bad security practice to allow that command's arguments to a) contain practically any arbitrary value, and furthermore b) be passed from any browser that can find the script location. But this is why we chroot jail CGI scripts and avoid stupid use of system calls.