Sign Up for Your FREE Weekly SecurityTracker E-mail Alert Summary
|
|
|
|
|
|
|
Put SecurityTracker Vulnerability Alerts on Your Web Site -- It's Free!
|
|
|
|
Become a Partner and License Our Database or Notification Service
|
|
|
|
|
|
|
|
|
|
|
|
|
(Microsoft Issues Fix) Microsoft Internet Explorer Buffer Overflow in Processing Scripted 'HR' Tags Lets Remote Users Execute Arbitrary Code
|
|
SecurityTracker Alert ID: 1007151 |
|
SecurityTracker URL: http://securitytracker.com/id/1007151
|
|
CVE Reference:
CAN-2003-0469
(Links to External Site)
|
Date: Jul 9 2003
|
Impact:
Execution of arbitrary code via network, User access via network
|
Fix Available: Yes Vendor Confirmed: Yes
|
Version(s): 5.0, 5.5, 6.0
|
Description:
A buffer overflow vulnerability was reported in Microsoft Internet Explorer. A remote user can create HTML that will execute arbitrary code on the target user's system. The vulnerable code is a Microsoft Windows operating system HTML converter.
Digital Scream reported that a remote user can create HTML containing scripting code that writes a specially crafted "HR" tag to trigger a stack overflow. When a target user views the HTML, the overflow can cause arbitrary code to be executed with the privileges of the target user.
Another user (xenophi1e) reports that the overflow occurs in HTML32.cnv and that a remote user can effectively control the EBP, EIP, and other registers.
A demonstration exploit is provided:
<script>
wnd=open("about:blank","","");
wnd.moveTo(screen.Width,screen.Height);
WndDoc=wnd.document;
WndDoc.open();
WndDoc.clear();
buffer="";
for(i=1;i<=127;i++)buffer+="X";
buffer+="DigitalScream";
WndDoc.write("<HR align='"+buffer+"'>");
WndDoc.execCommand("SelectAll");
WndDoc.execCommand("Copy");
wnd.close();
<script>
|
Impact:
A remote user can create HTML that, when loaded by the target user, will execute arbitrary code on the target user's computer with the privileges of the target user.
|
Solution:
The vendor reports that the flaw resides in an operating system component and not just in Internet Explorer. The vendor has released the following patches:
* Windows NT 4.0 Server
http://microsoft.com/downloads/details.aspx?FamilyId=8849D376-D7C1-4040-BC83-FEA67AE57F5F&displaylang=en
* Windows NT 4.0 Terminal Server Edition
http://microsoft.com/downloads/details.aspx?FamilyId=A64F5EEF-A3F5-466C-94D0-5EBF6231A612&displaylang=en
* Windows 2000
http://microsoft.com/downloads/details.aspx?FamilyId=FF84E1A5-C90D-40F2-8CF5-23DA3AB296B4&displaylang=en
* Windows XP 32 bit Edition
http://microsoft.com/downloads/details.aspx?FamilyId=11CDD153-65EC-4851-886C-5A412438D6D4&displaylang=en
* Windows XP 64 bit Edition
http://microsoft.com/downloads/details.aspx?FamilyId=EE42EDF4-DEB2-450D-9F1A-90E41E908ECB&displaylang=en
* Windows Server 2003 32 bit Edition
http://microsoft.com/downloads/details.aspx?FamilyId=1C9914AB-25F8-462E-ADC0-5AC6BD0116DE&displaylang=en
* Windows Server 2003 64 bit Edition
http://microsoft.com/downloads/details.aspx?FamilyId=F9697DE0-488D-4CBA-996B-7ACEC50992CE&displaylang=en
According to Microsoft, the Windows 98 patch can be installed on Windows 98 Gold. The Windows 98 Second Edition patch can be installed on Windows 98SE Gold. The Windows Me patch can be installed on Windows Me Gold. The Windows NT 4.0 patch can be installed on NT 4.0 SP6a. The Windows NT 4.0, Terminal Server Edition patch can be installed on Windows NT 4.0, Terminal Server Edition SP6. The Windows 2000 patch can be installed on Windows 2000 SP3 or SP4. The Windows XP patch can be installed on Windows XP Gold or SP1. The patch for Windows Server 2003 can be installed on Windows Server 2003 Gold.
Microsoft plans to include this fix in Windows 2000 SP5, Windows XP SP2, and Windows Server 2003 SP1.
A reboot is not required after installing this patch.
Microsoft plans to issue Knowledge Base article 823559 regarding this issue, to be available shortly at:
http://support.microsoft.com/?scid=fh;en-us;kbhowto
|
Vendor URL: www.microsoft.com/technet/security/bulletin/MS03-023.asp (Links to External Site)
|
Cause:
Boundary error
|
Underlying OS:
Windows (Any)
|
|
Message History:
This archive entry is a follow-up to the message listed below.
|
Source Message Contents
|
Date: Wed, 9 Jul 2003 11:17:28 -0700
Subject: Microsoft Security Bulletin MS03-023: Buffer Overrun In HTML Converter Could Allow Code Execution (Q823559)
|
-----BEGIN PGP SIGNED MESSAGE-----
- - ---------------------------------------------------------------
Title: Buffer Overrun In HTML Converter Could Allow Code
Execution (823559)
Date: 09 July 2003
Software: Microsoft(r) Windows (r) 98
Microsoft Windows 98 Second Edition
Microsoft Windows Me
Microsoft Windows NT 4.0
Microsoft Windows NT 4.0 Terminal Services Edition
Microsoft Windows 2000
Microsoft Windows XP
Microsoft Windows Server 2003
Impact: Allow an attacker to execute code of their choice
Max Risk: Critical
Bulletin: MS03-023
Microsoft encourages customers to review the Security Bulletins
at:
http://www.microsoft.com/technet/security/bulletin/MS03-023.asp
http://www.microsoft.com/security/security_bulletins/ms03-023.asp
- - ---------------------------------------------------------------
Issue:
======
All versions of Microsoft Windows contain support for file
conversion within the operating system. This functionality allows
users of Microsoft Windows to convert file formats from one to
another. In particular, Microsoft Windows contains support for
HTML conversion within the operating system. This functionality
allows users to view, import, or save files as HTML.
There is a flaw in the way the HTML converter for Microsoft
Windows handles a conversion request during a cut-and-paste
operation. This flaw causes a security vulnerability to exist. A
specially crafted request to the HTML converter could cause the
converter to fail in such a way that it could execute code in the
context of the currently logged-in user. Because this
functionality is used by Internet Explorer, an attacker could
craft a specially formed Web page or HTML e-mail that would cause
the HTML converter to run arbitrary code on a user's system. A
user visiting an attacker's Web site could allow the attacker to
exploit the vulnerability without any other user action.
To exploit this vulnerability, the attacker would have to create
a specially-formed HTML e-mail and send it to the user.
Alternatively, an attacker would have to host a malicious Web
site that contains a Web page designed to exploit this
vulnerability. The attacker would then have to persuade a user to
visit that site.
Mitigating factors:
====================
- By default, Internet Explorer on Windows Server 2003 runs in
Enhanced Security Configuration. This default configuration of
Internet Explorer blocks automatic exploitation of this attack.
If Internet Explorer Enhanced Security Configuration has been
disabled, the protections put in place that prevent this
vulnerability from being automatically exploited would be
removed.
- In the Web-based attack scenario, the attacker would have to
host a Web site that contained a Web page used to exploit this
vulnerability. An attacker would have no way to force users to
visit a malicious Web site outside the HTML e-mail vector.
Instead, the attacker would need to lure them there, typically by
getting them to click a link that would take them to the
attacker's site.
- Exploiting the vulnerability would allow the attacker only the
same privileges as the user. Users whose accounts are configured
to have few privileges on the system would be at less risk than
ones who operate with administrative privileges.
Risk Rating:
============
Critical
Patch Availability:
===================
- A patch is available to fix this vulnerability. Please read
the Security Bulletins at
http://www.microsoft.com/technet/security/bulletin/ms03-023.asp
http://www.microsoft.com/security/security_bulletins/ms03-023.asp
for information on obtaining this patch.
- - ---------------------------------------------------------------
THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT
DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING
THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS
BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT,
INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL
DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN
ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT
ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL
OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.
-----BEGIN PGP SIGNATURE-----
Version: PGP 7.1
iQEVAwUBPwtguo0ZSRQxA/UrAQFCywf8D3sXRBwcYutWpM9hqgltB0Dw3AqSILtj
nw6wOMTPS9kavBNfepiMMavnIcCdiM/K2LzJG2jvyvfLBHQV6R/m7ZOyhj/+cqAl
tTlPyN/f1m2z1DJOlhZfo7s19kY1DExwg5FapWf6lbNwH8zhwSNX6eSJDgDTCkN6
zrneu28AOdwdvmEjQD1Gfpvam0IpPMKWv8B5N7sYopx8Mw2j1d7wix9m/Dl+AaB7
IrwcyEb9wCQcVlavyWa1ZtUWz9fAxBWsBa+bSCzWTvZ7fNAsIVwrv0Yb/SxtfM+S
KnTMFVALAH6SqSp2DyUVjHiS8PIXmZ8xeA2UxWH6P7by8IegWbr5RA==
=dNUk
-----END PGP SIGNATURE-----
*******************************************************************
You have received this e-mail bulletin because of your subscription to the Microsoft Product Security Notification Service. For more
information on this service, please visit http://www.microsoft.com/technet/security/notify.asp.
To verify the digital signature on this bulletin, please download our PGP key at http://www.microsoft.com/technet/security/notify.asp.
To unsubscribe from the Microsoft Security Notification Service, please visit the Microsoft Profile Center at http://register.microsoft.com/regsys/pic.asp
If you do not wish to use Microsoft Passport, you can unsubscribe from the Microsoft Security Notification Service via email as described
below:
Reply to this message with the word UNSUBSCRIBE in the Subject line.
For security-related information about Microsoft products, please visit the Microsoft Security Advisor web site at http://www.microsoft.com/security.
|
|
Go to the Top of This SecurityTracker Archive Page
|