BugTraq
Back to list
Name:
Email:
*Note: Email address will appear as "user domain ext" to prevent harvesting.
Subject:
Message:
Re: Re: Re: Apache Server HTML Injection and UTF-7 XSS Vulnerability
May 14 2008 05:20PM
Tom Donovan acm org
Setting the HTTP response header:
Content-Type: text/html; charset=iso-8859-1
or adding the tag:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
or even both - still does not deter IE from scanning the contents and interpreting them as UTF-7 when Encoding=Auto-Sele...
[ more ]
Privacy Statement
Copyright 2010, SecurityFocus
Content-Type: text/html; charset=iso-8859-1
or adding the tag:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
or even both - still does not deter IE from scanning the contents and interpreting them as UTF-7 when Encoding=Auto-Sele...
[ more ]