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]
From: djsnm at djsnm.com (Scott Manley)
Subject: Global *.net XSS, thank you Verisign(TM)

Richard M. Smith wrote:
> VeriSign should fix their bug, but I don't see the danger of a
> cross-site scripting error at a non-existent domain.  The scripting code
> can't really do anything at the Web site........
>

Indeed, but it is exploitable in some cases where the user is using an 
http proxy, since there are 2 url parsers involved. If anyone remembers 
the rather neat Analog-X/IE Global XSS you can probably find the same 
issue with almost any proxy.

I've not tested, but.... the Analog-X URL parser looks for a ':' or a 
'\' as a terminator for the domain name, while IE looks for any 
character which isn't part of a legal domain name.

So you can get cookies from *any* domain by doing things like

http://www.msn.com";alert('slut');".net

In theory IE parses this to the msn.com domain and the proxy parses this 
to the  www.msn.com";alert('slut');".net domain.

Again - it all depends on the proxy and the browser disagreeing on the 
URL parsing.

Scott Manley


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ