Dear DA Users,
We are using for years suPHP on our sharehosting servers with success till today.
Also we use http://help.directadmin.com/item.php?id=247 for installation.
There scan on old joomla installations like 1.5.x 1.6.x 1.7.x and slipstream an upload file into the folder images/stories/* and replace all the index.* files in the server.
Yes i know users need always update there joomla to the last stable version.
But my biggest concern now is how there bypass suphp? it works for years great, bud it seems the hackers found a way to bypass this security.
Back into the days with CLI modes there did always the same trick, so thats why we switch to suPHP CGI/FastCGI modes.
There use tooling named webr00t cgi shell and make a symbolic link link to /root
Is there someone with the same problem?
We are using for years suPHP on our sharehosting servers with success till today.
Also we use http://help.directadmin.com/item.php?id=247 for installation.
Code:
Safe Mode OFF
Open BaseDir ON
disable_functions:exec,system,passthru,shell_exec,escapeshellarg,escapeshellcmd,proc_close,proc_open,dl,popen,show_source exec,system,passthru,shell_exec,escapeshellarg,escapeshellcmd,proc_close,proc_open,dl,popen,show_source
/tmp noexec
chgrp apache /usr/bin/perl /usr/bin/wget /usr/local/bin/wget /usr/local/bin/curl /usr/bin/curl /usr/bin/python
chmod 705 /usr/bin/perl /usr/bin/wget /usr/local/bin/wget /usr/local/bin/curl /usr/bin/curl /usr/bin/python
There scan on old joomla installations like 1.5.x 1.6.x 1.7.x and slipstream an upload file into the folder images/stories/* and replace all the index.* files in the server.
Yes i know users need always update there joomla to the last stable version.
But my biggest concern now is how there bypass suphp? it works for years great, bud it seems the hackers found a way to bypass this security.
Back into the days with CLI modes there did always the same trick, so thats why we switch to suPHP CGI/FastCGI modes.
There use tooling named webr00t cgi shell and make a symbolic link link to /root
Is there someone with the same problem?