BugTraq
Back to list
|
Post reply
Re: Re: Apache Server HTML Injection and UTF-7 XSS Vulnerability
May 10 2008 08:59PM
yos20053 gmail com
Content type is set in Response header
but not in the HTML meta tag - for example
there is no definition like <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">!!!
That is the reason why it is still a vulnerability and was tested hundred times and still works.
The solution is to set encoding for the response in when rendering the page, for example in asp you write Response.charset = "iso-8859-1"
Best Regards
Yossi Yakubov - (Yos)
[ reply ]
Privacy Statement
Copyright 2010, SecurityFocus
but not in the HTML meta tag - for example
there is no definition like <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">!!!
That is the reason why it is still a vulnerability and was tested hundred times and still works.
The solution is to set encoding for the response in when rendering the page, for example in asp you write Response.charset = "iso-8859-1"
Best Regards
Yossi Yakubov - (Yos)
[ reply ]