jQuery vulnerabilities - Header Manipulation & Code Injection
jQuery vulnerabilities - Header Manipulation & Code Injection
Sushant_Kagi
Posts: 2Questions: 0Answers: 0
Hi All,
Recently while scanning the code with fortify code scanner I came across the two vulonerabilities reported by scanner: Header Manipulation and Code Injection in jquery related files.
Following are my queries:
- Why the values reported by scanner are not validated.
- What is the significance/use of those values.
For Code Injection:
aCookies =document.cookie.split(';');
for ( var i=0, iLen=aCookies.length ; i
Recently while scanning the code with fortify code scanner I came across the two vulonerabilities reported by scanner: Header Manipulation and Code Injection in jquery related files.
Following are my queries:
- Why the values reported by scanner are not validated.
- What is the significance/use of those values.
For Code Injection:
aCookies =document.cookie.split(';');
for ( var i=0, iLen=aCookies.length ; i
This discussion has been closed.
Replies
Allan
Thanks for the details.
Also the similar type of instances are reported on jquery.js, prototype.js, tiny_mce_dev.js.
Could you help me with the patched versions for the same too.
Thanks in advance.
Sushant
Allan