jQuery cross site scripting - What was this -
vulnerability description
this page using older version of jquery vulnerable cross site scripting vulnerability. many sites using select elements using location.hash allows inject script page. problem fixed in jquery 1.6.3. vulnerability affects /js/jquery.js. discovered by: scripting (jquery_audit.script). attack details
pattern found: /*! * jquery javascript library v1.3.2 * http://jquery.com what means?
my website using jquery javascript library v1.3.2
is trouble?
ideally, should keep jquery date. however, there breaking changes between jquery versions. 1.7.x started deprecating event delegations. 2.x started removing support older browsers.
for case, suggest updating jquery library 1.6.3 recommended. thoroughly test site make sure still works.
if 1.6.3 still works, suggest updating 1.7.2. thoroughly test site make sure still works.
if 1.7.2 still works, decide if want continue supporting older browsers ie8. if yes, try updating 1.11.1. if no, try updating 2.1.1. these latest versions.
this may not easy thing do. if stop @ 1.6.3, understandable , fine.
Comments
Post a Comment