ColdFusion

Coldfusion security flaw: ColdFusion 8 input sanitization issue

Posted by on October 30, 2009 at 7:54 pm

   /CFIDE/scripts/ajax/FCKeditor/editor/filemanager/connectors/cfm/upload.cfm  CVE number: CVE-2009-2265 SUMMARY A vulnerability in FCKEditor, which is included as part of ColdFusion 8, could allow a remote attacker to upload files in arbitrary directories which could lead to a system compromise. This issue is remotely exploitable. There are reports that this issue is being exploited in the wild.  SUMMARY  A [...]

Java out of memory , UNABLE TO CREATE NEW NATIVE THREAD

Posted by on July 26, 2009 at 11:40 am

Errror: JAVA.LANG.OUTOFMEMORYERROR: UNABLE TO CREATE NEW NATIVE THREAD” Within a shared environment the server resources are shared across the virtual website that are on the server. The memory error you were seeing was due to the available Java threads on the server. This means the server did not have enough resources to process your request [...]

Coldfusion: DSN – Access 2007 extension .accdb

Posted by on April 25, 2009 at 2:49 pm

Wow ,this by far is the bet article I have came across Possible error : [Microsoft][ODBC Microsoft Access Driver] Could not find file ‘(unknown)’. excerpt: With Microsoft Office 2007, Microsoft strikes again and implements a new format for their Access database standard. I do not recommend using Microsoft Access databases for production applications. In fact, I believe [...]

MySQL Error, “java.sql.SQLException: Value ’0000-00-00′

Posted by on April 12, 2009 at 6:36 pm

This error occurs when the MySQL Date or DateTime columns have a value of all zeros (for example, ’0000-00-00 00:00:00′). The MySQL Connector/J 3.0.x converted dates and datetimes with 0 values to nulls. This behavior changed with MySQL Connector/J 3.1 and later versions. The default behavior now is to throw the exception, “java.sql.SQLException: Value ’0000-00-00′ [...]

FCKeditor: The XML request error

Posted by on October 12, 2008 at 5:58 pm
coldfusion

This error is the worst : but believe it or not the fix is right on the wiki for FCKeditor. So RTFM () hahaha , some people may not know what RTFM stand for so here is the solution solution; You will need to edit the following lines in the fckconfig.js file var _FileBrowserLanguage = [...]