J-Security Center

Title: Microsoft Internet Explorer 5.01 / 5.5 DHTMLED and IFRAME File Read Vulnerability

Severity: HIGH

Description:

The implementation of DHTMLED (Dynamic HTML Edit Control) in Microsoft Internet Explorer 5.5 / 5.01 makes it possible for a malicious web site operator to view the contents of known files on a remote host. This can also be exploited via HTML email if the recipient uses Outlook.

DHTML Edit Control is the mechanism which gives Internet Explorer WYSIWYG HTML editor functionality. The DOM security model is not properly recognized when IFRAMEs are used with DHTMLED. The contents of the IFRAME (which may be set up to read from known local files) can be directed to the web server by using the following code:

dh.DOM.all.I1.focus();
dh.DOM.all.I1.document.execCommand("selectall");
dh.DOM.all.I1.document.execCommand("copy");
r=document.all.S1.createTextRange();
r.execCommand("paste");
alert("Alert Message: "+S1.value);

Affected Products:

  • Microsoft Internet Explorer 5.0.1
  • Microsoft Internet Explorer 5.5
  • Microsoft Windows ME

Juniper Networks provides this content via a wide variety of sources and production methods. If notified of errors or omissions in the content of this page, Juniper Networks, at its discretion, will modify or remove the page or leave the content as is, depending on various factors including but not limited to the reputation and authority of the party providing the notification. Please use the contact information displayed elsewhere on this page to report any errors or omissions regarding the content on this page.