lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: 10 May 2008 20:59:36 -0000
From: yos20053@...il.com
To: bugtraq@...urityfocus.com
Subject: Re: Re: Apache Server HTML Injection and UTF-7 XSS Vulnerability

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)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ