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>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 8 Aug 2011 11:59:36 +0800
From: CnCxzSec衰仔 <cncxzhack@...il.com>
To: Andrew Farmer <andfarm@...il.com>
Cc: Full Disclosure <full-disclosure@...ts.grok.org.uk>
Subject: Re: IE handling the HTML notes incorrectly may
 lead to XSS attacks

this is a normal use, but <!--[if<img/onerror=alert(1) src=]> is an unnormal
use. IE should regard this as an HTML comment instead of a downlevel-hidden
comment, so the HTML tags inside the COMMENT should not be evaled.

On Mon, Aug 8, 2011 at 11:30 AM, Andrew Farmer <andfarm@...il.com> wrote:

> On 2011-08-07, at 19:53, CnCxzSec衰仔 wrote:
> > hi all, here is an interesting trick to perform an xss attack with IE
> > browsers.
> >
> > some rich text applications such as email and blog, may provide HTML uses
> > but have a policy to block the on-event execution to prevent the XSS
> attack.
> > However, this applications may also allow the HTML notes uses,for
> instance
> > "<!--  -->"
>
> Any such applications are likely to also be vulnerable to a simpler attack
> based on "downlevel-hidden" conditional comments:
>
> <!--[if IE]>
> <script>anything you want can go here, presumably</script>
> <![endif]-->

Content of type "text/html" skipped

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ