Topic: Tinymce Security!
Hello there,
TinyMCE in itself can not be insecure, it would be completly impossible for any exploit to exist in TinyMCE that would allow anyone to hack your blog/cms or similar. It is important to understand that TinyMCE is PURE Javascript, and is only run in the context of the browser of the user who is using the page. Any exploit has to exist in the server side logic.
This also means you should not assume that TinyMCE is secure, if you implement TinyMCE on a public page where anyone has access and can public the content, you are bound to run into security issues. Most systems have TinyMCE behind some form of login and it makes any potential security issues void, unless you do not trust the ppl using TinyMCE inside your system.
We requires JAvascript must be enabled on our site.. so tinymce itself secure, shall we still parse input?