Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible Cross-site scripting DOM-based #212

Open
anthaeus opened this issue Jul 25, 2017 · 2 comments
Open

Possible Cross-site scripting DOM-based #212

anthaeus opened this issue Jul 25, 2017 · 2 comments

Comments

@anthaeus
Copy link

anthaeus commented Jul 25, 2017

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.

@Cyassin
Copy link

Cyassin commented Feb 13, 2018

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.

@anthaeus
Copy link
Author

anthaeus commented Feb 13, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants