SkipNavigation
US-CERT
American Flag
  Vulnerability
Notes
Database

Search Vulnerability Notes

Vulnerability Notes Help Information


 
 View Notes By
  Name

ID Number

CVE Name

Date Public

Date Published

Date Updated

Severity Metric



 Other Documents
  Technical Alerts

Technical Bulletins

Alerts

Security Tips

Vulnerability Note VU#326412

Microsoft Internet Explorer execCommand method does not properly validate URL source

Overview

Microsoft Internet Explorer (IE) does not properly determine the source of script used in URLs. An attacker could exploit this vulnerability to evaluate script in different security domains. By causing script to be evaluated in the Local Machine Zone, the attacker could execute arbitrary code with the privileges of the user running IE.

I. Description

IE uses a cross-domain security model to maintain separation between browser frames from different sources. This model is designed to prevent code in one domain from accessing data in a different domain. From Microsoft Security Bulletin MS03-048:

    One of the principal security functions of a browser is to ensure that browser windows that are under the control of different Web sites cannot interfere with each other or access each other's data, while allowing windows from the same site to interact with each other. To differentiate between cooperative and uncooperative browser windows, the concept of a "domain" has been created. A domain is a security boundary - any open windows within the same domain can interact with each other, but windows from different domains cannot. The cross-domain security model is the part of the security architecture that keeps windows from different domains from interfering with each other.

IE can evaluate script contained in a URL. For example, either of the following URLs will display an alert dialog containing the text "Hello world.":
javascript:eval('alert("Hello world.")')

javascript:alert("Hello world.")

This URL will display an alert dialog with the contents of the HTTP cookie for the current site:

javascript:alert(document.cookie)

The cross-domain security model should not allow script from one domain to read or modify data in a different domain using this type of URL. The execCommand method does not properly validate the source domain of the URL. If the location of a frame in one domain is changed to a javascript: URL and the execCommand method is used to issue a Refresh command, the script will be evaluated in the original domain.

An attacker could exploit this vulnerability using a crafted HTML document containing script. Due to the way IE determines the MIME type of a file referenced by a URL, an HTML document may not necessarily have the expected file name extension (.html or .htm).

Any program that uses the WebBrowser ActiveX control or the IE HTML rendering engine (MSHTML) may be affected by this vulnerability. Outlook and Outlook Express are affected; however, recent versions of these programs open mail in the Restricted Sites Zone where ActiveX controls and plug-ins and Active scripting are disabled by default.

This vulnerability is referenced in MS03-048 as the ExecCommand Cross Domain Vulnerability (CAN-2003-0814).

II. Impact

By convincing a victim to view an HTML document (web page, HTML email), an attacker could evaluate script in a different security domain than the one containing the attacker's document. By causing script to be evaluated in the Local Machine Zone, the attacker could execute arbitrary code with the privileges of the user running IE.

III. Solution

Apply patch

Apply the patch (824145) referenced in Microsoft Security Bulletin MS03-048 or a more recent IE cumulative patch.

Disable Active scripting and ActiveX controls

Disable Active scripting and ActiveX controls for untrusted sites. At a minimum, disable Active scripting in the Internet zone and the zone used by Outlook, Outlook Express, or any other software that uses the WebBrowser ActiveX control or the IE HTML rendering engine (MSHTML). Instructions for disabling Active scripting and ActiveX controls can be found in the CERT/CC Malicious Web Scripts FAQ.

Apply the Outlook Email Security Update

Another way to effectively disable Active scripting and ActiveX controls in Outlook is to install the Outlook Email Security Update. The update configures Outlook to open email messages in the Restricted Sites Zone, where Active scripting and ActiveX controls are disabled by default. In addition, the update provides further protection against malicious code that attempts to propagate via Outlook. The Outlook Email Security Update is available for Outlook 98 and Outlook 2000. The functionality of the Outlook Email Security Update is included in Outlook 2002 and Outlook Express 6.

Maintain updated antivirus software

Antivirus software with updated virus definitions may identify and prevent some exploit attempts. Variations of exploits or attack vectors may not be detected. Do not rely on antivirus software to defend against this vulnerability. The CERT/CC maintains a partial list of antivirus vendors.

Use a different web browser

There are a number of significant vulnerabilities in technologies relating to the IE domain/zone security model, MIME type determination, and ActiveX. It is possible to reduce exposure to these vulnerabilities by using a different web browser. Such a decision may, however, reduce the functionality of sites that require IE-specific features such as DHTML, VBScript, and ActiveX. Note that using a different web browser will not remove IE from a Windows system, and other programs may invoke IE, the WebBrowser ActiveX control, or the HTML rendering engine (MSHTML).

Systems Affected

VendorStatusDate NotifiedDate Updated
Microsoft CorporationVulnerable18-Nov-2003

References

VU#771604
VU#652452
http://www.safecenter.net/liudieyu/BodyRefreshLoadsJPU/BodyRefreshLoadsJPU-Content.htm
http://www.microsoft.com/technet/security/bulletin/MS03-048.asp
http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/execcommand.asp
http://msdn.microsoft.com/workshop/author/dhtml/reference/constants/refresh.asp
http://msdn.microsoft.com/workshop/networking/moniker/overview/appendix_a.asp
http://support.microsoft.com/support/kb/articles/Q182/5/69.asp
http://support.microsoft.com/support/kb/articles/Q174/3/60.asp
http://msdn.microsoft.com/workshop/author/om/xframe_scripting_security.asp
http://msdn.microsoft.com/workshop/security/szone/overview/overview.asp#SecurityZones
http://msdn.microsoft.com/workshop/security/szone/overview/overview.asp#default_zones
http://www.microsoft.com/office/previous/outlook/2002security.asp
http://www.microsoft.com/windows/ieak/default.asp
http://www.secunia.com/advisories/10192/
http://www.secunia.com/advisories/9711/
http://xforce.iss.net/xforce/xfdb/13675
http://www.securityfocus.com/bid/9015

Credit

This vulnerability was publicly reported by Liu Die Yu. Thanks to Microsoft and Thor Larholm for information used in this document.

This document was written by Art Manion.

Other Information

Date Public:2003-09-10
Date First Published:2003-11-19
Date Last Updated:2003-12-05
CERT Advisory: 
CVE-ID(s):CAN-2003-0814
NVD-ID(s):CAN-2003-0814
US-CERT Technical Alerts: 
Metric:42.10
Document Revision:27

If you have feedback, comments, or additional information about this vulnerability, please send us email.
 

 
Page Corner Image
Copyright 2003 Carnegie Mellon University
Disclaimers and copyright information
Get Adobe Reader Get Adobe Reader