Skip to content

Instantly share code, notes, and snippets.

@4ft35t
Last active August 23, 2017 05:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 4ft35t/0f30aed8a5d07565b814e1b3ed02dc1c to your computer and use it in GitHub Desktop.
Save 4ft35t/0f30aed8a5d07565b814e1b3ed02dc1c to your computer and use it in GitHub Desktop.
jquery.fullPage.min.js DOM XSS
<script src="jquery.min.js"></script>
<script src="jquery.fullPage.min.js"></script>
<script>
$(document).ready(function() { $.fn.fullpage({ anchors: ['page1'], }); })
</script>
jquery.fullPage.min.js < 2.6.5 DOM XSS
https://github.com/alvarotrigo/fullPage.js/issues/1747
effected
2.5.4
1.9.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment