[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 180: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
IntegraMOD Home of phpBB Integrated Modifications 2006-08-29T14:57:57-07:00 https://integramod.com/forum/feed.php?f=17&t=1965 2006-08-29T14:57:57-07:00 2006-08-29T14:57:57-07:00 https://integramod.com/forum/viewtopic.php?t=1965&p=14532#p14532 <![CDATA[Re: avatar Upload... photogallery Upload... db Backup.... /c]]>
Update you files with the security fixes to stop the script hack. In you case the style change hack and several others have been plugged.

Please read all Global Announcement and check the Security Forum for updates.
Mike

Statistics: Posted Author: Michaelo — Tue Aug 29, 2006 2:57 pm


]]>
2006-08-28T17:32:28-07:00 2006-08-28T17:32:28-07:00 https://integramod.com/forum/viewtopic.php?t=1965&p=14367#p14367 <![CDATA[avatar Upload... photogallery Upload... db Backup.... /cache]]> Statistics: Posted Author: Unregistered — Mon Aug 28, 2006 5:32 pm


]]>
2006-08-28T10:34:47-07:00 2006-08-28T10:34:47-07:00 https://integramod.com/forum/viewtopic.php?t=1965&p=14316#p14316 <![CDATA[avatar Upload... photogallery Upload... db Backup.... /cache]]>
However, this allows the hacker to offload Perl scripts into these folders, some of which are eggdrop IRC bots, and then assume super user priviledges to the entire server and thereby hack the site. This doesn't appear to be isolated to just the style selector, as I've been hacked 6 times in the last month, where it only occurs when I chmod the following folders to 777[list type=decimal][*] album_mod/upload [*] images/avatars/ [*] (optionally) cache [/list]

And if dont configure these with 777, then the script doesn't work.

Has anyone thought of and/or realized this glaring security vulnerability? And if so, why is integramod written like this? Someone in the hacker fix thread also noticed the same thing.

Can't we protect these directories with an .htaccess file which will allow the script to write to these folders but prevent hackers remote access? And if not, can't we edit the code such that "world" doen't have to have write access to these folders?

I tried to do something like this

<LimitException>
Order Allow,Deny
deny from all
</LimitException>

and I've also tried

<Directory>
Order Allow,Deny
deny from all
allow from mysite.com
</Directory>

And stuck this .htaccess in the respective folders

But not really certain if this is correct.

Any input would be appreciated. Thanks.

Statistics: Posted Author: computerz — Mon Aug 28, 2006 10:34 am


]]>