http://www.netenberg.com/forum/viewtopic.php?t=3399
The basic exploit is fantastico has an update feature which is being exploited. It appears that people are having irc processes being run, the reason for the psybnc rule. It looks like fantastico is going to try and step up thier security, the current versions require chmod 777 on a lot of different files which is what is causing some of these problems.
The following rules have been sugested in that thread:
SecFilter "arta.zip"
SecFilter "cmd=cdx20/var"
SecFilter "master_files"
SecFilter "HCL_path"
SecFilter "clamav-partial"
SecFilter "vi.recover"
SecFilter "netenberg"
SecFilter "pipe.php"
SecFilter "cse.gif"
SecFilter "psybnc"
SecFilter "fantastico_de_luxe"
I personally think they are a little to sensitive since they look in the entire apache requests. I have modified/removed some of the rules to only look at the apache post requests. It appears that these rules should protect the servers from now. I would suggest everybody installs them into mod_security.
SecFilterSelective THE_REQUEST "arta.zip"
SecFilterSelective THE_REQUEST "cmd=cdx20/var"
SecFilterSelective THE_REQUEST "master_files"
SecFilterSelective THE_REQUEST "HCL_path=http"
SecFilterSelective THE_REQUEST "clamav-partial"
SecFilterSelective THE_REQUEST "vi.recover"
SecFilterSelective THE_REQUEST "netenberg"
SecFilterSelective THE_REQUEST "psybnc"
SecFilterSelective THE_REQUEST "fantastico_de_luxe"
I have also updated my guide at http://www.eth0.us/mod_security if you would like to install it. WHM Addon-modules also has support for it.
One further "fix" is to chattr the fantastico files so that they cannot be modified between updates.
chattr -R +i /var/netenberg/fantastico_de_luxe/master_files
If you do this you will have to do chattr -i in order to update fantastico.