-
Bug
-
Resolution: Fixed
-
Normal
-
8.0.5
-
Security Level: Jimmy
-
None
https://nvd.nist.gov/vuln/detail/CVE-2015-9251
The issue can be fixed by changing the default jquery configuration as shown below:
ZK seems not affected by this (the commented out log statement doesn't execute in during ZK requests)
jq.ajaxPrefilter(function( s ) { //console.log("triggered ajaxPrefilter", s); if (s.crossDomain) { s.contents.script = false; } });
see https://github.com/jquery/jquery/commit/cfe830eefdd7f1e7cb87e9841d1d732d6d99ffae
This will become the default after upgrading to jquery 3.0.0+