Question
JsessionID Cross Site Sccripting Bug
Hacker Safe Found the following cross site scripting issue on
our server.
index.cfm?CFID=6766970&CFTOKEN=32892658&jsessionid=4c3035dcfc2d1
f43303b%3F%3E%22%3E%3Cscript%3Ealert%28123%29%3C%2Fscript%3
E%3C%22%3
D1
The Global protect is on, and the patch is applied, but still the javascript
executes.
We have corrected it using <cfif #UrlDecode("#cgi.QUERY_STRING#")# contains "<"> but I would like to know if there is a patch / hotfix for this
index.cfm?CFID=6766970&CFTOKEN=32892658&jsessionid=4c3035dcfc2d1
f43303b%3F%3E%22%3E%3Cscript%3Ealert%28123%29%3C%2Fscript%3
E%3C%22%3
D1
The Global protect is on, and the patch is applied, but still the javascript
executes.
We have corrected it using <cfif #UrlDecode("#cgi.QUERY_STRING#")# contains "<"> but I would like to know if there is a patch / hotfix for this
