Coldfusion CFIDE bitcoin mining exploit – PHP involved…

 An additional file related to the compromise found at /CFIDE/updates.cfm <html> <body> <!— Created by S?bastien Denis – 1.0 : 23-nov-2004 1.1 : 03-fev-2005 – new action: synchronize ============================================================================ The FileManager can be use as a common file manager or as a CFMODULE use inside an application. ============================================================================ Depending of the action (fuseaction attributes), the […]

Coldfusion CFIDE bitcoin mining exploit?

Just found the following 2 new directories on multiple windows server 2003 installations of coldfusion 9:{wwwroot}/CFIDE/m32 3/13/2014contains:libcurl-4.dlllibwinpthread-1.dllm32.exezlib1.dlland{wwwroot}/CFIDE/m64 3/17/2014contains:libcurl-4.dlllibwinpthread-1.dllm64.exezlib1.dllWhen running m32.exe it appears that it’s some type of wrapper for a bitcoin mining operation: C:\Inetpub\wwwroot\CFIDE\m32>m32.exe m32.exe: no URL supplied Try `minerd –help’ for more information. C:\Inetpub\wwwroot\CFIDE\m32>minerd –help ‘minerd’ is not recognized as an internal or external […]

Steps to install apache-solr under tomcat6 on CentOS 6.2

Steps to install apache-solr under tomcat6 on CentOS 6.21. cd /usr/local/src2. mkdir RPMS3. cd RPMS4. wget http://mirrors.dotsrc.org/jpackage/6.0/generic/free/RPMS/jpackage-release-6-3.jpp6.noarch.rpm5. yum localinstall jpackage-release-6-3.jpp6.noarch.rpm6. yum install tomcat67. wget ftp://ftp.pbone.net/mirror/www.jpackage.org/jpackage/5.0/generic/free/RPMS/jakarta-poi-3.2-1.jpp5.noarch.rpm8. yum localinstall jakarta-poi-3.2-1.jpp5.noarch.rpm9. yum install ant10. chkconfig –level 3 tomcat6 on11. chkconfig –level 4 tomcat6 on12. chkconfig –level 5 tomcat6 on13. chkconfig –level 6 tomcat6 on14. cd /usr/share15. wget http://mirrors.sonic.net/apache/lucene/solr/3.6.0/apache-solr-3.6.0.tgz16. […]

Coldfusion – Running the Application server separate from the Webserver with a Windows OS

Steps to create distributed coldfusion application server tied to a seperate IIS webserver:Install and configure CF9 standalone application server on application server machine.Install CF9 application server on webserver and configure it to use IIS, then stop and disable all codfusion services using the servicesadministration tool.On the Application server open the file C:\ColdFusion9\runtime\lib\security.properties and Add the internal and external IP addressesof […]