Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
Cross Site Scripting Issue with ig_webtree.js file
posted

We have an application which uses Infragistics controls. we have been using Infragistics dll's version 11.1 in our application. Version 11.1.20111.2064
Our Application is running on ASP.NET framework 3.5

we have scanned our application for vulnerabilities and found out that couple of the Infragistics javascript function were pointed out to have cross-site scripting vulnerabilities.

below mentioned are few of them .

ig_webtree.js

function igtree_tree(treeId, _treeElement,treeProps)

ig_spellcheckerdialog.js 

function ig_CreateWebSpellCheckerDialog(props)

ig_shared.js

So , what would be the approach that needs to taken now. Do we have latest version of dll's which have these Issues addressed ??

Please Advice !!