aFarkas/html5shiv

Possible Cross-site scripting DOM-based

anthaeus opened this issue · 2 comments

The applicaiton version 3.7.2 may be vulnerable to DOM-based cross-site scripting. Data is read from window.location.hash and passed to $() via the following statements:

e=window.location.hash;
b_isTabHash(e)&&(e=b._getFromNiceHash(e),$('.tab-menu a[href\x3d'"+e'"]').tab("show"));

The exploitability of this issue might depend on the specific version of jQuery that is being used.

Can you highlight where in the code this is? I can't seem to find it.
Curious as my product team is assessing the risks of using this script.